RE: exit from the script running in the remote machine using sshexec

2006-05-16 Thread Anderson, Rob (Global Trade)
.Project.executeTargets(Project.java:1068) > > at org.apache.tools.ant.Main.runBuild(Main.java:668) > > at org.apache.tools.ant.Main.startAnt(Main.java:187) > > at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246) > > at org.apach

FW: exit from the script running in the remote machine using sshexec

2006-05-16 Thread Venkatesh Vijayakumar04
To: Venkatesh Vijayakumar04 Subject: Re: exit from the script running in the remote machine using sshexec Hi, 2006/5/15, Venkatesh Vijayakumar04 <[EMAIL PROTECTED]>: > I want to execute commands in the remote machine from ant.i used sshexec > for execution, but what happens is, it e

exit from the script running in the remote machine using sshexec

2006-05-15 Thread Venkatesh Vijayakumar04
Hi all I want to execute commands in the remote machine from ant.i used sshexec for execution, but what happens is, it establishes connection and executes commands successfully but the problem is the control is not returning to the ant build scripts once all the commands in the shell scripts ar

RE: exit from the script running in the remote machine using sshexec

2006-05-15 Thread Anderson, Rob (Global Trade)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of Atsuhiko Yamanaka > Sent: Monday, May 15, 2006 2:57 PM > To: Ant Users List > Subject: Re: exit from the script running in the remote > machine using sshexec > > Hi, > > Which ant version are you u

RE: exit from the script running in the remote machine using sshexec

2006-05-15 Thread Venkatesh Vijayakumar04
Sent: Monday, May 15, 2006 2:57 PM To: Ant Users List Subject: Re: exit from the script running in the remote machine using sshexec Hi, Which ant version are you using? There was a bug that stdout will be closed after "sshexec" task. How about adding "touch" task? Will it be

RE: exit from the script running in the remote machine using sshexec

2006-05-15 Thread Venkatesh Vijayakumar04
, 2006 2:57 PM To: Ant Users List Subject: Re: exit from the script running in the remote machine using sshexec Hi, Which ant version are you using? There was a bug that stdout will be closed after "sshexec" task. How about adding "touch" task? Will it be invoked?

RE: exit from the script running in the remote machine using sshexec

2006-05-15 Thread Venkatesh Vijayakumar04
Apache ant 1.6.1 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atsuhiko Yamanaka Sent: Monday, May 15, 2006 2:57 PM To: Ant Users List Subject: Re: exit from the script running in the remote machine using sshexec Hi, Which ant version are you using

Re: exit from the script running in the remote machine using sshexec

2006-05-15 Thread Atsuhiko Yamanaka
Hi, Which ant version are you using? There was a bug that stdout will be closed after "sshexec" task. How about adding "touch" task? Will it be invoked? 2006/5/15, Venkatesh Vijayakumar04 <[EMAIL PROTECTED]>: That stdout-closing bug has been fixed in the nightly snapshot. --

RE: exit from the script running in the remote machine using sshexec

2006-05-15 Thread Venkatesh Vijayakumar04
startapp.sh nohup ./startWebLogic.sh > smile-appserver.log & exit -Original Message- From: Venkatesh Vijayakumar04 Sent: Monday, May 15, 2006 2:36 PM To: '[EMAIL PROTECTED]' Subject: FW: exit from the script running in the remote machine using sshexec I tried the

AW: exit from the script running in the remote machine using sshexec

2006-05-15 Thread Jan.Materne
ache.org >Betreff: exit from the script running in the remote machine >using sshexec > > >Hi all > > > > >I want to execute commands in the remote machine from ant.i >used sshexec for execution, but what happens is, it >establishes connection and executes comman

exit from the script running in the remote machine using sshexec

2006-05-15 Thread Venkatesh Vijayakumar04
Hi all I want to execute commands in the remote machine from ant.i used sshexec for execution, but what happens is, it establishes connection and executes commands successfully but the problem is the control is not returning to the ant build scripts once all the commands in the shell scripts ar