Hello John! IDEA automatically adds optional.jar located in <IDEA home>\lib to the classpath when Ant is executed. Please make sure that junit.jar is in your classpath and your classpath is added to the Ant file properties 'Additional classpath' or junit.jar is manually added to the 'Additional classpath'.
Best regards, Anton Katilin ------------------------------------- IntelliJ Software, "Develop with pleasure!" http://www.intellij.com ----- Original Message ----- From: "John Lindsey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 19, 2002 9:19 PM Subject: [Eap-list] #604 - ant problems with optional taskdefs > I have an ant target that uses the optional junit task to run all the unit > tests in my project. As of #604, it no longer works. It appears that Idea > is not pulling in optional.jar properly, even though it is in my Idea lib > directory. > > I noticed that someone else had a similar problem and the solution was to > add the jar in question to the "Additional Classpath" tab of the Build File > Properties dialog. I tried that and it still doesn't work. > > Any clues? > > -- > John Lindsey mailto:[EMAIL PROTECTED] http://incanta.net > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
