[Nant-users] Re: Building VC++ projects

2005-01-12 Thread Bala
Hi , I am building vc++ projects using ...the solution consists of 18 projects.. After building a particular project (and before nant continues to build next project in solution ), i have to carry out some operations related to that project. How to do this? Any Idea Thanks, Bala ---

[Nant-users] Re: Building VC++ projects

2005-01-12 Thread Bala
Hi , I have a problem in building my projects... Actually i have 18 projects and i am compiling them using task. i have all the 18 project file path in a text file and i am giving them in . The problem is NANT is not building in proper order... Is there anything to be done to make nant to b

[Nant-users] Re: Building VC++ projects

2005-01-12 Thread Bala
Sorry Gert, as i said before i have no time in doing that.. my question is does does the com interop by itself or we have to specify for it... if we have to specify for ithow to do that On Wed, 12 Jan 2005 15:12:38 +0100, Gert Driesen <[EMAIL PROTECTED]> wrote: > Bala, > > Again, I

[Nant-users] Re: Building VC++ projects

2005-01-12 Thread Gert Driesen
Bala, The task indeed supports COM interop. Gert - Original Message - From: "Bala" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]>; Sent: Wednesday, January 12, 2005 4:52 PM Subject: Re: Building VC++ projects > Sorry Gert, as i said before i have no time in doing th

RE: [Nant-users] nAnt does not copy files to DEBUG/OBJ folder

2005-01-12 Thread Raj Kutthan
Many thanks, that works fine. Regards, Raj. -Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED] Sent: 11 January 2005 16:48 To: Raj Kutthan Cc: Gert Driesen; nant-users@lists.sourceforge.net Subject: Re: [Nant-users] nAnt does not copy files to DEBUG/OBJ folder Raj Kutthan