Re: parse file in ant and create new file

2005-03-17 Thread Matt Benson
Looks like a filtered to me. -Matt --- Radha Sangal <[EMAIL PROTECTED]> wrote: > Is there any task in ant to simulate this simple > code of java , reading > one file and extracting content to write into > another... in integrate > this small java code , I will have to do lot of > work.. was wond

parse file in ant and create new file

2005-03-17 Thread Radha Sangal
Is there any task in ant to simulate this simple code of java , reading one file and extracting content to write into another... in integrate this small java code , I will have to do lot of work.. was wondering if its possible through ant itself BufferedReader in = new BufferedReader(new FileR