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

core task "war" still broken in 1.5.3

           Summary: core task "war" still broken in 1.5.3
           Product: Ant
           Version: 1.5.3
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


At least, the war task creates a war file with the visible WEB-INF 
subdirectory, but now it copies too much in the war! My <classes> subtag 
excludes explicitaly class files:

-----
<classes dir="${bin}${file.separator}classes">
    <include name="*.properties"/>
    <!-- do not include classes, because JARs are already in the WAR: -->
    <exclude name="**/*.class" />
</classes>
-----

but ant 1.5.3 still includes the *.class files into the archive.
same task works when called with ant 1.4.1 ...

Reply via email to