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

Jar-Tasks update option removes classes from War

           Summary: Jar-Tasks update option removes classes from War
           Product: Ant
           Version: 1.5
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


I have a prebuild WAR for BEA WLS.

When configuring the WAR for another Environment we need to update a XML-File 
in this WAR with a new version.

build.xml-snippet:

<jar jarfile="tmp/dared.war" update="true">
    <zipfileset dir="tmp/"
        prefix="WEB-INF/classes"
        includes="configuration.xml"/>
</jar>

After that the mentioned war only contains a Manifest.mf and the 
configuration.xml, but no longer the rest of "WEB-INF/classes"-directory 
structure, which has been there before this updating stuff.

This has been detected on Windows 2K as well as on SuSE 7.3-Intel and a SuSE 
for IBM zSeries.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to