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
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
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
I had defined them as
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
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
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
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