Gilbert Rebhan schrieb:
Gilbert Rebhan schrieb:
there's also a solution from the ant faq you might consider
if you don't already use antcontrib | antelope, see =
http://ant.apache.org/faq.html#propertyvalue-as-name-for-property
Gilbert Rebhan schrieb:
David Weintraub schrieb:
http://ant.apache.org/faq.html#propertyvalue-as-name-for-property[...]
you may try the <var> task from antcontrib,
i believe the variable task from antelope will work too.
see=
http://marc.info/?l=ant-user&m=121318477419672&w=2
P.S. :On Tue, Mar 24, 2009 at 6:21 AM, NR031 wrote:
<property name="project-URL" value="${${name1}-URL}">
That doesn't work. See:<property name="project-URL" value="${${name1}-URL}">
http://ant.apache.org/faq.html#propertyvalue-as-name-for-property
you may try the <var> task from antcontrib,
i believe the variable task from antelope will work too.
see=
http://marc.info/?l=ant-user&m=121318477419672&w=2
there's also a solution from the ant faq you might consider
if you don't already use antcontrib | antelope, see =
http://ant.apache.org/faq.html#propertyvalue-as-name-for-property
finally with <script language="ruby|groovy|javascript|beanshell ...>
you push the boundary of 'normal' task usage, as you have all
the features of a real scripting language at your fingertips and
full access to the ant api.
Regards,Gilbert
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
