DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38996>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38996 Summary: ANT hangs Product: Ant Version: 1.6.5 Platform: PC OS/Version: Windows XP Status: NEW Severity: critical Priority: P2 Component: Core tasks AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] We're doing a very complex system of build scripts on a set of projects containing more than 2000 Java source files. Everything runs well, but sometimes (every 10 trials) ANT just hangs. If it happens, it happens always in this target, between printing the word "compile" (= target name) and printing "mkdir" (= first task name). Actually we don't know what to do but to kill the process and run ant again (and then it works well). <target name="compile"> <mkdir dir="${bin.dir}" /> <javac source="${compiler.source}" target="${compiler.target}" bootclasspath="${option.bootclasspath}" destdir="${bin.dir}" debug="${debug.option}" optimize="${optimize.option}" classpath="${lib.path}"> <src> <dirset dir="."> <include name="**/src" /> </dirset> </src> </javac> </target> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
