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/02/06 13:54:17 UTC

DO NOT REPLY [Bug 16839] New: - WAR task double-includes file

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

WAR task double-includes file

           Summary: WAR task double-includes file
           Product: Ant
           Version: 1.5
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: ant-dev@jakarta.apache.org
        ReportedBy: vilmantas_baranauskas@yahoo.com


Current Behaviour.
WAR task double-includes file if it is present in "basedir" and in nested
"fileset". You get "overwrite?" messages afterwards when deploying this WAR file.

Expected behaviour.
All files contained by nested "fileset" should overwrite files if they are also
present in "basedir" or warning message should be displayed.