stevel 02/03/18 22:19:59
Modified: . WHATSNEW
Log:
set properties in nested strings. not tested.
Revision Changes Path
1.223 +5 -0 jakarta-ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/jakarta-ant/WHATSNEW,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -r1.222 -r1.223
--- WHATSNEW 6 Mar 2002 03:25:49 -0000 1.222
+++ WHATSNEW 19 Mar 2002 06:19:59 -0000 1.223
@@ -4,6 +4,11 @@
Changes that could break older environments:
--------------------------------------------
+* <telnet> was fixed to expand properties inside nested <read> and
+ <write> elements; before this only happened when you assigned the text
+ to the string attribute. If you had $ signs in the string, they may
+ need escaping.
+
* the RegexpMatcher interface has been extended to support case
insensitive matches and other options - custom implementations of
this interface won't work any longer. We recommend to use the new
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>