RE: war task webxml attribute

2005-01-14 Thread Durham David R Jr Contr 805 CSPTS/SCE
gt; Subject: RE: war task webxml attribute > > > The excludesFile attribute specifies the name of a file > > containing the names of files to be excluded > > Ok, yeah. That's kind of important. I tried excludes, and it still > outputs a warning. > >

RE: war task webxml attribute

2005-01-14 Thread Durham David R Jr Contr 805 CSPTS/SCE
> The excludesFile attribute specifies the name of a file > containing the names of files to be excluded Ok, yeah. That's kind of important. I tried excludes, and it still outputs a warning.

RE: war task webxml attribute

2005-01-14 Thread Harkness, David
Durham David R Jr penned > That doesn't work for me. This: > > webxml="${prototype.src.web-inf}/web.xml" > excludesfile="${prototype.src.web-inf}/web.xml"> > > > > The excludesFile attribute specifies the name of a file contai

RE: war task webxml attribute

2005-01-14 Thread Durham David R Jr Contr 805 CSPTS/SCE
> You should use the webxml attribute to point to your WEB-INF/web.xml > file and exclude that file from the rest you add to the archive. Or > use . That doesn't work for me. This: Throws a warning: Warning: selected war files include a WEB-INF/web.xml which

Re: war task webxml attribute

2005-01-13 Thread Stefan Bodewig
On Thu, 13 Jan 2005, Durham David R. Jr Contr <[EMAIL PROTECTED]> wrote: > Should the webxml attribute be required? Yes. Isn't it? > For one, you can leave it empty and the wars work Which may be due to the parahraph below. > Also, I get an annoying warning about a web.xml being ignored. Whi

war task webxml attribute

2005-01-13 Thread Durham David R Jr Contr 805 CSPTS/SCE
Should the webxml attribute be required? For one, you can leave it empty and the wars work (at least in Tomcat -- not sure if that complies with the spec.) Also, I get an annoying warning about a web.xml being ignored. Any way to suppress this warning, or should I be using a different task? Th