replaceAll is a java 1.4 function of String. it won't work if you use the 1.3 compiler.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 2:02 PM To: Ant Users List Subject: No such method error when using jd1.3.1 with ant1.5.1 I am trying to use ant1.5.1 with jdk 1.3.1. I am getting an error : No such method error in String class. The method is replaceAll(String str1,String str2); Any feedback is appreciated. -HP -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
