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
Title: Re: [NAnt-users] Traversing Directories 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. AndrewsSent: Tuesday,

RE: [NAnt-users] Getting full path

2006-03-28 Thread Bryan D. Andrews
Title: Re: [NAnt-users] Traversing Directories Sorry I should have said it just writes it out as a string:   C:\${dnnroot.dir}${project}   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bryan D. Andrews Sent: Tuesday, March 28, 2006 7:46 PM To: nant-users@lists.s