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=7237>. 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=7237 failureProperty for javac-task Summary: failureProperty for javac-task Product: Ant Version: 1.4.1 Platform: Sun OS/Version: Solaris Status: NEW Severity: Enhancement Priority: Other Component: Build Process AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi, first thanks for this great tool we are using sucessfully for about a year on Solaris and W2K! For the daily work we are using one build.xml per cvs-modul, all of them in the basics identical (just some personal additions), the tasks: javac - jar - junit - junitreport (and some cleanup and javadoc and analyse). For javac the failonerror is set to true and developers can react on error messages. For the non-interactive nightly build and smoke we are using one build.xml which exports the cvs-modules and uses <ant antfile="..."/> to call the above described buildfiles. The failureProperty in the junit-task was a very helpfull, so we can mail in case of errors/failures during the junit. Now I would like to have something like a failureProperty for javac, so I can decide to either mail in case of errros or run the junit task. Setting javac failonerror to false and the javac fails, then the junit results are unpredictable - I'm not happy with my workarounds I tryed. Thanks in advance for any workarounds! ...or even better the above suggested property in the next release!?! Cheers Jens -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
