Ryan Hoegg <[EMAIL PROTECTED]> writes: > Hi, > > Trying to get the ant test target to run and pass within my IDE > (netbeans). Works fine from the command line when I put my junit.jar > in the $ANT_HOME/lib and also define the property in build.properties. > If I take it out of $ANT_HOME/lib, the build fails with a > NoClassDefFOundError for junit/framework/TestListener. > > > Anyone seen this?
I don't recall seeing this first-hand with XML-RPC, but I've had junit-3.7.jar in my ANT_HOME directory forever (because I've seen this while working on other projects). I believe this is to work around for some sort of Ant class loading issue. You could try the issue tracker and/or mailing list archive for Ant and JUnit to verify -- I know this has been discussed before (somewhere ;). -- Daniel Rall <[EMAIL PROTECTED]>
