You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/09/25 15:21:22 UTC

DO NOT REPLY [Bug 19025] - war task issues unnecessary warning

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19025>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19025

war task issues unnecessary warning

bodewig@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From bodewig@apache.org  2003-09-25 13:21 -------
You meant to say excludes="WEB-INF/web.xml", not 
excludesfile="web/WEB-INF/web.xml".

excludesfile points to a file that will be read and each line of the file is
considered an exclude pattern.

excludes contains a list of exclude patterns, that must be relative to your
basedir, that's why I stripped the leading web/.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org