<path id="retroguard.jar">
<pathelement location="E:/projects/Common2/lib/retroguard.jar"/>
</path>
<target name="hibernatedoclet"
depends="init, prepare"
description="Generate Persistence and form classes">
<taskdef
name="hibernatedoclet"
classname="org.xdoclet.ant.XDocletTask"
classpathref="class.path"
/>
<xdoclet>
<!-- defines the file handled by xdoclet2 -->
<fileset dir="${src.dir}">
<include name="/ws/ization/hb/*.java"/>
</fileset>
<!-- defines the processing of a plugin -->
<component
classname="org.xdoclet.plugin.hibernate.HibernateMappingPlugin"
destdir="${hbm.dir}"
version="3.0"
/>
</xdoclet>
</target>
I have download the jar file, but why it also tell me org.xdoclet.ant.XDocletTask can not be found ?
Thanks,
|