Which Ant version?

> -----Original Message-----
> From: Andreas Rodtwitt [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 01, 2003 11:06 AM
> To: [EMAIL PROTECTED]
> Subject: [Xdoclet-user] taskdef class xdoclet.ejb.EjbDocletTask Cannot
> be found
> 
> 
> 
> 
> Help!
> 
> I've tried almost anything I can think of, but everything 
> boils down to the 
> same error.... I've got the xdoclet-ejb-module-1.2b2.jar in my 
> classpath. My 
> build.xml looks something like this:
> 
>    <target name="xdoclet-generate" depends="init">
>       <taskdef
>          name="ejbdoclet"
>          classname="xdoclet.ejb.EjbDocletTask"
>       >
>          <classpath refid="xdoclet.path"/>
>       </taskdef>
> 
>       <ejbdoclet
>          sourcepath="${src.ejb.dir}"
>          destdir="${build.generate.dir}"
>          classpathref="base.path"
>          excludedtags="@version,@author"
>          ejbspec="${ejb.version}"
>          mergedir="${src.resources.dir}/xdoclet"
>          force="${xdoclet.force}"
>       >
> 
>          <fileset dir="${src.ejb.dir}">
>             <include name="**/*Bean.java"/>
>          </fileset>
> 
>    <.....>
> 
> xdoclet.path is defined like this:
> 
>    <path id="xdoclet.path">
>       <pathelement location="${ant.home}/lib/ant.jar" />
>       <pathelement 
> location="${xdoclet.home}/lib/xdoclet-ejb-module-1.2b2.jar" />
>       <pathelement location="${xdoclet.home}/lib/xdoclet-1.2b2.jar" />
>       <pathelement location="${jboss.home}/client/log4j.jar"/>
>     </path>
> 
> Any help is most apreciated!
> 
> -Andreas
> 
> _________________________________________________________________
> Hotmail snakker ditt språk! 
> http://www.hotmail.msn.com/cgi-bin/sbox?rru=dasp/lang.asp - 
> Få Hotmail på 
> norsk i dag
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_06
1203_01/01
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to