I have multiple build files that I include into a master build file.
The build files have dependencies between targets in them.  I would like
to be able to do something like this:

        nant build -buildfile:file.build -buildorder

And out spits the order in which Nant would call the targets...but not
actually calling them.  For example,

        target1
        target2
        target5
        target6
        target4
        target3

Is there already something like this?  I think this would be good to
have?  Other opinions?

Thanks,
Jason


-------------------------------------------------------
This sf.net email is sponsored by: Are you worried about 
your web server security? Click here for a FREE Thawte 
Apache SSL Guide and answer your Apache SSL security 
needs: http://www.gothawte.com/rd523.html
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to