On Mon, 2004-01-12 at 23:27, Mike Moulton wrote: > I need to add a class-loading tag (<class-loading > java2ClassLoadingCompliance='false'/>) to my generated jboss-web.xml, > however there is no built in support for the class-loading feature, nor > is there a merge point in the jboss-web.xml file.
That, I guess, is because class-loading was added in the jboss 3.2 dtd, and the jboss module's web subtask only supports 2.4 & 3.0. I suggest you raise an enhancement request in JIRA if there isn't one already. > If I wanted to add a merge point to the jboss_web_xml.xdt myself, is it > as easy as adding a <XDtMerge:merge > file="some-file.xml"></XDtMerge:merge> to the template? Yes, if you don't need/want to specify it in some other way (e.g. config params), then that's all it would need. > If there is a > little more involved, what corse of action would someone who is more > familiar recommend? > > I am currently using xdoclet-1.2b3 I suggest you try out the released 1.2 version; if the module gets updated to include this merge point, that's the version it'll be added to... Andrew. ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
