Hello there,

first of all, I am a total XDoclet2 newbie and apologize for asking those simple questions, but I couldn't find a solution to my problems in the mail archive, so... I'm trying to generate hibernate mapping files from my java sources using the HibernateMappingPlugin. The problem is, that there are also tags like @clientCardinality and stuff generated by the UML modeler inside the javadoc comments (which I don't want to remove from the sources). XDoclet did not seem to be disturbed by that. Anyway, I needed to switch to XDoclet2, but I when running the build.xml, I get error messages like the following: Unknown tag: @clientCardinality in file... In XDoclet there was this attribute called excludedtags, but in XDoclet2 it seems to me, there isn't. So, is there any possibility to exclude tags from being considered during the mapping process???

One more question:
Although I have the following configuration in my test application's build.xml file, the mapping files will be generated inside the classes folder, not the src folder. Any idea about that?
<component
classname="org.xdoclet.plugin.hibernate.HibernateMappingPlugin"
destdir="../src"
version="3.0"
/>

Thanks for any help or comment.



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
xdoclet-plugins-interest mailing list
xdoclet-plugins-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to