I want to tar different sources to different Archives. I tried the if-Task
from the Ant-Contrib and it works.
Thanks for all your help.
-Ursprüngliche Nachricht-
Von: Thomas Schapitz [mailto:[EMAIL PROTECTED]
Gesendet: Samstag, 19. Februar 2005 01:26
An: Ant Users List
Betreff: Re: Rena
there is a variable task available from http://ant-contrib.sourceforge.net/
Eric Wood
[EMAIL PROTECTED]
207.552.2306
>>> [EMAIL PROTECTED] 02/18/05 07:55AM >>>
Properties in Ant are immutable - once set their value cant be change. So
the
order is:
- specify on startup via -Dname=value
- order o
Properties in Ant are immutable - once set their value cant be change. So
the
order is:
- specify on startup via -Dname=value
- order of load/definition in the buildfile
You can override that property value via nested tag of /.
But I´m not sure what you want to do ... usually you do something lik