Re: [NAnt-users] String manipulation

2006-07-13 Thread Michael Craig
I didn't read this anywhere, I just know that I need ${} to access a property. Is it documented anywhere, that you don't need to nest the ${}? I imagine a lot of people run into this when doing string manipulation and/or function calls. It seems to me that a general not in the introductory section

Re: [NAnt-users] String manipulation

2006-07-13 Thread Gary Feldman
Michael Craig wrote: > I'm having trouble performing multiple string manipulations on a variable. > Any suggestions? > > snippet: > > http://svn/MySource/Trunk > http://svn/MyRef/Log4Net"; > > http://svn', '')}" /> > > > Don't nest the dollar signs ($). It should be, fo

Re: [NAnt-users] String manipulation

2006-07-13 Thread Noel Gifford
: [NAnt-users] String manipulation   I'm having trouble performing multiple string manipulations on a variable. Any suggestions?   snippet:   http://svn/MyRef/Log4Net"    ', 'http://svn', '')}" />  ', '/', &#

[NAnt-users] String manipulation

2006-07-13 Thread Michael Craig
I'm having trouble performing multiple string manipulations on a variable. Any suggestions?   snippet:   http://svn/MyRef/Log4Net"   ', 'http://svn', '')}" /> ', '/', '\')}" />       My result only displays this:     [echo] http://svn/BeClear/Trunk http://svn/Shared/Log4Net    [echo] ${p