[NAnt-users] Re: [Fwd: Nunit2 Task]

2006-01-09 Thread Vic Cekvenich
netsql wrote: repost me 3. I am getting same error using latest build. How do I get around this? tia, .V ps: I use msbuild to build, and now I want to unit test -- and later add all to cruise control. Subject: Nunit2

[NAnt-users] Testing if a value is an Int

2006-01-09 Thread Nau, Michael
Title: Testing if a value is an Int Is there a "clean" way to test if a property value is an integer? I've come up with a bit of a hack to accomplish this, but this raises an error in my build log (which shows up in my ccnet errors page…). Here's my hack:                

RE: [NAnt-users] Integer value comparisons

2006-01-09 Thread Stephen Tunney
Ok, excellent! Thank you :) Stephen Tunney, MCAD.NET -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Evans, Jonathan (2) Sent: January 9, 2006 12:42 PM To: nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Integer value comparisons If it's in b

RE: [NAnt-users] Integer value comparisons

2006-01-09 Thread Evans, Jonathan (2)
If it's in braces it is treated as an expression to be parsed, if it is outside of braces it is treated as a string. So would be treated as an expression and correctly evaluated, but would result in an error. Values assigned to a variable are generally treated as strings,

RE: [NAnt-users] Integer value comparisons

2006-01-09 Thread Stephen Tunney
I understand what you are doing here, but the line still seems unreadable (compared to the bool::parse method I just found and posted a moment ago). Why would the evaluation need to be inside of the curly braces? NAnt team, does this mean that I can do the following and it will evaluate an expres

RE: [NAnt-users] Integer value comparisons

2006-01-09 Thread Evans, Jonathan (2)
should be: ^ | -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Stephen Tunney Sent: Monday, January 09, 2006 5:19 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Integer value co

Re: [NAnt-users] .NET 2.0 release compatibility

2006-01-09 Thread Gary Feldman
Gert Driesen wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karl Palsson Sent: zondag 8 januari 2006 17:16 To: nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] .NET 2.0 release compatibility Some might say that if the nightli

RE: [NAnt-users] Integer value comparisons

2006-01-09 Thread Stephen Tunney
Bah! Forget I said anything :) Stephen Tunney, MCAD.NET -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Tunney Sent: January 9, 2006 12:19 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Integer value comparisons Hello

[NAnt-users] Integer value comparisons

2006-01-09 Thread Stephen Tunney
Hello All, Having trouble with the basics again :). Was wondering how someone would go about expressing the following Psuedo Code: { Variable x := 500 //Value can be anything, returned from an exec call If x != 100 then fail } I've tried the following and if fails

Re: [NAnt-users] .NET 2.0 release compatibility

2006-01-09 Thread Gert Driesen
Paul, That is correct, we indeed do not (yet) support VS.NET 2005 solutions. You did not mention that you were using the task. We (thanks to Martin Aliger) hope to add support for VS.NET 2005 solutions in the near future. Gert - Original Message - From: <[EMAIL PROTECTED]> To: Sent:

RE: [NAnt-users] .NET 2.0 release compatibility

2006-01-09 Thread pcassidy
I grabbed the latest nightly and placed it on my build server and when run it receive the error "Microsoft Visual Studio.NET 2005 solutions are not supported." Paul H Cassidy Front Porch Automation Specialist Build and Test Automation [EMAIL PROTECTED] 209-288-5525 -Original Message- Fr

[NAnt-users] Visual Studio 2003 Nant Addin

2006-01-09 Thread sheikh Nabeel moeen
Hi Everyone,   I am in the process of developing a VS .NET 2003 add in that provides Nant integration with the IDE similar to that available in the Sharp Develop IDE. So far I’ve been able to implement a basic set of features, you can download the add in (or check out the features and sc