will also try the newest nightly build.
Thanks,
Alex
-Original Message-
From: Gert Driesen [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 14, 2004 5:07 PM
To: Osbun, Alex; [EMAIL PROTECTED]
Subject: Re: [Nant-users] Solution task prerequisites
Alex,
NAnt 0.85 will by default
Gert Driesen [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 14, 2004 11:22 AM
To: Osbun, Alex; [EMAIL PROTECTED]
Subject: Re: [Nant-users] Solution task prerequisites
Hi Alex,
The definitely does not require Visual Studio .NET to be
installed.
What version of NAnt are you using ? Using the lat
Does Visual Studio .Net need to be part of the build environment in order to use the
Solution task? On an environment that has VS.Net installed the solution task works,
but I get the following error on an environment that doesn't have VS.Net installed.
BUILD FAILED
INTERNAL ERROR
System.Run
lex
-Original Message-
From: Brian Beaudet [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 31, 2004 12:51 PM
To: Osbun, Alex; [EMAIL PROTECTED]
Subject: RE: [Nant-users] Nant & Unit Tests From Conditional Compilation
Alex,
I'm always up for learning something new. I
Hey Brain,
In reference to testing private methods and data members in separate classes, you can
try using the System.Reflection namespace. Let me know if you would like some
additional help.
Alex
-Original Message-
From: Brian Beaudet [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March
Hi,
The following example is found in the NAnt Task Reference docs for nunit2.
Run all tests in files listed in the tests.txt file.
I