Re: [NAnt-users] Good Nant book for beginner

2011-08-31 Thread Michael Corr
Thanks for posting this. I too have been looking for a good reference book, like this. One question, though: the published date on this book is May 2005. A lot has changed with these tools since then. Is there an updated version or another, more recent reference someone recommends? Thanks Michael

[NAnt-users] Expanding Variables in if statements

2009-08-30 Thread Michael Corr
hi I'm trying to check if a source string contains a substring, inside an statement, but it doesn't seem to work when the source string is a variable I have: This is my directory This never returns true. It doesn't seem to parse the ${dir.base} variable inside the statement