Jeff, ./ant -p will give you alle ant targets you can execute, but it won't give you the unit tests that are available in OFBiz. But it will tell you how to kick off test suites and individual tests.
If you want to find out what test suites and unit tests are available, you have to look inside each test definition in the testdef folder of each application and/or component. Regards, Pierre 2012/5/5 Jacques Le Roux <[email protected]> > There is a simple syntax (not specific to OFBiz): > > ant -p > > There you will find easy examples to follow > > Jacques > > > From: "Jeffl" <[email protected]> > > Release.revision? >> >> 1104 >> >> >> >> -- >> View this message in context: http://ofbiz.135035.n4.nabble.** >> com/Ant-run-test-list-target-**tp4609039p4609344.html<http://ofbiz.135035.n4.nabble.com/Ant-run-test-list-target-tp4609039p4609344.html> >> Sent from the OFBiz - User mailing list archive at Nabble.com. >> >
