this.getProject().setProperty(outputproperty, isLabelFrozen);

Please prefer setNewProperty. If I remember right, setProperty is
deprecated, and would override any existing property value, if any,
which is clearly a violation of Ant's "properties are immutable" law,
and might be surprising to your users (including yourself ;-). --DD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to