On Thu, 2003-07-17 at 09:42, Jani Mattsson wrote: > I'm trying to introduce using XDoclet into an existing project with > its > existing weblogic-ejb-jar.xml and weblogic-cmp-rdbms-jar.xml files, > and > would therefore like to merge at least for the time being these > original > files into the XDoclet generated ones. With weblogic-ejb-jar.xml > this is fine, there is a merge point to do this. However, the template > for > weblogic-cmp-rdbms-jar.xml does not seem to have any merge points.
Any time there's merge points missing that you need, raise an issue. > No problem, I could use a custom template - but, now this subtask is > using two templates but, as far as I know, I can only give one > templateFile > attribute to the weblogic subtask. In fact, I don't see any difference > in output > even if I specify a templateFile, seems like it's just ignored. > > Anyone else out there run to the same problem? A number of modules suffer the same problem (probably 'cos they copied each other). Where there's more than one generated file, they just set the template file to each in turn during execution, rather than adding extra parameters for the other files :-( Again, please raise a bug report for it. > Where are the default templates located in the compiled build (the > binary distribution)? Is it possible to change these files or have > they been compiled into the classes somehow? They're not compiled, you'll find the xdt files in the modules' jars (in a resource sub-package below each subtask class). Just unjar, change the templates as required, and re-jar. If you'd like to upload a patch (as a diff, please) to JIRA while you're at it, you'll save anyone else having to do likewise in the future :-) Andrew. ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
