RE: [Nant-users] Parsing txt files.

2005-01-20 Thread Ryan Davis
Lazea Sent: Thursday, January 20, 2005 8:43 AM To: Matt Ward Cc: NAnt Users Subject: Re: [Nant-users] Parsing txt files. Thanks a lot, Matt. I totally forgot about this task :-). -- Adrian. Matt Ward wrote: > Hi Adrian, > > Take a look at the foreach task and see if it fits your req

Re: [Nant-users] Parsing txt files.

2005-01-20 Thread Adrian Lazea
Thanks a lot, Matt. I totally forgot about this task :-). -- Adrian. Matt Ward wrote: Hi Adrian, Take a look at the foreach task and see if it fits your requirements http://nant.sourceforge.net/release/latest/help/tasks/foreach.html "Loops over lines in the file properties.csv, where each line is o

Re: [Nant-users] Parsing txt files.

2005-01-20 Thread Matt Ward
Hi Adrian, Take a look at the foreach task and see if it fits your requirements http://nant.sourceforge.net/release/latest/help/tasks/foreach.html "Loops over lines in the file properties.csv, where each line is of the format name,value. " Might also be worth taking a look at the loadfil

[Nant-users] Parsing txt files.

2005-01-20 Thread Adrian Lazea
Hi all, Do you know whether I can parse a txt file in NAnt? If so, then how can I actually do that? I'm more interested in getting just the first line of a txt file and saving it into a property, but a complete parsing procedure of such a file is helpful as well. Thank you, -- Adrian Lazea Wind