can't get optional tasks to work

2002-02-10 Thread Joshua Allen
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

RE: can't get optional tasks to work

2002-02-10 Thread Bendfelt, Tim (MED, nVisia, GEMS-IT)
:[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

RE: can't get optional tasks to work

2002-02-10 Thread Srinivas Velidanda
, February 11, 2002 12:16 PM 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

RE: Can't get optional tasks to work

2001-05-10 Thread Jon Skeet
I'm having a devil of a time getting the optional.jar to be recognized by Ant 1.3. I'm running under JDK 1.2 on Solaris. I'm trying a simple ant script that uses the optional ftp task: target name=ftp depends=init ftp server=ftp.apache.org userid=anonymous