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