RE: [Nant-users] foreach property lost

2004-09-03 Thread McCullough, Gary
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

Re: [Nant-users] foreach property lost

2004-09-03 Thread Troy Laurin
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

[Nant-users] foreach property lost

2004-09-02 Thread McCullough, Gary
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