Stefan,
On Tuesday, April 29, 2003, at 03:42 PM, [EMAIL PROTECTED] wrote:
+ <target name="gen" depends="jar">
<taskdef name="antdoclet"
- classname="xdoclet.modules.apache.ant.AntDocletTask"
- classpathref="xdoclet.classpath"/>
+ classname="org.apache.ant.xdoclet.AntDocletTask">
+ <classpath>
+ <path refid="xdoclet.classpath"/>
+ <pathelement location="${build.dir}/xdoclet-ant.jar"/>
+ </classpath>
+ </taskdef>
Will Gump be ok with this change? I get an eerie feeling that it won't like trying to use a JAR that is built during the build. XDoclet needs to have a JAR to look at though, as it needs to get at META-INF/xdoclet.xml
Thanks,
Erik