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:51 ------- I'm not following Steve... What does cheesy means in this context? <subant> can take a <fileset> or a <dirset> or whatever else a path can take. java.io.Files which are not build files (i.e. !isFile() || isDirectory()) are appended the default build file name ('antfile' attribute, same as <ant> BTW). Of course, like in most places in Ant, explicitly telling a task to do something that missing the essential processing unit, the build file, is an error by default in <subant>. What is wrong with that? I guess I'm not following... --DD