both of these jars need to be in ANT_HOME/lib: junit.jar optional.jar get them here: http://jakarta.apache.org/builds/jakarta-ant/release/v1.4.1/bin/jakarta- ant-1.4.1-optional.jar http://download.sourceforge.net/junit/junit3.7.zip
> -----Original Message----- > From: Joshua Allen [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 11, 2002 12:46 AM > To: [EMAIL PROTECTED] > Subject: can't get optional tasks to work > > > I'm trying to get <junit> task to work, but I get the following error: > > test: > Running com.solutions400.acts.AllTests > java.lang.NoClassDefFoundError: > org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner > build.xml [104] Test com.solutions400.acts.AllTests failed > > I'm guessing need to download this jar somewhere and tell ant > where it is. I searched the net and can only find the apidocs. > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
