Did you build clean? Keep in mind that XDoclet does dependency checking, but not against changes to build.xml - so you'd need to regenerate web.xml completely from scratch to have this picked up, or have force="true"
Erik
On Friday, February 7, 2003, at 08:38 AM, Raible, Matt wrote:
This doesn't seem to work for me:
<deploymentdescriptor validatexml="true"
servletspec="2.3" sessiontimeout="30"
destdir="${build.dir}/web/WEB-INF" distributable="false"
displayname="Channel Change Tool">
So I added the following to web-settings.xml and now it works.
<XDtConfig:ifConfigParamNotEquals paramName="Displayname" value="">
<display-name><XDtConfig:configParameterValue
paramName="Displayname"/></display-name>
</XDtConfig:ifConfigParamNotEquals>
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
