On Fri, 2003-03-07 at 00:26, Carl Schmidt wrote:
> What does your ant taskdef look like?  You need to include all of the
> XDoclet jars in the classpath.  Something like this...
> 
> 
>     <taskdef classname="xdoclet.modules.ejb.EjbDocletTask" name="ejbdoclet">
>       <classpath>
>         <fileset dir="thirdparty/xdoclet-1_2_b3_dev">
>           <include name="*.jar"/>
>         </fileset>
>       </classpath>
>     </taskdef>
> 
> I *think* you also need to include the J2EE jars and such...

Also, given the error message was

> > java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

don't forget the commons logging jar...


Andrew.


-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to