Try

nant.settings.currentframework.sdkdirectory instead.

More specific: use

<project>
    <property name="soapsuds.path"

value="${path::combine(nant.settings.currentframework.sdkdirectory,'soapsuds
.exe')}" />
    <echo message="soapsuds.path: ${soapsuds.path}" />
</project>

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 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

Steve



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to