Re: [Nant-users] Path to SoapSuds

2004-03-06 Thread Ian MacLean
I'd hold off on it for now ... Is it possible to define functions in the

Re: [Nant-users] Path to SoapSuds

2004-03-06 Thread Gert Driesen
> - 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

Re: [Nant-users] Path to SoapSuds

2004-03-06 Thread Jaroslaw Kowalski
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

Re: [Nant-users] Path to SoapSuds

2004-03-06 Thread Gert Driesen
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

Re: [Nant-users] Path to SoapSuds

2004-03-06 Thread Jaroslaw Kowalski
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

[Nant-users] Path to SoapSuds

2004-03-06 Thread Steven Hawkes
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