Your failure was thinking in "variables" not in "Ant properties".
Later are immutable - once set they cannot change. (exception: )
Jan
>-Ursprüngliche Nachricht-
>Von: Scot P. Floess [mailto:sflo...@nc.rr.com]
>Gesendet: Dienstag, 24. November 2009 22:19
>An: Ant Users List
>Betreff: Re:
Have you thought about using a real deployment tool?
E.g. SmartFrog http://www.SmartFrog.org
Ant is not designed for handling transaktionality.
I think you have to implement a two phase commit for yourself.
Jan
>-Ursprüngliche Nachricht-
>Von: Pankaj Arora01 [mailto:pankaj_aror...@in
Thanks Antoine,
But I wasnt running a script task. I had problem with
a preinstalled java version on the Linux machine and
unable to specify the classpath for tools.jar.
Now I am using the easier way of installing new java
version and specifying classpath to its tools.jar
Rajesh.
--- Antoine_L