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=3757>. 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=3757 <include> task to include external XML files containing Ant definitions Summary: <include> task to include external XML files containing Ant definitions Product: Ant Version: 1.4 Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Would be nice to have an <include> task that allows the inclusion of XML files containing Ant definitions. This would be very handy for splitting large build.xml files in smaller files. The task would look something like this: <include> <fileset dir="build-scripts"> <include name="*.xml"/> </fileset> <include> Greetings, Ovidiu
