Re: Extracting information out of a file

2009-03-31 Thread Matt Benson
I can't tell from your original post everything you intend to do with this information once you get it, but you may want to have a look at the resource collection. HTH, Matt --- On Tue, 3/31/09, Dylan Farre wrote: > From: Dylan Farre > Subject: Extracting information out of

Extracting information out of a file

2009-03-31 Thread Dylan Farre
I am looking for a generic way (Ant task) to extract information out of a file. For example I have a sql script that calls other sql scripts. I want to be able to extract the list of these sub scripts. It would be great if the task would put them in an AntXtras strings type contruct, or something e