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

2004-12-08 Thread Daisy Guo
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 based on the old one and add a few lines at the

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

2004-12-08 Thread Kajsa.Anderson
ROTECTED] 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 based on the old one and add a few lines at the insert point (see

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