RE: ClassNotFoundException - using custom Ant task from Maven?

2003-10-07 Thread Konrad
D] > Sent: Tuesday, October 07, 2003 3:21 PM > To: maven > Subject: ClassNotFoundException - using custom Ant > task from Maven? > > > Hello. > > I'm trying to run a custom Ant ask from > Maven1.0-beta10 and I keep getting a > ClassNotFoundException. Here is my maven.

RE: ClassNotFoundException - using custom Ant task from Maven?

2003-10-07 Thread Dahlen Jr, Shawn M
Add the classpathref attribute to the taskdef tag using maven.dependency.classpath value. mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 3:21 PM To: maven Subject: ClassNotFoundException - using custom Ant task from Maven? Hello. I'm trying to run a custom Ant ask from Mav

ClassNotFoundException - using custom Ant task from Maven?

2003-10-07 Thread Konrad
Hello. I'm trying to run a custom Ant ask from Maven1.0-beta10 and I keep getting a ClassNotFoundException. Here is my maven.xml and project.xml: maven.xml - project.xml --- ..