RE: Remove entru from ZIP file using ANT

2010-01-03 Thread aliteralmind
Vallon, Justin wrote: > > > > > > > A beautiful solution. Thank you. - aliteralmind --- Hear aliteralmind Sing. Sing aliteralmind, Sing. http://singing.jeffyepstein.com MY BOYS!!! (man I love saying that) http://brothers.jeffyepstein.com --

sshexec on remote server

2010-01-03 Thread eran123
Hi, I have a problem running scripts on a remote server. I reached the remote script but since the script is using environment variables my ant task (running on a local machine) does not have them. How can I solve this problem? My ant task looks like the following:

A Question regarding conditionals

2010-01-03 Thread Kamran Hameed
Folks i have two questions 1. I want to check whether an environment variable is defined or not. e-g i want to check whether the variable JAVA_HOME is set or not. How can i do that. Currently the way i am doing that is : * // the line doing it* so in t