If nant is run without any target, and no default target is supplied via
the project element, what should the behavior be?

I suggest that the list of valid targets is given. So you would get
something like this for a bad target of "d".

Buildfile: i:\source\sourceforge\nant\nant.build
   [tstamp] Tuesday, April 23, 2002 2:37:08 PM
   Valid Targets
            release
            clean
            build
            buildextras
            test
            doc
            userdoc
            backup
            dist

BUILD FAILED
unknown target 'd'
Try 'nant -help' for more information


If this sounds like a good idea, I'd also want to add a description to
the target so they have a little more info.


_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to