Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 34541 invoked from network); 12 Apr 2002 11:57:38 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 12 Apr 2002 11:57:38 -0000 Received: (qmail 13680 invoked by uid 97); 12 Apr 2002 11:57:30 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 13670 invoked by uid 97); 12 Apr 2002 11:57:29 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 26694 invoked from network); 12 Apr 2002 11:22:57 -0000 X-Mailer: 21.5 (beta4) "bamboo" XEmacs Lucid (via feedmail 10 Q); VM 7.03 under 21.5 (beta4) "bamboo" XEmacs Lucid From: "Philip Aston" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15542.49837.88143.987465@bea.com> Date: Fri, 12 Apr 2002 12:19:09 +0100 To: ant-user@jakarta.apache.org Subject: ProjectHelper.parsePropertyString removes $'s - Is this a bug? X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I found that the $ symbol is being stripped from SQL used in my tasks. Investigating further.... import org.apache.tools.ant.ProjectHelper; public class AntBug { public static void main(String[] args) { System.out.println( ProjectHelper.replaceProperties(null, "This $ is $ a $test", null)); } } gives "This is a test" Surely this isn't the desired behaviour? - Phil -- To unsubscribe, e-mail: For additional commands, e-mail: