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

http://issues.apache.org/bugzilla/show_bug.cgi?id=39767

           Summary: war task creates incomplete war with many files missing
           Product: Ant
           Version: 1.6.5
          Platform: Other
        OS/Version: Windows 2000
            Status: NEW
          Severity: major
          Priority: P2
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]


The created war does not contain all files that are in the specified fileset,
including files in the "root dir" and sub dirs.

Interestingly, the verbose output shows one of the missing files identified as
needed and added on a run that doesn't delete the war first:
[war] [VERBOSE] perforcefaq.html added as perforcefaq.html is outdated.
....
[war] [VERBOSE] adding entry perforcefaq.html

Yet the resulting war does not have that file (and others).

The war is large, around 360M; not sure if there are size limitations with the 
war.

This is the snippet used to create the war:
<war destfile="target/hm-ant-site.war"
  webxml="../../productname/main/web/WebContent/WEB-INF/web.xml">
  <fileset dir="target/docs" />
</war>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to