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

library jars placed in root directory of war package.

           Summary: library jars placed in root directory of war package.
           Product: Ant
           Version: 1.6Beta
          Platform: Other
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


As of 1.6 beta, the war task places files specified within the <lib /> element 
into the war root directory, instead of the WEB-INF/lib

The target was being used as follows, with webapp.lib referencing a fileset.

<war destfile="web.war" webxml="WEB-INF/web.xml">
  <..snip../>
  <!-- - select the 3rd party library jars -->
  <lib refid="webapp.lib"/>
  <..snip../>
</war>

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

Reply via email to