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

Allow <ant/> tasks to use a <dirset/>

           Summary: Allow <ant/> tasks to use a <dirset/>
           Product: Ant
           Version: 1.5
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I manage a few projects that have several subprojects.  Sometimes new 
subprojects
are added, while others are discontinued or moved to another umbrella.  I would
really like the process to be seemless, instead of having to add yet another
<ant dir="newproj" target="dist"/> to my build script, I want it to recognize it
immediately.  Something like this would be killer:

<ant target="dist">
  <dirset dir="${basedir}">
    <include name="*"/>
    <exclude name="template-product"/>
  </dirset>
</ant>

It would really make my job easier.

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

Reply via email to