hi,
This worked great, I also was able to remove the two return parameters.
many thanks
gertdriesen wrote:
>
>
>
>> -Original Message-
>> From: [EMAIL PROTECTED] [mailto:nant-users-
>> [EMAIL PROTECTED] On Behalf Of Swiss Steve
>> Sent: dinsdag 6 februari 2007 17:10
>> To: nant-user
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nant-users-
> [EMAIL PROTECTED] On Behalf Of Swiss Steve
> Sent: dinsdag 6 februari 2007 17:10
> To: nant-users@lists.sourceforge.net
> Subject: [NAnt-users] Returning Values from a Custom Nant Task
>
>
> I have written a simple NAn
Thanks for the quick response. Actually I have already started implementing a
new version of NUnit2Task. You can find it at Sourceforge CVS
(http://springnet.cvs.sourceforge.net/springnet/Spring.Net/tools/NAnt.NUnit2OutProc.Task/)
or in the sourcecode distribution of Spring.NET (see nightly b
I have written a simple NAnt custom task which I want to create property than
can then be used in my NAnt scripts. My problem is I dont know how to
access this property from my scripts. I have called the task so that it
populated its internal variables and then tried the following to access th
- Original Message -
From: "Erich Eichinger" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, February 06, 2007 3:38 PM
Subject: [NAnt-users] How to run NUnitTask against different
frameworktargets within a single NAnt-Script
>
> Hi,
>
> In the Spring.NET project I'm working on we need to maint
Hi,
In the Spring.NET project I'm working on we need to maintain a single build
script that should compile and test against all possible target frameworks (NET
1.0, 1.1, 2.0, Mono, CF).
Compilation runs against the right framework - but when it comes to executing
the tests, these tests are ex