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=6603>. 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=6603 File scanner dislikes symlinks to parents in source directory Summary: File scanner dislikes symlinks to parents in source directory Product: Ant Version: 1.4.1 Platform: PC OS/Version: Linux Status: NEW Severity: Minor Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] My build failed while using the Jass design-by-contract tool with the following relevant output from "ant -debug": jass: FileSet: Setup file scanner in dir /home/thomason/project/source with patternSet { includes: [**/*.jass] excludes: [] } /home/thomason/resources/ant/bin/ant: line 134: 10912 Segmentation fault $JAVACMD -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" $ANT_OPTS org.apache.tools.ant.Main "$@" I had just added a symlink in one of my source directories to a parent of that directory, and the problem went away when I removed it. Presumably the file scanner component didn't like the directory loop created by the symlink. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
