I have a couple of projects, one with 37 assemblies, and one with 165.  The
smaller one is a project to build the larger one - my home brew nightlybuild
project.  One of the major tasks was to determine the order to build the
project - which dependencies to build first.

I was considering converting my build stuff to NANT.  I started by using
slingshot to create a NANT build file for by nightlybuild project - created
nb.build.

This works ok, except, for the dependencies problem.  If I clean the entire
output directory, I can no longer build.  The project is not built in order
- assemblies that are most dependent on need to be built first. 

I am sure that there is an obvious way to create my nant make file but right
now I am clueless.

I did look at the documentation but would appreciate any links or more
information on this problem - I know that it's been done.  The whole point
of my effort is to quit re-inventing the wheel.

Any help would be appreciated.

Tom Richards


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to