RE: [NAnt-users] Getting full path

2006-03-29 Thread Bryan D. Andrews
Title: Re: [NAnt-users] Traversing Directories Thanks that did it!   From: Noel Gifford [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 28, 2006 10:06 PM To: Bryan D. Andrews; 'Rod Ayers'; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Getting full path

RE: [NAnt-users] Getting full path

2006-03-28 Thread Noel Gifford
@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

RE: [NAnt-users] Getting full path

2006-03-28 Thread Bryan D. Andrews
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

RE: [NAnt-users] Getting full path

2006-03-28 Thread Rod Ayers
t: Tuesday, March 28, 2006 4:46 PMTo: nant-users@lists.sourceforge.netSubject: [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 alternat

RE: [NAnt-users] Getting full path

2006-03-28 Thread Bryan D. Andrews
@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!  

[NAnt-users] Getting full path

2006-03-28 Thread Bryan D. Andrews
Title: Re: [NAnt-users] Traversing Directories 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!