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

[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