RE: [Nant-users] Building C++ projects with the solution task

2005-01-20 Thread Sparrman, David (GE Healthcare, non-ge)
Ok, that is good news. That means the documentation in Visual Studio is incorrect then. Interesting. One should obviously never trust documentation, even from MS with their resources     From: Melissa Kacher [mailto:[EMAIL PROTECTED] Sent: den 20 januari 2005 18:28 To: Sparr

RE: [Nant-users] Building C++ projects with the solution task

2005-01-20 Thread Melissa Kacher
The Visual Studio macro is called $(ProjectDir), not $(ProjDir). That should solve your problem.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sparrman, David (GE Healthcare, non-ge)Sent: Thursday, January 20, 2005 8:30 AMTo: nant-users@lists.sourceforge.netSubject: [Na

[Nant-users] Building C++ projects with the solution task

2005-01-20 Thread Sparrman, David (GE Healthcare, non-ge)
  We are running NAnt 0.85 nightly 2001-01-15 using the solution task.   If a C++ project file in the solution has an assembly reference using variable ${SolutionDir) to define referenced location, building the solution using nant works. Unfortunately, we cannot use that approach since

RE: [Nant-users] Import Tasks

2005-01-20 Thread Thirupputkuzhi, Sanjay
I had defined them as

RE: [Nant-users] Parsing txt files.

2005-01-20 Thread Ryan Davis
Another option would be to use the xmlpeek (http://nant.sourceforge.net/release/latest/help/tasks/xmlpeek.html) to read values from an xml file. That might end up cleaner, might not. Thanks, Ryan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian

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