RE: How to replace a property defined string with multiple lines

2004-12-08 Thread Daisy Guo
ith multiple lines Generally when you see ${some.property.name}, it's because the property isn't actually being set... You might try adding an just after the spot where you think you're setting it, and see what you get. Kajsa Anderson -Original Message----- From: Daisy

AW: How to replace a property defined string with multiple lines

2004-12-07 Thread Daisy Guo
-Original Message- From: Daisy Guo [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 2:24 PM To: [EMAIL PROTECTED] Subject: How to replace a property defined string with multiple lines Hi, I have a task which given a script and a insert point, it would create a new script

How to replace a property defined string with multiple lines

2004-12-04 Thread Daisy Guo
Hi, I have a task which given a script and a insert point, it would create a new script based on the old one and add a few lines at the insert point (see attached). It failed to find the insert point, because ant looks for ${insert.token} instead of the property value. Is there a work around t