conor 2004/09/02 00:51:34
Modified: src/main/org/apache/tools/ant Project.java
Log:
Indicate the message that causes the loop
Revision Changes Path
1.174 +3 -2 ant/src/main/org/apache/tools/ant/Project.java
Index: Project.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/Project.java,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -w -u -r1.173 -r1.174
--- Project.java 31 Aug 2004 22:32:52 -0000 1.173
+++ Project.java 2 Sep 2004 07:51:33 -0000 1.174
@@ -2015,7 +2015,8 @@
if (loggingMessage) {
throw new BuildException("Listener attempted to access "
+ (priority == MSG_ERR ? "System.err" : "System.out")
- + " - infinite loop terminated");
+ + " with message [" + message
+ + "] - infinite loop terminated");
}
try {
loggingMessage = true;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]