Re: sshexec on remote server

2010-01-10 Thread eran123
>> > > > ----------------- > To unsubscribe, e-mail: user-unsubscr...@ant.apache.org > For additional commands, e-mail: user-h...@ant.apache.org > > > -- View this message in context: http://old.nabble.

RE: sshexec on remote server

2010-01-05 Thread Thomas Loy
-Original Message- From: Antoine Levy Lambert [mailto:anto...@gmx.de] Sent: Tuesday, January 05, 2010 4:33 PM To: Ant Users List Subject: Re: sshexec on remote server Hello Eran, maybe your problem is that you need to execute explicitly in your command the .profile or .bashrc or ... of the target

Re: sshexec on remote server

2010-01-05 Thread Antoine Levy Lambert
Hello Eran, maybe your problem is that you need to execute explicitly in your command the .profile or .bashrc or ... of the target user and host. you might want to do something like command=". .profile && cd ${env.scripts.folder.path} && ./PingServer" regards, Antoine eran123 wrote: Hi,

sshexec on remote server

2010-01-03 Thread eran123
: -- View this message in context: http://old.nabble.com/sshexec-on--remote-server-tp27004641p27004641.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr