Re: [NAnt-users] Nant programming

2006-07-05 Thread Gary Feldman
Cornish, Merrill wrote: > NAnt properties observe conventional scoping rules. So, for example, if > you declare a property within a task definition, it is only visible in > that task--a task "temporary." Properties declared outside of all task > definitions are global to all tasks. > I think t

Re: [NAnt-users] Nant programming

2006-07-05 Thread Cornish, Merrill
NAnt properties observe conventional scoping rules. So, for example, if you declare a property within a task definition, it is only visible in that task--a task "temporary." Properties declared outside of all task definitions are global to all tasks. Merrill Using Tomcat but need to do more?

[NAnt-users] Nant programming

2006-07-05 Thread Bonio Lopez
Dear all, First of all, thanks for the great tool. Nant really simplified build process for me. I have 2 questions. 1. Is it possible to declare a temp variables? I have seen no example so far. Because of using properties as temp variables, the progs become badly readable. Do I miss a point of us