>From: "Troy Laurin" <[EMAIL PROTECTED]> >Sent: Thursday, June 17, 2004 4:25 AM
>> 1) How do I ensure that I build project A first since Project B is >refering to Project A >> (and so forth) > >I don't think there's any mechanism for describing dependencies between >_projects_... Nant is designed around _target_-level dependencies. I think this misses the obvious. Theoriginal author said there were multiple projects within the same solution. Assuming this meant a Visual Studio solution, the NAnt <Solution> task will detect the solution dependencies and build the projects in the correct order. If they really need to be built separately (e.g. something else has to happen in the middle), then putting them both into the same file is the way I'd usually go. The key here is that there is no required one-to-one correspondence between NAnt projects and Visual Studio projects. Gary ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users