I have created a TokenizerTask that tokenizes a string and calls a certain
target for every token found.

My intention was to set a property that the tasks in the specified target
can reference by ${property}.
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!

Any explanation?
Bram Smeets
SmartHaven

Reply via email to