Re: [NAnt-users] task causes fatal error C1083: Cannot open include file

2006-05-14 Thread Gert Driesen
Rami,   Can you send me a (small) repro for this issue ?   Thanks!   Gert - Original Message - From: Rami Abughazaleh To: nant-users@lists.sourceforge.net Sent: Tuesday, May 02, 2006 1:47 AM Subject: [NAnt-users] task causes fatal error C1083: Cannot open incl

Re: [NAnt-users] Has anyone used Nant to SUCCESSFULLY build a VC7.1 C++ project?

2006-05-14 Thread Gert Driesen
- Original Message - From: "Morpheous" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 09, 2006 12:31 AM Subject: [NAnt-users] Has anyone used Nant to SUCCESSFULLY build a VC7.1 C++ project? I am rapidly getting to the end of my tether here. There hardly seems to be anyone who knows

[NAnt-users] RE: task causes fatal error C1083: Cannot open include file

2006-05-14 Thread Rami Abughazaleh
> Could it have something to do with the include directories not being in alphabetical order?   Yes, this was the problem.   Once I set the include directories in alphabetical order, the compilation was successful.   This seems to be a small "bug/limitation". From: Rami AbughazalehSent: Mon

[NAnt-users] task - Fails on VC++ project (vcproj)

2006-05-14 Thread Dipak, Ajit
Title: task - Fails on VC++ project (vcproj) Hello all, I'm attempting to use the task with a solution that has 6 C# projects (*.csproj) and 1 Managed C++ project (*.vcproj).  Note that the solution file compiles without issue in the VS.NET 2003 IDE. The NAnt build however, produces [

[NAnt-users] have no effect

2006-05-14 Thread Chevanan, Ranjith
Hi,  I am trying to compile a project which references other dll's. one of the dll is a COM and i have registered it to the GAC and then registered to the registry using regasm as below before compiling the below project dotnet_servicemgr. 1. gacutil -i abc.dll 2. regasm abc.dll /tlb:abc.