I'm trying to pass a property to a build file invoked by the nant task.
I want to pass in the full path to MySource.cs, which is in the directory of
the current build file. The problem is, as the help on the task
plainly states, "value" is NOT expanded by def
It seems like tasks like and will copy one file, yet report
that they deleted 0 files. Anyone notice this?
Nick
http://www.varacalli.com
---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration M
Does nant -projecthelp work for anyone else? It only prints out the project
description, not the list of targets.
Running 0.84 Release, .Net Framework 1.1,
Nick
http://www.varacalli.com
---
This SF.net email is sponsored by: Perforce Softwar
Hi Vimal,
You just have to drop the content of NAnt-Contrib bin directory in the
directory where you have nant.exe (usually \bin).
Nick
Original Message Follows
From: "Vimal Kansal" <[EMAIL PROTECTED]>
To: "NAnt (E-mail)" <[EMAIL PROTECTED]>
Subject: [Nant-users] How do I install Nant-C
What I had to do was to put the nant.contrib.tasks.dll and xml file in the same bin
directory as my nant executable. HTH
Eric L
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Vimal Kansal
Sent: Tuesday, January 06, 2004 8:26 PM
To: NAnt (E-mail)
Subject:
Can you send the detailed build log? Use -verbose flag on NAnt.
Jarek
- Original Message -
From: "Phalgun S Erra" <[EMAIL PROTECTED]>
To: "Jaroslaw Kowalski" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, January 07, 2004 9:59 AM
Subject: Re: [Nant-users] Problem accessing