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=7933>. 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=7933 Using fileset referring to non-existing directory inside path. Summary: Using fileset referring to non-existing directory inside path. Product: Ant Version: 1.4.1 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I've written a buildCore.xml used by multiple build.xml's and the buildCore.xml has the following: <path id="project.class.path"> ... <fileset dir="lib"> <include name="**/*.jar"/> <include name="**/*.class"/> </fileset> ... </path> BUT, sometimes the lib directory does not exist, because the build.xml that is calling the buildCore.xml does not need one. Maybe I'm missing something, but it seems like there isn't a way to configure fileset not to complain in this situation when the directory doesn't exist. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
