Re: [Nant-users] foreach property lost
McCullough, Gary wrote:
> Can anyone explain this to me? Is it a bug or a feature? This code:
It's in the documentation, so I'd go feature.
http://nant.sourceforge.net/help/tasks/foreach.html
"The property is returned to its normal valu
McCullough, Gary wrote:
Can anyone explain this to me? Is it a bug or a feature? This code:
It's in the documentation, so I'd go feature.
http://nant.sourceforge.net/help/tasks/foreach.html
"The property is returned to its normal value once it is used."
Bonus question:
Anyone know an easier way to
Can anyone explain this to me? Is it a bug or a feature? This code:
inside foreach: my.version = ${my.version}
after foreach: my.version = ${my.version}
Produces this output:
[echo] inside foreach: my.version = 1.0.7.4254
BUILD FAILED
c:\Integrator\scripts\integrator.nant.bui