Do you have a web-settings.xml merge file in your JavaDevWithAnt project?  I
think that's the problem on my project.

Matt

> It worked fine for me with my JavaDevWithAnt project after adding 
> displayname="JavaDevWithAnt"
> 
> 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



-- Matt Raible, Raible Designs, Morrison CO US
-- Tel: +1 303 979-5340
-- Mob: +1 720 560-8460
-- Fax: +1 508 256-6471
-- Web: http://www.raibledesigns.com


-------------------------------------------------------
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

Reply via email to