yeah, the same i have, but ant script generates nothing, here is the script:
<target name="@generateHibernateMapping" depends="init">
<!-- Define the hibernatedoclet task -->
<taskdef name="hibernatedoclet"
classname="xdoclet.modules.hibernate.HibernateDocletTask">
<classpath>
<fileset dir="${bec.xdoclet.lib}">
<include name="**/*.jar"/>
</fileset>
</classpath>
</taskdef>
<!-- Execute the hibernatedoclet task -->
<hibernatedoclet
destdir="${src.hbm.dir}"
excludedtags="@version,@author,@todo"
mergedir="${src.hbm.dir}"
verbose="false">
<fileset dir="${src.java.dir}">
<include name="**/*.java"/>
</fileset>
<hibernate/>
</hibernatedoclet>
</target>
_________________ thanks
blaf
|