Re: [NAnt-users] Reverse Dependency Order

2006-03-21 Thread Giscard Biamby
I just wrote some code that determines the build order for a set of vb6 projects. It also outputs an nant script with a build target that builds in the correct order, and a clean target that unregisters the dll's in reverse build order. So the nant scripts have no build order built in, just passe

[NAnt-users] Reverse Dependency Order

2006-02-17 Thread William_Martin
Can anyone think of an easy way round this?  I want to execute by build in reverse dependency order.  Why?  Well because I have a target in there called register that regieters the components that are build in COM+ so a developer can do a "build all register" and be aboe to run the system for debu