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

RFE: ignoreMissingBuildFiles option for subant





------- Additional Comments From [EMAIL PROTECTED]  2003-03-26 21:54 -------
Then you could have simply specified a fileset...

Assuming:

<dirset dir="${dir}">
  <include name="${somepattern}"/>
</dirset>

using 

<fileset dir="${dir}">
  <include name="${somepattern}/build.xml"/>
</dirset>

Would only have found the *existing* build files. Not need for a patch in this 
case, and still as order less as before. --DD

Reply via email to