Slightly tangential, but this is also the case for servlet-mapping elements. I could find no mention of this being a merge-able property in the docs, and was having some trouble trying to integrate merged servlet declarations and their mappings. Maybe I just need to RTFM again myself, but I checked out the template file itself and found directions for adding a servlet-mappings.xml file to my merge dir. Works like a charm now.
Great work XDoclet team. This is a fantastic piece of software. jMC -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Erik Hatcher Sent: Saturday, February 01, 2003 3:25 AM To: [EMAIL PROTECTED] Subject: Re: [Xdoclet-user] Is it possible to set a display name in web.xml RTFM: http://xdoclet.sourceforge.net/ant/xdoclet/modules/web/ WebXmlSubTask.html <deploymentdescriptor displayname="Matt's Greatest Webapp Ever"..../> :)) Erik p.s. When in doubt, have a look at the template (web_xml.xdt in this case) and see what's going on there and backtrack from there. In this case, its a little confusing because it uses a configuration parameter, but implicitly getters from the subtask are called as configuration parameters too, but its easy to see that at least support for <display-name> is builtin: <XDtConfig:ifConfigParamNotEquals paramName="Displayname" value=""> <display-name><XDtConfig:configParameterValue paramName="Displayname"/></display-name> </XDtConfig:ifConfigParamNotEquals> On Friday, January 31, 2003, at 06:49 PM, Raible, Matt wrote: > Is it possible to add a display name to my web.xml, such as: > > <display-name>My Application</display-name> > > This is the first element after <web-app> and I didn't see any > mergefiles > for it. > > Thanks, > > Matt > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
