AW: Help needed for Appache ANT

2009-11-24 Thread Jan.Materne
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:

AW: Help needed in ANT script for Rollback operation

2009-05-03 Thread Jan.Materne
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

Re: AW: Help Needed

2003-10-03 Thread Rajesh Krishnaswamy
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