DO NOT PUT ANYTHING IN YOUR CLASSPATH!

<!-- The JBoss provided J2EE files. -->
<path id="jboss.j2ee.classpath">
  <pathelement path="${jboss.client}/jboss-j2ee.jar"/>
  <pathelement path="${jboss.server.lib}/javax.servlet.jar"/>
</path>

<property name="xdoclet.root"
          location="${project.root}/../xdoclet-all/xdoclet/target"/>

<path id="xdoclet.classpath">
  <path refid="jboss.j2ee.classpath"/>
  <fileset dir="${xdoclet.root}/lib" includes="*.jar"/>
  <fileset dir="${xdoclet.root}/../lib" includes="*.jar"/>
  <fileset dir="${apache.velocity.lib}" includes="*.jar"/>
  <fileset dir="${apache.struts.lib}" includes="*.jar"/>
</path>

<!-- Define the EJBDoclet task -->
<taskdef name="ejbdoclet" classname="xdoclet.modules.ejb.EjbDocletTask"
         classpathref="xdoclet.classpath"/>

<!-- Define the JMXDoclet task -->
<taskdef name="jmxdoclet" classname="xdoclet.modules.jmx.JMXDocletTask"
         classpathref="xdoclet.classpath"/>

<!-- Define the WebDoclet task -->
<taskdef name="webdoclet" classname="xdoclet.modules.web.WebDocletTask"
         classpathref="xdoclet.classpath"/>

> -----Original Message-----
> From: Rumpf, Johannes, Fremdfirma
> [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 16, 2003 5:34 AM
> To: '[EMAIL PROTECTED]'
> Subject: [Xdoclet-user] runnin mad
> 
> 
> Hi,
> 
> i'm running mad... I'm just try to build the
> samples and whatever i do i got:
> 
>  ... taskdef class xdoclet.ejb.EjbDocletTask cannot be found
> 
> or any other task i'd like to test.
> 
> - i've copied the xdoclet.jar in every lib-dir
> - i've put all jar's in the classpath
> - i've tried the xdoc 1.2b3 and i've tried the 1.1.2xdoc samples
> 
> (ant 1.5.3 or 1.4.1, jdk 1.3.1)
> 
> i've no more idea why this **** won't work.
> So if anybody has a good idea, that will show me that's all 
> easy and i'm
> just to stupid - 
> i'm a happy men.
> 
> Yours
> 
> Johannes


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to