I'd hold off on it for now ... Is it possible to define functions in the
> - Original Message -
> From: "Jaroslaw Kowalski" <[EMAIL PROTECTED]>
> To: "Gert Driesen" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>; "Ian MacLean" <[EMAIL PROTECTED]>;
"Scott Hernandez" <[EMAIL PROTECTED]>
> Sent: Saturday, March 06, 2004 10:22 PM
> Subject: Re: [Nant-users] Path to Soap
Gert,
this looks like a common thing to do. Can we add a shortcut
function, like this:
"framework::get-sdk-file(filename) ".
(Name is subject to negotiations). This would be equal to:
path::combine(framework::get-sdk-directory(framework::get-target-framework()),
filename)
Same th
Even better (at least in my opinion), but more verbose, is the
framework::get-sdk-directory() function
to get the sdk directory of the current target framework, use :
framework::get-sdk-directory(framework::get-target-framework())
Gert
- Original Message -
From: "Jaroslaw Kowals
Try
nant.settings.currentframework.sdkdirectory instead.
More specific: use
Jarek
- Original Message -
From: "Steven Hawkes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 06, 2004 8:03 PM
Subject: [Nant-users] Path to SoapSuds
Hi,
I am trying to find
Hi,
I am trying to find a defined path in the NANT
framework to the Soapsuds.exe file
located in the framework BIN
directory.
Tried "nant.settings.defaultframework.sdkdirectory"
as a starting point but it did not work,
it complained that the variable has not been set.
Any ideas.
TIA
St