[NAnt-users] VS2003 solution outputdir and Bad VCC options

2007-04-16 Thread Nicholas Herring
Hello, I just recently tried to migrate one of our projects from Ant to NAnt. We have a solution that contains 45 projects and is all unmanaged C++. I have two main issues: 1.) I have to specify outputdir in the solution tag. The reason that I am required to: when I try to build the

Re: [NAnt-users] VS2003 solution outputdir and Bad VCC options

2007-04-16 Thread Gert Driesen
Hi Nicholas, For Visual C++, the solution task indeed relies on these environment variables being set. I'd like to remove the need for this, but I'm not sure if we can discover the value of each of these environment variables from the registry in a generic way, so that we don't have to hardcode

[NAnt-users] NANT and NANTContrib which one to use

2007-04-16 Thread Rajiv Srivastava
Hi There, I am new to NANT and need your guidance! I am confused between zip files of NANT and NANTContrib. Which one should I use for my build process. I read that NANTContrib contains those tasks which are not available with NANT. Now if I place NANTContrib, what about those tasks

Re: [NAnt-users] NANT and NANTContrib which one to use

2007-04-16 Thread Lattimer, Ryan
In the NANTContrib, there should be a read me file. That will show you how to add NANTContrib to NANT. After doing that you should be able to get to all the tasks in NANTContrib while just using NANT. Ryan From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

[NAnt-users] nantcontrib compile errors

2007-04-16 Thread Lee Keel
I just updated my sandbox with the latest from nant and nantcontrib. I did get nant to compile, but nantcontrib is throwing some really weird errors (please see some of the errors below). Has anyone else experienced this problem or know how I can resolve it? Thanks in advance, Lee