Re: [nant-dev] Re: [Nant-users] Cl.exe /I for additional include directories

2004-07-09 Thread Gert Driesen
Gary, This should be fixed in cvs now. Thanks, Gert - Original Message - From: "Gary Feldman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, July 09, 2004 5:27 PM Subject: [nant-dev] Re: [Nant-users] Cl.exe /I for additional include directories > >Fr

Re: [nant-dev] error using solution tag

2004-07-09 Thread Gert Driesen
Brian, Please try using a recent nightly build (http://nant.sourceforge.net/nightly/builds). Thanks, Gert - Original Message - From: "Chance, Brian -- 7275" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 07, 2004 8:56 PM Subject: [nant-dev] error using solution tag

Re: [nant-dev] bug report

2004-07-09 Thread Gert Driesen
Felice, Please try using a recent nightly build (http://nant.sourceforge.net/nightly/builds). Thanks, Gert - Original Message - From: "Felice Vittoria" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 08, 2004 4:37 PM Subject: [nant-dev] bug report Hello all, I am usin

Re: [nant-dev] Newbie question - Building NAnt in Visual Studio

2004-07-09 Thread Gert Driesen
Roger, NAnt cannot be built using VS.NET 2002/2003, see http://nant.sourceforge.net/faq.html#building-vsnet-1. Gert - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 06, 2004 7:58 PM Subject: [nant-dev] Newbie question - Building NAnt in Visual St

Re: [nant-dev] Internal error - bug report

2004-07-09 Thread Gert Driesen
Loads of task issues were fixed post 0.84, can you try using the latest nightly build (http://nant.sourceforge.net/nightly/builds) ? Thanks, Gert - Original Message - From: "Jahirul Islam" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 08, 2004 11:11 AM Subject: [nant-

Re: [nant-dev] Nant bug occurs on simple solution build

2004-07-09 Thread Gert Driesen
Leo, I think this issue was fixed post 0.84. Can you try using the latest nightly build (http://nant.sourceforge.net/nightly/builds) ? Thanks, Gert - Original Message - From: "Leo Steffens" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 08, 2004 4:52 PM Subject: [nant

[nant-dev] Newbie question - Building NAnt in Visual Studio

2004-07-09 Thread rogerswift
I'm a real NAnt newbie so this may be a naive question but should I be able to build NAnt in Visual Studio (2003)? I tried the .sln file that comes with the 0.84 release and that gave me an error when trying to build NAnt.Core: "Cannot delete the project output: is the file read-only? A failure

[nant-dev] error using solution tag

2004-07-09 Thread Chance, Brian -- 7275
Title: error using solution tag System.ComponentModel.Win32Exception: The system cannot find the file specified    at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startIn fo)    at System.Diagnostics.Process.Start()    at System.Diagnostics.Process.Start(ProcessStartInfo

[nant-dev] Nant bug occurs on simple solution build

2004-07-09 Thread Leo Steffens
The following error occurred when I tried to do a simple solution build:   NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003)Copyright (C) 2001-2003 Gerry Shawhttp://nant.sourceforge.net   Buildfile: file:///C:/Pragmatech/buildall.buildTarget(s) specified: build   build:    [

[nant-dev] bug report

2004-07-09 Thread Felice Vittoria
Hello all, I am using nant-0.84 on a Windows Server 2003 Standard Edition. I came across an INTERNAL ERROR (see below for more details). Any ideas? If there's any more information you need, please let me know. Thanks, Felice compile: [echo] Compiling: c:\inetpub\wwwroot\SVPSWeb\Co

[nant-dev] Internal error - bug report

2004-07-09 Thread Jahirul Islam
C:\CCNet\build>\nant-0.84\bin\nant -buildfile:kmc.co.uk.build -debug go NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 26/12/2003) Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net Framework net-1.2 is invalid and has not been loaded : Framework

[nant-dev] Re: [Nant-users] Cl.exe /I for additional include directories

2004-07-09 Thread Gary Feldman
>From: <[EMAIL PROTECTED]> >Sent: Tuesday, June 15, 2004 5:09 AM >note : /LIBPATH for additional library directories should not suffer from this, > as it accepts semi-colon delimiter. This appears to be wrong. It requires a separate /LIBPATH for each additional directory. See http://msdn.micros

RE: [nant-dev] trycatch task ?

2004-07-09 Thread Clayton Harbour
Hi, In previous posts on this I was against a (or :-)) task. I have had time to rethink this position though, and although I think it will make build scripts a little more complex (or a lot depending how fancy you get) it would definitely be useful. In my opinion I would find it easier to keep

Re: [nant-dev] Unit Testing a new NAnt Task

2004-07-09 Thread Subbu Balakrishnan
Peter (Horsfield, A) I am in the process of setting up an NAnt build process to build our ~250 VB6 ActiveX DLLs/OCXs and need a tool/script to resolve the build order/dependency tree. I am interested in this C# script you refer to in your email of April 16, 2004. Would it be possible for you to gi

Re: [nant-dev] trycatch task ?... discussion of task communication

2004-07-09 Thread Sascha Andres
Hi, * Martin Aliger wrote on 09.07.2004 (13:43): > to pass information from one task to other. Since speed is not main interest > in automated builds (sorry Matt - I still appreciate your optimization > work!) XML should be straightforward solution. But I never think we will > serialize XML on ever

RE: [nant-dev] trycatch task ?... discussion of task communication

2004-07-09 Thread Martin Aliger
Hi again, > > Some time ago I propose XML-like based communication - maybe its time comes? > > How do you see it now when there was enough time to consider it? > > I don't like the we-do-anything-in-xml approach. XML is a > nice thing, but it certainly adds some overhead to > communications. I wou

Re: [nant-dev] trycatch task ?

2004-07-09 Thread Sascha Andres
Hi, * Martin Aliger wrote on 09.07.2004 (08:40): > I think both are cases of inter-task communication. IMO current nant is > totally missing such communication. errorproperty proposal is very limited > implementation of such communication. I'd rather prefer making something > more robust enabling m

RE: [nant-dev] trycatch task ?... discussion of task communication

2004-07-09 Thread Troy Laurin
Martin, just read through your previous thread. I think that XML-based communication between tasks and the trycatch task have different purposes. Specifically, trycatch is a flow control device. Flow control can certainly be reproduced with increased task verbosity, but using a flow control dev