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 2002/04/03 15:46:09 UTC

DO NOT REPLY [Bug 6836] - ear adds application.xml file twice

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

ear adds application.xml file twice

bodewig@apache.org changed:

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



------- Additional Comments From bodewig@apache.org  2002-04-03 13:46 -------
first of all, your excludes doesn't work as the pattern is supposed to be relative
to basedir, not an absolute path.  Make that excludes="META-INF/application.xml".

If I try what you are doing with a current CVS version of Ant I get

      [ear] Warning: selected ear files include a META-INF/application.xml which
will be ignored (please use appxml attribute to ear task)

and the resulting archive doesn't contain two entries, only one.

There has been a typo in the ear task of Ant 1.4.1, this has been fixed with
nightly build 2002-01-08.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>