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=14863>. 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=14863 messageLogged() causes infinite loop? Summary: messageLogged() causes infinite loop? Product: Ant Version: 1.4.1 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Other AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I wrote a BuildListener whose messageLogged() method did a System.out.println (event.getMessage()) (just for testing). When I added this listener on the command line, e.g.: ant compile -listener SimpleListener ...the screen output was "Setting project property: ant.java.version -> 1.3" about 1000 times and then the program ran out of stack space and crashed. Doing System.err.println(message) did not result in the same problem. I can post the build file if needed; it's a pretty standard usage of the javac task. Cheers, Laird -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
