Re: ssh exec task...

2003-04-01 Thread Stefan Bodewig
On 01 Apr 2003, Stefan Bodewig [EMAIL PROTECTED] wrote: The main difference (apart from formatting changes) are that timeout uses milliseconds as its value and defaults to 0 (like exec) Stefan

Re: ssh exec task...

2003-04-01 Thread Dale Anson
Thanks -- I take it you saw that jsch 0.1.3 was released this morning? Would you mind making one other minor change to the docs, it references jsch 0.1.2 as a requirement, but 0.1.3 is the minimum. Dale Anson Stefan Bodewig wrote: On Tue, 25 Mar 2003, Dale Anson [EMAIL PROTECTED] wrote: The

Re: ssh exec task...

2003-04-01 Thread Stefan Bodewig
On Tue, 01 Apr 2003, Dale Anson [EMAIL PROTECTED] wrote: I take it you saw that jsch 0.1.3 was released this morning? Yep. Would you mind making one other minor change to the docs, it references jsch 0.1.2 as a requirement, but 0.1.3 is the minimum. Already changed in CVS. 8-) Stefan

Re: ssh exec task...

2003-03-25 Thread Dale Anson
to or overwrite the output file outputproperty store the output in a property Dale Anson Steve Loughran wrote: - Original Message - From: Dale Anson [EMAIL PROTECTED] To: Ant Developers List [EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 14:57 Subject: Re: ssh exec task... How do I post

Re: ssh exec task...

2003-03-25 Thread Stefan Bodewig
On Tue, 25 Mar 2003, Dale Anson [EMAIL PROTECTED] wrote: Attached are updates for the SSHExec task and documentation as diffs. The updates fix the problem with output not always showing on the screen (or log). Thanks. I'll commit them after the release of jsch 0.1.3 final. While I was at

Re: ssh exec task...

2003-03-21 Thread Stefan Bodewig
On Thu, 20 Mar 2003, Dale Anson [EMAIL PROTECTED] wrote: One more question -- how is documentation handled? The same way as code, you send patches (diff -u). Docs are a bit more difficult if you want to send in complete new files as our mailing list configuration will not accept any HTML part

Re: ssh exec task...

2003-03-20 Thread Dale Anson
PROTECTED] Sent: Tuesday, March 18, 2003 14:57 Subject: Re: ssh exec task... How do I post changes to the optional/ssh files to cvs? Dale run cvs diff -u against the files to create .diff files that you post as patches, then keep reminding people till it gets taken up. Committers take the files

Re: ssh exec task...

2003-03-20 Thread Stefan Bodewig
On Wed, 19 Mar 2003, Dale Anson [EMAIL PROTECTED] wrote: I've asked Atsuhiko (the jsch author) to make a minor change, he says it will be included in the next release, scheduled for tomorrow. Cool. I'll modify the task to capture the output correctly and make the maxwait attribute actually

Re: ssh exec task...

2003-03-18 Thread Dale Anson
How do I post changes to the optional/ssh files to cvs? Dale Stefan Bodewig wrote: On Thu, 13 Mar 2003, Dale Anson [EMAIL PROTECTED] wrote: I had output from the one I wrote going to the log, would you mind sending me your code and maybe I can see how to get it to output to the log? Or is it in

Re: ssh exec task...

2003-03-18 Thread Steve Loughran
- Original Message - From: Dale Anson [EMAIL PROTECTED] To: Ant Developers List [EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 14:57 Subject: Re: ssh exec task... How do I post changes to the optional/ssh files to cvs? Dale run cvs diff -u against the files to create .diff files

RE: ssh exec task...

2003-03-12 Thread Anderson, Rob H - VSCM
Attached is the documentation (I hope). -Rob A -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 12:35 AM To: [EMAIL PROTECTED] Subject: Re: ssh exec task... On Tue, 11 Mar 2003, Rob H. Anderson [EMAIL PROTECTED] wrote: Attached

RE: ssh exec task...

2003-03-12 Thread Anderson, Rob H - VSCM
Crap! I have sent the attachements to your email address ([EMAIL PROTECTED]). -Rob A -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 9:05 AM To: [EMAIL PROTECTED] Subject: Re: ssh exec task... On Wed, 12 Mar 2003, Rob H. Anderson [EMAIL

Re: ssh exec task...

2003-03-11 Thread Stefan Bodewig
Hi Robert, as you may have seen, our mailing list software strips all HTML parts from mails. I'm sure there has been some message in addition to the tarball 8-) I've committed modified versions of your code - in particular I've made the password part of user:[EMAIL PROTECTED]:/path optional to

Re: ssh exec task...

2003-03-11 Thread Stefan Bodewig
On Tue, 11 Mar 2003, Rob H. Anderson [EMAIL PROTECTED] wrote: There is one problem with the sshexec task that someone should look into: I was not able to get the output from the remote command to show up in the log. It works if my machine (the one running Ant) is under heavy load, but doesn't

RE: ssh exec task...

2003-03-11 Thread Anderson, Rob H - VSCM
: Tuesday, March 11, 2003 8:59 AM To: [EMAIL PROTECTED] Subject: Re: ssh exec task... On Tue, 11 Mar 2003, Rob H. Anderson [EMAIL PROTECTED] wrote: There is one problem with the sshexec task that someone should look into: I was not able to get the output from the remote command to show up in the log

ssh exec task...

2003-03-10 Thread Robert Anderson
ssh_tasks_src.tar.gz Description: application/gzip-compressed