[nant-dev] Bug In Solution Task

2005-09-06 Thread Eric Fetzer
I had a typo in my solution task pointing to a directory that existed, but the csproj file didn't exist (in this directory - copy/paste goof). NAnt .85-rc3 seems to just blow right by without reporting any problem that the file didn't exist.

Re: [nant-dev] bug in solution task.

2005-01-05 Thread Gert Driesen
Christopher, Can you submit a bug report (possibly with repro) for this issue ? Thanks ! Gert - Original Message - From: <[EMAIL PROTECTED]> To: Cc: <[EMAIL PROTECTED]> Sent: Wednesday, January 05, 2005 5:10 PM Subject: [nant-dev] bug in solution task. > > > &

[nant-dev] bug in solution task.

2005-01-05 Thread Christopher_P_Vanik
I'm pretty sure if this is a bug. If I'm doing something wrong please let me know. I have TreatWarningsAsErrors = "true" set in all by .csproj files I'm calling the solution task and the BUILD isn't failing. failonerror is set to true. I believe the solution task isn't carrying in the TreatW

RE: [nant-dev] Bug in solution task with a web project

2003-07-04 Thread Philippe Lavoie
www.cactuscommerce.com [EMAIL PROTECTED] -Original Message- From: Matthew Mastracci [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 2:39 PM To: Matthew Mastracci Cc: Philippe Lavoie; [EMAIL PROTECTED] Subject: Re: [nant-dev] Bug in solution task with a web project Phillippe: I've check

Re: [nant-dev] Bug in solution task with a web project

2003-07-03 Thread Matthew Mastracci
rce.com [EMAIL PROTECTED] -Original Message- From: Matthew Mastracci [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 12:07 PM To: Philippe Lavoie Cc: [EMAIL PROTECTED] Subject: Re: [nant-dev] Bug in solution task with a web project Is CSC.EXE in your path while running NAnt? I&#x

Re: [nant-dev] Bug in solution task with a web project

2003-07-03 Thread Matthew Mastracci
riginal Message- From: Matthew Mastracci [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 12:07 PM To: Philippe Lavoie Cc: [EMAIL PROTECTED] Subject: Re: [nant-dev] Bug in solution task with a web project Is CSC.EXE in your path while running NAnt? I'm hoping one day to add a we

RE: [nant-dev] Bug in solution task with a web project

2003-07-03 Thread Philippe Lavoie
TECTED] Subject: Re: [nant-dev] Bug in solution task with a web project Is CSC.EXE in your path while running NAnt? I'm hoping one day to add a web path mapping property to the solution task. Right now it has a very basic set of error-prone WebDAV methods to handle compiling of a web projec

Re: [nant-dev] Bug in solution task with a web project

2003-07-03 Thread Matthew Mastracci
Is CSC.EXE in your path while running NAnt? I'm hoping one day to add a web path mapping property to the solution task. Right now it has a very basic set of error-prone WebDAV methods to handle compiling of a web project that is usually on the build server anyways. It also tries to use the cred

[nant-dev] Bug in solution task with a web project

2003-07-03 Thread Philippe Lavoie
I wanted to use slingshot and for some reason it would load (and it doesn’t work with VS 2003 anyway). Then, I noticed that the solution might be the way to go.   I added a simple solution task to my build system                               The first time I was