[nant-dev] (no subject)

2003-07-22 Thread Farris, Keith
Got the following exception trying to build a solution including about 20 VB.NET projects. I'm using RC1 but I got the latest SolutionTask.cs from CVS. Buildfile: file:///c:/tms.nant.build Base Directory: c:\. buildAllSolution: [solution] Starting solution build. [solution] Included

[nant-dev] Nant Bug Report? Solution Task

2003-07-22 Thread Phil Knight
I'm getting the following error when trying to use the solution task to build a trivial hello world style ASP.Net application. I've also attached the sln file and the build file. Any ideas? Phil NAnt version 0.8.4 Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net Framework net-1.1

Re: [nant-dev] Building solution works in VS.NET but not when usingNAnt solution task

2003-07-22 Thread Matthew Mastracci
This is a bug. I'm pretty sure it's fixed in CVS. Use the lowercase version of your configuration (ie: release) instead of Release. [EMAIL PROTECTED] wrote: I have built some projects successfully and have made sure that the dependencies are build in order, however, when NAnt tries to

[nant-dev] Using TlbImp Without VS.NET Installed

2003-07-22 Thread Aaron Jensen
Part of our .NET software requires use of a .NET wrapper around a COM object. As such, during a build (using the sln / taks), tlbimp.exe is called create the wrapper. This works fine on machines with Visual Studio installed. However, on our build/deployment/qa/production servers, visual studio

Re: [nant-dev] Using TlbImp Without VS.NET Installed

2003-07-22 Thread Matthew Mastracci
Install the framework SDK. This includes all of the utilities required to fully build a VS.NET solution, minus devenv.exe. Aaron Jensen wrote: Part of our .NET software requires use of a .NET wrapper around a COM object. As such, during a build (using the sln / taks), tlbimp.exe is called