: 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
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
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
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,