[RESOLVED] Re: Trying to get Ant + JUnit working peaceably

2010-06-06 Thread Steven Harms
I went back to my /usr/local/src/apache-ant 1. Used the fetch.xml script to retrieve all the 3rd party components and put them into lib/optional 2. Re-built ant 3. Verified that $ANTDIR/lib/optional had ant-junit in there 4. jar tf ant-junit ... it was BIG this time and included JUnitTask

Re: Trying to get Ant + JUnit working peaceably

2010-06-05 Thread Steven Harms
Shawn, Thanks for your suggestions and for your prompt reply. > The junit jar is responsible for junit itself, NOT the ability to run junit > from ant.  In order to run junit > from ant, you also need the ant-junit.jar > in the $ANTHOME/lib directory.  This should be part of > the normal instal

RE: Trying to get Ant + JUnit working peaceably

2010-06-05 Thread Shawn Castrianni
Shawn Castrianni -Original Message- From: Steven Harms [mailto:steven.ha...@gmail.com] Sent: Saturday, June 05, 2010 5:20 PM To: user@ant.apache.org Subject: Trying to get Ant + JUnit working peaceably Hello, I'm attempting to learn Java at present and needed to add some automation aroun

Trying to get Ant + JUnit working peaceably

2010-06-05 Thread Steven Harms
Hello, I'm attempting to learn Java at present and needed to add some automation around my build and test cycle. Coming from Ruby, I've got a real test-first design discipline. When I attempted to make a task call, I started getting this error (I can hear eyes rolling...). BUILD FAILED /Users