Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 50147 invoked from network); 12 Feb 2003 17:18:10 -0000 Received: from mailgtw2.isabel.be (195.122.111.102) by daedalus.apache.org with SMTP; 12 Feb 2003 17:18:10 -0000 Received: from [195.122.110.60] by mailgtw2.isabel.be with ESMTP for user@ant.apache.org; Wed, 12 Feb 2003 18:17:02 Z Received: by server1b with Internet Mail Service (5.5.2653.19) id <1VD4BX0N>; Wed, 12 Feb 2003 18:17:57 +0100 Message-Id: <5802F7678945D51184440002557C81E20C0C3F2E@server1b> From: Marie Rajon To: "'user@ant.apache.org'" Subject: Problem with replaceregexp ... Date: Wed, 12 Feb 2003 18:17:48 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C2D2BA.AA400EB0" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C2D2BA.AA400EB0 Content-Type: text/plain; charset="iso-8859-1" Hello, I am trying to modify a properties file by updating a property value with the function replaceregexp, but I get the error message "No supported regular expression matcher found". Here is a sample of my ant script: I expect the line "isalog4j.jar.version=1.00" to become "isalog4j.jar.version=2.00" in my file "D:\IsaOneToOne\lib_list.properties" ${testisalog4j.jar.version} is referenced in another property file. Is this error message related to the fact that I need a specific jar file (I already have the optional.jar in my lib directory)? If you have any idea, just let me know! Thank you in advance for your help Marie ------_=_NextPart_001_01C2D2BA.AA400EB0--