Hi! I'm trying to do a modular system in which I have some ejb modules that use ejbdoclet with beans that extend other ones in a "common" module, that hold the fields that will exist in every EJB (startDate, endDate, ...)
I'm using maven xdoclet plugin 1.2 and because xdoclet doesn't find the "common" sources, the deployment descriptor (and other files as jbosscmp-jdbc) doesn't include the fields inherited from common ejbs. I looked insight plugin.jelly and saw that source fileset is based in pom.build.sourceDirectory, so I think that I can't add source folders in a pregoal, is this right? So, the only thing to do is modify the templates ejb-body.xdt jbosscmp-jdbc_xml.xdt and include the common fields there, but it's a very ugly solution Any idea? Thanks in advance ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
