[EMAIL PROTECTED] wrote:
sbailliez 2004/02/05 14:55:37
Modified: . WHATSNEW
Log:
PR: 19301
Use xalan extensions to replace strings and avoid a stack overflow when doing deep recursions.
Revision Changes Path
1.537 +4 -0 ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/ant/WHATSNEW,v
retrieving revision 1.536
retrieving revision 1.537
diff -u -r1.536 -r1.537
--- WHATSNEW 2 Feb 2004 10:53:41 -0000 1.536
+++ WHATSNEW 5 Feb 2004 22:55:37 -0000 1.537
@@ -6,6 +6,10 @@
Fixed bugs:
-----------
+* Remove a recursive template call in the junit xsls that could trigger a stack
+ overflow. It now uses Xalan extensions to call a Java class directly.
+ Bugzilla Report 19301
+
* Translate task does not remove tokens when a key is not found.
It logs a verbose message. Bugzilla Report 13936.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Cool, Stephane,
Antoine
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]