I got the same error on Windows using Eclipse 3.2.2. Copying junit.jar to the ANT_HOME\lib alone did not help as I kept getting that error. So, this is what fixed my problem.
Go to windows>preferences>Ant>runtime>Classpath>Ant Home Entries and add junit.jar here. That solved my problem. Hope this will help others who are getting same error. - Babbu OpenHaus wrote: > > Hello, > > I am trying to run "ant new". I followed all the instructions in the quick > start guide. My problem is that ant always stops with the following > message: > > BUILD FAILED > appfuse/build.xml:17: Please copy junit.jar into /usr/share/ant/lib > > The error message seems pretty clear to. I copied "junit.jar" into the > mentioned directory. The error stays. > I searched the web. I tried every thing I could find. Nothing changed. > What´s the trick? What I am missing? > > I also commented the check in the appropriate file. Than "ant new" goes > all the way to the end but later on with "ant setup" I run into trouble > with the "junit.jar" archive again. > > Who can help? I am about to give up trying to use appfuse. > > Thank you very much, > Fabio. > -- View this message in context: http://www.nabble.com/Issue-with-junit.jar-tf2401960s2369.html#a11180306 Sent from the AppFuse - User mailing list archive at Nabble.com.
