Title: Re: [NAnt-users] Traversing Directories

Try this ---

 

${path::get-full-path(path::combine(dnnroot.dir, project))}

 

Noel

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bryan D. Andrews
Sent: Tuesday, March 28, 2006 4:55 PM
To: Rod Ayers; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] Getting full path

 

Hmmm – I have tried everything it seems… nothing works as I would thing it should. I tried escaping as you said, removing quotes, etc with no luck. L

 

 


From: Rod Ayers [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 28, 2006 7:48 PM
To: Bryan D. Andrews; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] Getting full path

 

Hi, Bryan....

 

Drop the quote marks...its taking $... as a literal string.  You may need to add a "\":  }\$

 

Rod

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Bryan D. Andrews
Sent: Tuesday, March 28, 2006 4:46 PM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Getting full path

I am stuck trying to get a full path of a dynamic path:

 

${path::get-full-path('${dnnroot.dir}${project}')}

 

This does not work… is there an alternative (or a reason why this would not work)?

 

Thanks!

 

Reply via email to