By: midiguy ( Rui Liu )
xdoclet-bin-1.2b3 bug??  
2003-06-18 10:48
where i changed from xdoclet-bin-1.2b2to xdoclet-bin-1.2b3 ,this come to me..

[taskdef] BUILD FAILED: taskdef class xdoclet.modules.hibernate.HibernateDocletTask cannot be found

build snatch:


<path id="class.path">
<fileset dir="${ro.tools}/xdoclet-bin-1.2b3">
<include name="lib/*.jar"/>
</fileset>
</path>



<!-- =================================================================== -->
<!-- XDoclet code generation -->
<!-- =================================================================== -->
<target name="generate">

<taskdef
name="hibernatedoclet"
classname="xdoclet.modules.hibernate.HibernateDocletTask"
classpathref="class.path"
/>

<hibernatedoclet
destdir="${build.compile_beans}"
excludedtags="@version,@author,@todo,@see"
addedtags="@xdoclet-generated at ${TODAY},@copyright The XDoclet Team,@author XDoclet,@version ${version}"
force="true"
verbose="false">

<fileset dir="./src">
<include name="**/*.java"/>
</fileset>

<hibernate/>

</hibernatedoclet>
</target>

Reply via email to