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

2005-01-13 Thread Adrian Lazea
Hi Bala, I am using nant-0.85-nightly-2005-01-05 and that works fine. Maybe something changed between these 2 builds in the task. @Gert: Do you have any suggestions about this issue? Regards, Adrian Lazea Bala wrote: Hi Adrian, Eventhough i do that, nant is not building it in proper order.. i am

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

2005-01-13 Thread Adrian Lazea
Hi Bala, If NAnt doesn't build the projects inside your solution in the proper order, you can make this happen by setting the right dependencies between those projects. All you need to do is open up the solution in Visual Studio .NET and set the dependencies you need between your projects insid

[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

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

2005-01-10 Thread Gert Driesen
Bala, You might want to try a recent nightly build of NAnt (http://nant.sourceforge.net/nightly/latest). Support for Visual C++ projects has improved quite a lot recently. If you still have problems, please send us a small repro (meaning, a solution/project that allows us to reproduce your probl

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

2005-01-10 Thread Bala
Hi, I currently building my vc++ components with NANT . When i compiled the code with NANT, the dll file outputed is around 400KB. If the same is outputted using .NET IDE , the size is around 200kb. Moreover, if i compile with nant some components are not able to open by other components. Bu

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

2005-01-06 Thread Gert Driesen
> -Original Message- > From: Bala [mailto:[EMAIL PROTECTED] > Sent: donderdag 6 januari 2005 9:21 > To: Gert Driesen > Subject: Re: Building VC++ projects > > Gert, > > Thanks for the immediate reply. > > I have one project A which refers a dll DLL_A. > > This DLL_A is outputed by p

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

2005-01-06 Thread Gert Driesen
Bala, You can use the child element of the task for this purpose. eg. This will instruct NAnt to first check the "\assemblies" directory for referenced assemblies, before starting to look in the Visual Studio and .NET Framework Assembly Folders. Right no

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

2005-01-06 Thread Bala
Hi all, I am building my application(C# and VC++) with NANT's . All my projects are referencing some dll's. When building with solution, the NANT gets the reference path from the project file.It works fine. But in my case, i want the NANT to go and check a particular folder( which contains all