[Yanel-commits] rev 42346 - public/yanel/trunk/src/realms/yanel-website/content/documentation/testing-framework

michi at wyona.com michi at wyona.com
Sat Apr 11 09:21:49 CEST 2009


Author: michi
Date: 2009-04-11 09:21:48 +0200 (Sat, 11 Apr 2009)
New Revision: 42346

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/documentation/testing-framework/en.xhtml
Log:
ant replaced by build.sh -f src/test/build.xml

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation/testing-framework/en.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/testing-framework/en.xhtml	2009-04-11 07:15:44 UTC (rev 42345)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/testing-framework/en.xhtml	2009-04-11 07:21:48 UTC (rev 42346)
@@ -37,9 +37,9 @@
 <p>
 To run single tests standalone:
 <pre>
-cd $YANEL_HOME/src/test
-ant junit -Dtest.class.name=org.wyona.yanel.impl.map.MapImplTest
-ant htmlunit -Dtest.class.name=org.wyona.yanel.htmlunit.yanelwebsite.SimpleWebTest
+cd $YANEL_HOME
+./build.sh -f src/test/build.xml junit -Dtest.class.name=org.wyona.yanel.impl.map.MapImplTest
+./build.sh -f src/test/build.xml htmlunit -Dtest.class.name=org.wyona.yanel.htmlunit.yanelwebsite.SimpleWebTest
 </pre>
 </p>
 



More information about the Yanel-commits mailing list