Because JUnit is not on the system classpath. You must path classpath="where.junit.is" to your taskdef.
Aslak > -----Original Message----- > From: James CE Johnson [mailto:[EMAIL PROTECTED]] > Sent: 21. november 2002 18:40 > To: [EMAIL PROTECTED] > Subject: Can't find JUnitTask? > > > Why would this: > > <goal name="funk"> > <taskdef name="junit" > > classname="org.apache.tools.ant.taskdefs.optional.junit.JUnitTask" > /> > </goal> > > Result in this: > > funk: > > [ERROR] BUILD FAILED > [ERROR] taskdef class > org.apache.tools.ant.taskdefs.optional.junit.JUnitTask cannot be found > > I'm using the 11/18 CVS version of Maven. > > Thanks, > J > > > > > -- > 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]>
