Re: sshexec on remote server

2010-01-10 Thread eran123
to do something like > > command=". .profile && cd ${env.scripts.folder.path} && > ./PingServer" > > regards, > > Antoine > > > eran123 wrote: >> Hi, >> >> I have a problem running scripts on a remote server. I reached t

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:

running shell script on unix

2009-12-27 Thread eran123
Hi, I hope you can help me figure out what is wrong with my script. I am trying to run shell script calls stopServer. The ant script is like the following: However when trying to run the task on Eclipse I receive the