"Maxime FAZENTIEUX" <[EMAIL PROTECTED]> writes: > PROBLEM : The property num_tmp is always to 0 ! > > How do I can do to change the num_tmp ?
Properties in Ant are immutable (in normal usage) You can use 'Project.setProperty' instead of 'Project.setUserProperty' as a work-around. Maybe the use of Ant Contrib loop/for task may help you. Regards -- Yves Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]