RE: Problem in copy task with filtering

2007-02-06 Thread Narayanan, Latchoumi
Thanks Steve, I am just using a blank space for begintoken/endtoken. It works fine. Latchoumi -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 06, 2007 6:29 AM To: Ant Users List Subject: Re: Problem in copy task with filtering Narayanan

Problem in copy task with filtering

2007-02-05 Thread Narayanan, Latchoumi
> Hi all, > > In my build script I am using, > > toFile="${build.root}/WEB-INF/web.xml" > filtering="on" overwrite="true"> > > > > > > This code is copying the web.xml file, but not replacing the word > "spoofFilter" with "permissionFilter" as