[Nant-users] Specifying -logger in the build file

2003-12-02 Thread Douglas R. Steen
I'm using the -logger:NAnt.Core.MailLogger commandline option so that I'll get an email with the build output, but since I want that to happen every time I run my build file, I'd really like to specify it somehow in the build file itself. Right now I'm just running it from a batch file, which I

Re: [Nant-users] MSBuilds bashing the foundation of Nant?

2003-12-02 Thread Harvey Green
Got this from Microsoft's VS roadmap page... http://msdn.microsoft.com/vstudio/productinfo/roadmap.aspx#whidbey Product Build Historically, developers have struggled when trying to map a complicated build infrastructure into the Visual Studio IDE. Roadblocks traditionally cente

Re: [Nant-users] Help I need somebody

2003-12-02 Thread Scott Hernandez
There doesn't seem to be anything here relating to NAnt. Is this the full stack trace? Sorry I can't be more helpful (I don't use CC.Net), Scott - Original Message - From: "Greiner, Andrew" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 01, 2003 2:24 PM Subject: [Nant-

[Nant-users] Specifying -logger in the build file

2003-12-02 Thread Douglas R. Steen
I'm using the -logger:NAnt.Core.MailLogger commandline option so that I'll get an email with the build output, but since I want that to happen every time I run my build file, I'd really like to specify it somehow in the build file itself. Right now I'm just running it from a batch file, which I

[Nant-users] Help I need somebody

2003-12-02 Thread Greiner, Andrew
Can anyone who has been using Nant and CruiseControl.Net help with this one. This message is for people who might have experience with Nant and CruiseControl.Net. Is the XMLLogger in NAnt responsible for this error message seen when using CCNet? It seems to me that when an external tool returns a

[Nant-users] Validation of build files in VS.NET

2003-12-02 Thread Gerrod Thomas
Title: Validation of build files in VS.NET Hi everyone, I'm trying to get VS.NET to use the NAnt schema for validation of my build files, but I can't seem to get it to work. I've searched around but haven't found a solution that works, so I'm hoping someone out there has had the same problem

[Nant-users] MSBuilds bashing the foundation of Nant?

2003-12-02 Thread Dianna
Do you think that MS has now “Borg” ed the builds process? Recently they announced the new MSBuilds framework.   Anyone know about this and how good it’s supposed to be?   Eric Frank Cotter

[Nant-users] test

2003-12-02 Thread Blokhin, Oleg
  --- The information contained in this e-mail message, and any attachment, is confidential and for use solely by the intended recipient. If you have received this message in error, please delete this message immediately. Although Moody's KMV makes every effort to protect its

[Nant-users] Resource files for classes with unusual names

2003-12-02 Thread Chris Capel
Using this tag, trying to load a form from MyFile.dll called frmSplash and located in Splash.cs throws a "resource not found" exception at runtime. Is there a way to make the resources task work when the name of the class doe

[Nant-users] Expression Evaluator for NAnt - test1

2003-12-02 Thread Jaroslaw Kowalski
Hi! Here's the first test release of the expression evaluator I'm developing for NAnt. I encourage everyone to try it. I'd like to get as much feedback as possible on it. Please report: 1. Does it work for you? Bug reports are welcome. 2. Is it useful? 3. Do you find the syntax simple enough? A

Re: [Nant-users] Documentation bug

2003-12-02 Thread Gert Driesen
- Original Message - From: "Lehnert, Marc [LBRT/LNA]" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 02, 2003 5:26 PM Subject: [Nant-users] Documentation bug > > I am a newbie to NAnt and the Sourceforge processes and procedures. I do > not know how to submit a bug

RE: [Nant-users] Re: vb web service

2003-12-02 Thread Foley, Cash
I hate hard coding the path! The environment variable 'VS71COMNTOOLS' contains the path to visual studio 2003. I created a BAT file because I could not get the EXEC task to resolve the %VS71COMNTOOLS% usage. - Begin vs_Build.bat call "%VS71COMNTOOLS%vsvars32.bat" DevE

[Nant-users] Documentation bug

2003-12-02 Thread Lehnert, Marc [LBRT/LNA]
I am a newbie to NAnt and the Sourceforge processes and procedures. I do not know how to submit a bug so I am taking this route initially: The NAnt documentation file "Running NAnt" (NAnt -> Help -> Fundamentals -> Running NAnt) appears to have an error. Under the "Setting Properties" heading i