Re: [NAnt-users] Returning Values from a Custom Nant Task

2007-02-06 Thread Swiss Steve
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

Re: [NAnt-users] Returning Values from a Custom Nant Task

2007-02-06 Thread Gert Driesen
> -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

Re: [NAnt-users] How to run NUnitTask against different frameworktargets within a single NAnt-Script

2007-02-06 Thread Erich Eichinger
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

[NAnt-users] Returning Values from a Custom Nant Task

2007-02-06 Thread Swiss Steve
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

Re: [NAnt-users] How to run NUnitTask against different frameworktargets within a single NAnt-Script

2007-02-06 Thread Gert Driesen
- 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

[NAnt-users] How to run NUnitTask against different framework targets within a single NAnt-Script

2007-02-06 Thread Erich Eichinger
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