RE: [Nant-users] Input from file

2005-04-19 Thread Sandeep
: Tuesday, April 19, 2005 11:24 AM To: Nant Users Subject: [Nant-users] Input from file I'm trying to do something fairly simple that I've never had need to do. I'd like to get a line from a text file. It's a one line file and I need that line (not an xml file). Is there alrea

RE: [Nant-users] Input from file

2005-04-19 Thread Nau, Michael
http://nant.sourceforge.net/release/latest/help/tasks/loadfile.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Fetzer Sent: Tuesday, April 19, 2005 11:24 AM To: Nant Users Subject: [Nant-users] Input from file I'm trying to do something f

RE: [Nant-users] Input from file

2005-04-19 Thread Selke, Anthony
Look at the task here: http://nant.sourceforge.net/release/latest/help/tasks/loadfile.html HTH Tony -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Fetzer Sent: Tuesday, April 19, 2005 2:24 PM To: Nant Users Subject: [Nant-users] Input from

[Nant-users] Input from file

2005-04-19 Thread Eric Fetzer
I'm trying to do something fairly simple that I've never had need to do. I'd like to get a line from a text file. It's a one line file and I need that line (not an xml file). Is there already a task to do that, or do I use script; and if script, how do I place that info in a property... Thanks,