> In Java, when you get a java.lang.NoClassDefFoundError, it always means 
> that a certain class can't be found. The Java virtual machine looks at 
> the classpath to find classes. If a class isn't found, it usually means 
> that the jar file (in this case, bcel.jar) is not on your classpath.

i know :)
well, it should be included. the file is in:       
        <fileset dir="${lib.dir}">              
         <include name="**/*.jar" />
      </fileset>

/Jon

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to