Mailingliste - Einträge 2015
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [QF-Test] Ant build, grab and groovy
Hello Dmytro, QF-Test 4 comes with the "embeddable" groovy-all-2.1.0.jar which containes most of but not all classes from a Groovy installation. To make AntBuilder work, e.g. def ant = new AntBuilder() ant.exec(dir: ".", executable: "cmd.exe", spawn: "false") { arg(line: "/c dir") } ant-1.8.4.jar and ant-launcher-1.8.4.jar are required additionally. Grape is based on Ivy so that you'll need a copy of ivy-2.2.0.jar. You can put those additional .jar files (newer versions may also work) into the qftest\plugin\qftest folder (or plugin\sut, depending on your needs), see http://www.qfs.de/qftest/manual/en/tech_scripting.html#sec_plugindir so that they become available in QF-Test. Best regards, Robert Am 04.06.2015 16:33, schrieb Dmytro Polushyn: Hello, What should I do to enable Grab and Antbuilder () for groovy scripts. Thanks, Dmytro _______________________________________________ qftest-list mailing list qftest-list@?.de http://www.qfs.de/mailman/listinfo/qftest-list -- _______________________________________________________________ Get the most out of QF-Test - Support directly from the authors * Training & consulting: www.qfs.de/en/qftest/training.html * Phone & email support: www.qfs.de/en/qftest/support.html _______________________________________________________________ Robert Lahmer Development & Support E: support@?.de Quality First Software GmbH | www.qfs.de Tulpenstr. 41 | 82538 Geretsried | Germany GF Gregor Schmid, Karlheinz Kellerer HRB München 140833
|