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

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 below command It