----- Original Message ----- From: "Huang, Daniel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 05, 2001 2:49 AM Subject: taskdef class ... not found
> I could see the class when I run > > javap com.myDomain.myAntTask.Ant_sqlj > What happens if you enter javap org.apache.tools.ant.Task? How are you starting your Ant? And how do you define you task (cut the <taskdef..>-part from your build.xml and post it here) > However, when I removed the package name, I could run ant. Looks like for some reason Ant has problems with your classpath... Nico
