RE: Extract property out of multiline file

2004-12-09 Thread Rebhan, Gilbert
- From: Erskine, Chris [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 3:03 PM To: Ant Users List Subject: RE: Extract property out of multiline file Since you already have the , in the line, you do not want to replace the line.separator with a new comma. Change the replace to replace=

RE: Extract property out of multiline file

2004-12-08 Thread Erskine, Chris
t [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 08, 2004 6:47 AM > To: Ant Users List > Subject: RE: Extract property out of multiline file > > > Hi, thanks for the tip, nearly perfect. > > With > > Env1, > Env2, > > and > fl

RE: Extract property out of multiline file

2004-12-08 Thread Rebhan, Gilbert
Hi, thanks for the tip, nearly perfect. With Env1, Env2, and it gives me -> Env1,,Env2,, without flags="g" it gives me -> Env1,,Env2, The second ',' between the Env's and the last ',' after Env2 shouldn't appear. then it would be perfect. Any hints ? Regards, Gilbert -Original M