peterreilly 2003/12/24 02:48:44 Modified: src/main/org/apache/tools/ant UnknownElement.java Log: Reverting setting the wrapper proxy to null as the unit tests failed. Revision Changes Path 1.73 +5 -1 ant/src/main/org/apache/tools/ant/UnknownElement.java Index: UnknownElement.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/UnknownElement.java,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- UnknownElement.java 24 Dec 2003 10:38:05 -0000 1.72 +++ UnknownElement.java 24 Dec 2003 10:48:44 -0000 1.73 @@ -309,7 +309,11 @@ // the task will not be reused ( a new init() will be called ) // Let GC do its job realThing = null; - getWrapper().setProxy(null); + // FIXME: the following should be done as well, but is + // commented out for the moment as the unit tests fail + // if it is done + //getWrapper().setProxy(null); + } /**
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]