Re: Sshexec task hanging

2006-08-09 Thread Steve Loughran
Brown, Carlton wrote: I've got an sshexec task that never exits, and I need to solicit some opinions on the problem. The reasons behind it are well-known; if an ssh command starts a long-running in the background, then ssh doesn't know when it should exit. From the purist standpoint, this is ex

Re: Question re sshexec task

2005-12-19 Thread Rhino
I'm not sure. I'll check with the system administrator and get back to you Rhino - Original Message - From: "Anderson, Rob (Global Trade)" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Monday, December 19, 2005 2:11 PM Subject: RE: Question r

RE: Question re sshexec task

2005-12-19 Thread Anderson, Rob (Global Trade)
> Also, just a little thing but how do I notify the developer > of this task about the typo in the error message; he/she's > got "invalid" spelled without the 'l'. This is an optional > task so I'm not sure if I have to contact them directly or if > I can get a message to them via this mailing

RE: Question re sshexec task

2005-12-19 Thread Anderson, Rob (Global Trade)
It may be that your ssh keyfile is in the wrong format. What version/vendor of ssh did you use to generate the keyfile? -Rob Anderson > -Original Message- > From: Rhino [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 17, 2005 3:31 PM > To: ant-user > Subject: Ques

RE: Question re sshexec task

2005-12-19 Thread Rebhan, Gilbert
Hi, Rhino -Original Message- From: Rhino [mailto:[EMAIL PROTECTED] Sent: Monday, December 19, 2005 2:55 PM To: Ant Users List Subject: Re: Question re sshexec task >Oh dear, this looks like it is going to be a lot more involved than just >using the sshexec and scp tasks

Re: Question re sshexec task

2005-12-19 Thread Rhino
ve to start it manually. Rhino - Original Message - From: "Rebhan, Gilbert" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Monday, December 19, 2005 4:25 AM Subject: RE: Question re sshexec task Hi, Rhino -Original Message- From: Rhino [mailto

RE: Question re sshexec task

2005-12-19 Thread Rebhan, Gilbert
Hi, -Original Message- From: glenn opdycke-hansen [mailto:[EMAIL PROTECTED] Sent: Monday, December 19, 2005 1:25 PM To: Ant Users List Subject: Re: Question re sshexec task >Thanks for providing the example of exec. >I have questions: >Which system is the ant script r

Re: Question re sshexec task

2005-12-19 Thread glenn opdycke-hansen
script). rexec has issues, too. --glenn On 12/19/05, Rebhan, Gilbert <[EMAIL PROTECTED]> wrote: > > > Hi, Rhino > > -Original Message- > From: Rhino [mailto:[EMAIL PROTECTED] > Sent: Sunday, December 18, 2005 3:30 PM > To: Ant Users List > Subj

RE: Question re sshexec task

2005-12-19 Thread Rebhan, Gilbert
Hi, Rhino -Original Message- From: Rhino [mailto:[EMAIL PROTECTED] Sent: Sunday, December 18, 2005 3:30 PM To: Ant Users List Subject: Re: Question re sshexec task /* Could you possibly post a small example of the technique you're using? I'm not sure how to combine exec wi

Re: Question re sshexec task

2005-12-18 Thread Rhino
- Original Message - From: "Gilbert Rebhan" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Sunday, December 18, 2005 5:39 AM Subject: Re: Question re sshexec task Hi, Rhino Is there any problem with blanks or apostrophes within the name of a keyfil

Re: Question re sshexec task

2005-12-18 Thread Gilbert Rebhan
Hi, Rhino > Is there any problem with blanks or apostrophes within the name of a > keyfile in an sshexec task? I am running Ant 1.6.5 in Eclipse 3.1.1. > [ ... ] my practical experience with the ssh task and ant 1.6.5 some time ago = didn't work for me on AIX, even with the most actual jsch.jar

Question re sshexec task

2005-12-17 Thread Rhino
Is there any problem with blanks or apostrophes within the name of a keyfile in an sshexec task? I am running Ant 1.6.5 in Eclipse 3.1.1. Our environment changed recently so I need to modify my build scripts to use keys instead of passwords. After reading the sshexec article in the Ant manual,

RE: Sshexec task, running commands using 'sudo'

2005-06-15 Thread Anderson, Rob (Global Trade)
--- > From: S I [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 15, 2005 3:08 PM > To: user@ant.apache.org > Subject: RE: Sshexec task, running commands using 'sudo' > > > Thank you Rob. After I posted yesterday...our unix Admin did finally > figured it out

RE: Sshexec task, running commands using 'sudo'

2005-06-15 Thread S I
erson, Rob (Global Trade)" <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: "Ant Users List" Subject: RE: Sshexec task, running commands using 'sudo' Date: Wed, 15 Jun 2005 14:23:15 -0700 MIME-Version: 1.0 Received: from mail.apache.org ([209.237.227.1

RE: Sshexec task, running commands using 'sudo'

2005-06-15 Thread Anderson, Rob (Global Trade)
. There is no security in that method. -Rob A > -Original Message- > From: S I [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 14, 2005 10:17 PM > To: user@ant.apache.org > Subject: RE: Sshexec task, running commands using 'sudo' > > > You just discovered one

RE: Sshexec task, running commands using 'sudo'

2005-06-14 Thread S I
et to get it) resolves this issue. I personally have not got around to it or thank the person who posted and responded to my post. Original Message Follows From: "Rich Harris" <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: "Ant Users List" Su

RE: Sshexec task, running commands using 'sudo'

2005-06-14 Thread Anderson, Rob (Global Trade)
, June 14, 2005 4:40 PM > To: Ant Users List > Subject: RE: Sshexec task, running commands using 'sudo' > > > An addendum...I noticed that when running 'sudo' commands > manually I get > prompted for my password the first time I use it. That may be > wh

RE: Sshexec task, running commands using 'sudo'

2005-06-14 Thread Rich Harris
An addendum...I noticed that when running 'sudo' commands manually I get prompted for my password the first time I use it. That may be where it's hanging. The uname/pass auth. only happens upon the initial ssh connect using the sshexec and doesn't carry over through the session if you need to run s

RE: SSHExec task

2004-01-21 Thread Anderson, Rob (Global Trade)
PROTECTED]; [EMAIL PROTECTED] Subject: RE: SSHExec task I am using Ant 1.6.It is running very much fine , but only problem is that I want to put the output of command in file with output= option and it is not happening.:-(( my xml looks like this and nothing wrong with this. >>> [EMAIL

Re: SSHExec task

2003-04-04 Thread Dale Anson
Or in your classpath if you can't write to $ANT_HOME/lib. Jesse Stockall wrote: On Friday, April 4, 2003, at 11:03 AM, Samuel Blanchet wrote: Hi all, I'm using the SSHExec task with ant 1.6a but I have this error after starting my script. file:///C:/temp/start_moteur.xml:64: taskdefA class nee

Re: SSHExec task

2003-04-04 Thread Jesse Stockall
On Friday, April 4, 2003, at 11:03 AM, Samuel Blanchet wrote: Hi all, I'm using the SSHExec task with ant 1.6a but I have this error after starting my script. file:///C:/temp/start_moteur.xml:64: taskdefA class needed on loading by class o rg.apache.tools.ant.taskdefs.optional.ssh.SSHExec canno