I'm having trouble generating the xml mapping files for hibernate. The task fires up the my classes compile but just cant generate the resources from my tags.
I'm sure this I'm missing something out I just don't know what. The tags are straight forward enough, can I assume that xdoclet will still generate stuff even if there is an error or is this what could be happening? Any insights into how xdoclet works and what behavior I can expect would be greatly appreciated, my references thus far have been xdoclet in action, the hibernate documentation and xdoclet documentation.
Many Thanks Mark
[I've included a snippet of my build file in case there's anything glaring obvious]
<target name="hibernatedoclet" description="Generates Hibernate class descriptor files." depends="build-prepare">
<!-- Define the hibernatedoclet task --> <taskdef name="hibernatedoclet" classname="xdoclet.modules.hibernate.HibernateDocletTask"> <classpath> <fileset dir="${xdoclet.lib}"> <include name="*.jar"/> </fileset> </classpath> </taskdef>
<!-- Execute the hibernatedoclet task --> <hibernatedoclet destdir="${hibernate.module.build}" excludedtags="@version,@author,@todo" force="true" verbose="true">
<fileset dir="${hibernate.module.src}"> <include name="**/*.java"/> </fileset>
<hibernate />
</hibernatedoclet>
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user