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

New attributes and nested tags for WAR task

           Summary: New attributes and nested tags for WAR task
           Product: Ant
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


If you specify a prefix to a <webinf>, if would prepend WEB-INF to the prefix,
allowing arbitrary prefixes in the WEB-INF directory.

For instance, having a WEB-INF/properties folder. Instead of using:

<zipfileset prefix="WEB-INF/properties" .../>

One would use:

<webinf prefix="properties" .../> 

This would automatically append properties to WEB-INF, and if no prefix is
specified, it would default to the root of WEB-INF.

This is mainly for clarity.

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

Reply via email to