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
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 installation of ant so I am not sure why it isn't working for you. Since you a

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