Reeves, Paul C wrote:
> This runs counter to the philosophy of ant, but I find it essential in my
> work.
As staded earler, the principle of immutable properties was OK when Ant was a
simple single source task executor. Current Ant has macros, imports and
libraries, all needing things commonly called 'local variables' and 'global
variables'. Properties cannot be used for that, so something new is needed.
-- Johan
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|