> Another feature request I have is to make each of the "sub" tasks that use > templates implement a way to override that template from Ant.... like > specifying a different web.xml template on the <deploymentdescriptor> > subtask and such. This seems like it should be a regular convention so > that > support would be easier on xdoclet-devel.... if a template (web.xml, for > example) doesn't implement a needed feature (allowing welcome pages to > pulled from a merge file!) we could add that in ourselves with a custom > template without waiting for a new version.
Try templateFile (works everywhere): <deploymentdescriptor templateFile="mymodified_web_xml.j"> > Which reminds me.... could the welcome file merge file be added to the > web.xml template too?! :)) Ok ok! Right away :-) Please submit bugs, I'm famous at office for my bad memory! As my boss says "you have only a single bit of memory, if the bit is set then we gotta wait till it's flushed!" :o) Cheers, Ara. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
