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:<target-name1> -only:<target-name2> <target-name3>

If the -only form is used, only the target and no dependencies are
executed.

Then when debugging my build file, I could run the build steps without
checking out the source again.  Or I could build the package generation
without re-building the code.

Just a thought,
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