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
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:
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
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,
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
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
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
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
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
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:
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
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
12 matches
Mail list logo