[NAnt-users] Solution task fails

2006-07-11 Thread Bonio Lopez
Dear all, I have following problem using solution task on com server project. Devenv XXX.sln /build debug works. Any idea? Thanks, [solution] Starting solution build. [solution] Building '' [Debug] ... [midl] Processing C:\\\.i

RE: [Nant-users] Solution task fails to read VC++ Force Symbol References link property

2005-04-04 Thread Gert Driesen
:24 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] Solution task fails to read VC++ Force > Symbol References link property > > I'm attempting to build an existing VS.NET solution which > contains mixed > C# and VC++ projects. This solution builds from within the > IDE

[Nant-users] Solution task fails to read VC++ Force Symbol References link property

2005-04-04 Thread Witt, Aaron S
I'm attempting to build an existing VS.NET solution which contains mixed C# and VC++ projects. This solution builds from within the IDE but not when using the task. The problem occurs when linking one of the VC++ projects. This project is configured to add a symbol to the linker command line as

RE: [Nant-users] Solution Task fails because of License

2004-11-02 Thread Gert Driesen
hen I corrected this, everything worked fine in NAnt. Gert > -Original Message- > From: Hamza Zeen-Aldin [mailto:[EMAIL PROTECTED] > Sent: dinsdag 2 november 2004 17:44 > To: Gert Driesen > Subject: RE: [Nant-users] Solution Task fails because of License > > Hi Gert,

[Nant-users] Solution Task fails because of License

2004-11-01 Thread Hamza Zeen-Aldin
Hi, I usually use devenv to compile my soultion files, I tried to use the solution task and it failed when trying to resolve the license file. Developers use Janus grid as a 3rd party grid and we have a registered version. Below is the part that if failed on, I can send the full build log file if

RE: [Nant-users] Solution task fails for ASP.NET project

2003-08-22 Thread Williams, Kevin
ild tool I found at: http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=2cb20e79-d706-4706-9ea0-26188257ee7d. It has some good features, but not enough to beat NAnt. The task was worth pirating, that's how I got to this point. Kevin     -Original Message- From:

[Nant-users] Solution task fails for ASP.NET project

2003-07-07 Thread Williams, Kevin
I've checked my IIS configuration to verify my project runs OK, but I keep getting a 403 (Forbidden) error when the solution task attempts to retrieve the *.csproj file for the ASP.NET project. I've looked at the source code for the solution task, and I understand it's using WebDAV. I tried a diffe