RE: [Nant-users] Solution task prerequisites

2004-04-14 Thread Osbun, Alex
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

RE: [Nant-users] Solution task prerequisites

2004-04-14 Thread Osbun, Alex
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

[Nant-users] Solution task prerequisites

2004-04-14 Thread Osbun, Alex
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

RE: [Nant-users] Nant & Unit Tests From Conditional Compilation

2004-04-01 Thread Osbun, Alex
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&#x

RE: [Nant-users] Nant & Unit Tests From Conditional Compilation

2004-03-31 Thread Osbun, Alex
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

[Nant-users] Nunit2 task second example usage

2004-03-23 Thread Osbun, Alex
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