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 2002/05/10 21:53:25 UTC

DO NOT REPLY [Bug 8986] New: - New attributes and nested tags for WAR task

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: ant-dev@jakarta.apache.org
        ReportedBy: brad@crochet.net


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>