.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
> 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
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
, 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?
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
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.
--
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