Bram Smeets <[EMAIL PROTECTED]> wrote: > The problem is that when I set the property the first time, the task > executes by referencing the property. The second time I set teh > property, the task executes by referencing the old value!
The only explanation I have for this is that your property is a user-property (which means it cannot be changed by Project.setProperty). I've added a message when an override is ignored to Project.setProperty in CVS. Stefan
