[Nant-users] tasks haltonerror doesn't seems to work

2005-02-02 Thread Whitner, Tom
Title: tasks haltonerror doesn't seems to work Using NAnt 0.85 daily build 2005-02-01, the task seems to stop processing test assemblies after it encounters an assembly that contains one or more errors.  The build continues and succeeds, however, the remaining test assemblies in the specifi

Re: [Nant-users] proper use of string::contains

2005-02-02 Thread Troy Laurin
Risler, Dave wrote: Hi, I’ve got a conditional that if a pipe (|) is in the path of a changeset, I want to do a of the version number that follows it. For some reason, it’s not able to eval the pipe, even when I used an escape (\|). Thanks, Dave > [snip] Dave, You need

[Nant-users] proper use of string::contains

2005-02-02 Thread Risler, Dave
Title: proper use of string::contains Hi, I’ve got a conditional that if a pipe (|) is in the path of a changeset, I want to do a > of the version number that follows it.  For some reason, it’s not able to eval the pipe, even when I used an escape (\|). Thanks, Dave Here’s the error:  'st

Re: [Nant-users] Where is the documentation for boolean tests?

2005-02-02 Thread Troy Laurin
Byrd, Payton wrote: I cannot find any documentation for how to do Boolean tests such as if a && b. How do I do this without nesting if tasks? The boolean operators are documented at http://nant.sourceforge.net/release/latest/help/fundamentals/expressions.html#operators Well, they're at least ment

[Nant-users] Where is the documentation for boolean tests?

2005-02-02 Thread Byrd, Payton
Title: Where is the documentation for boolean tests? I cannot find any documentation for how to do Boolean tests such as if a && b.  How do I do this without nesting if tasks? Payton Byrd Trane eBusiness QED Team Phone: 931-905-5386  Fax: 931-648-5901

RE: [Nant-users] is there an add-in to run nant from within vs.net?

2005-02-02 Thread Donal McCarthy
I suspect that this may be a problem with hardcoded paths in the addin. Since this was a quick throw away app which I later decided to release, there are some hard coded paths in it which point to vs.net 2003 installation. These are c:\WINNT\system32\cmd.exe, c:\Program Files\Microsoft Visual Stu

[Nant-users] ndoc task failing

2005-02-02 Thread John Hardin
All: nant 0.85-rc1 is not able to run ndoc on one of my assemblies... How do I troubleshoot this problem? Initializing... Merging XML documentation... c:\buildbot\devel\csharp\applications\CRS\standard-build.include(110,4): Error building documentation. Unable to load assembly 'c:\buildbot\de

RE: [Nant-users] is there an add-in to run nant from within vs.net?

2005-02-02 Thread Bill Arnette
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Donal McCarthy > Sent: Wednesday, February 02, 2005 10:41 AM > To: Arnette, Bill > Cc: Arnette, Bill; nant-users@lists.sourceforge.net > Subject: RE: [Nant-users] is there an add-in to run nant from

RE: [Nant-users] is there an add-in to run nant from within vs.net?

2005-02-02 Thread Donal McCarthy
Bill, The reason NAnt would not be running is that you need to tell the AddIn where the NAnt executable is. You should be able to do this with the tools -> options -> nantrunner settings. For some people, this options panel doesn't work correctly due in large part to the way a shim component is u