Re: [Nant-users] build multiple projects

2004-06-17 Thread Gary Feldman
>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

RE: [Nant-users] build multiple projects

2004-06-17 Thread Troy Laurin
Sriram, Comments inline. > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of [EMAIL PROTECTED] > Sent: Tuesday, 15 June 2004 2:22 PM > To: [EMAIL PROTECTED] > Subject: [Nant-users] build multiple projects > > > Hi, > I kinda digged through the archives, hence this mail > I have