Setting env var using ant

2008-09-12 Thread jaki
Is there any task which allows you to set environment variables like JAVA_HOME using ant? -- View this message in context: http://www.nabble.com/Setting-env-var-using-ant-tp19457135p19457135.html Sent from the Ant - Users mailing list archive at Nabble.com.

Re: exec task with *

2008-09-12 Thread Christoph Dittberner
Hi, failonerror is supported ... I use this in my shellscriptlets. But your commandline : cd /home/${usr}/doc zip -ll doc.jar *.properties ignores the errorcode. Therefore I wrote your two commands in one row concatenated with the *&&*. If this doesn't work try something like cd /home/$