-Original Message-
From: Owen Rogers [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 14, 2005 8:25 PM
To: Arnette, Bill
Cc: nant-users@lists.sourceforge.net
Subject: Re: [Nant-users] Build target from command line without
dependencies
On 14/09/05, Arnette, Bill <[EMAIL PROTECTED]> w
On 14/09/05, Arnette, Bill <[EMAIL PROTECTED]> wrote:
> When writing a build file that does everything from checking out the
> source to creating the installation package, it would be nice if you
> could run a target from the command line without running the
> dependencies. Is this possible now?
Bill Arnette wrote:
[mailto:[EMAIL PROTECTED] On Behalf Of Edmund Schweppe
Sent: Wednesday, September 14, 2005 1:54 PM
Arnette, Bill wrote:
When writing a build file that does everything from checking out the
source to creating the installation package, it would be nice if you
could run a
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Edmund Schweppe
Sent: Wednesday, September 14, 2005 1:54 PM
To: nant-users@lists.sourceforge.net
Subject: Re: [Nant-users] Build target from command line without
dependencies
Arnette, Bill wrote:
> When w
Arnette, Bill wrote:
When writing a build file that does everything from checking out the
source to creating the installation package, it would be nice if you
could run a target from the command line without running the
dependencies. Is this possible now?
If you really need this ability - w
When writing a build file that does everything from checking out the
source to creating the installation package, it would be nice if you
could run a target from the command line without running the
dependencies. Is this possible now? If not how about a feature like:
Nant -only: -only:
If the
Hi,
I've got a vs2005 project which also includes a nant .build file with
. Building of the project works fine with the
new version of nant. The problem is when I want to add a file to the
project: since I don't have visual studio I needed a full build file
(with the .sln actually fully converted