-----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 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 - which implies that your target really
*doesn't* have dependencies - it's easy enough to do, using the <call> task:

<Bill>
No.  The targets do/will have dependencies, I just don't want to run them
all the time while debugging and developing an automated build.  I'd rather
not have to create separate targets just for development/debugging purposes.
</Bill>



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to