Return-Path: Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Delivered-To: mailing list dev@ant.apache.org Received: (qmail 19925 invoked from network); 19 Feb 2003 18:45:02 -0000 Received: from unknown (HELO germane-software.com) (198.36.168.17) by daedalus.apache.org with SMTP; 19 Feb 2003 18:45:02 -0000 Received: (qmail 14713 invoked from network); 19 Feb 2003 18:44:28 -0000 Received: from unknown (HELO germane-software.com) (63.96.184.251) by 198.36.168.17 with SMTP; 19 Feb 2003 18:44:28 -0000 Message-ID: <3E53D081.40608@germane-software.com> Date: Wed, 19 Feb 2003 10:44:17 -0800 From: Dale Anson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Developers List Subject: Re: SSH Tasks References: <51C603B9AB4696408D7273AA133734AC02B23839@ljcms002.prod.vectorscm.com> X-Enigmail-Version: 0.65.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N The ssh/scp tasks that I wrote based on jsch are somewhat out of date already. I based the tasks on version 0.0.8, 0.1.0 is the current release. I made some modifications to 0.0.8 that never made it into the jsch code base, but maybe have been added by others. The main fix I did was to remove the System.exit calls, of which there were several. I'm not up on ssh key support in jsch. I too would like to get a feel from the Ant devs about how to proceed with this. I'd be happy to donate the tasks I've done as a starting point. Dale Anson Anderson, Rob H - VSCM wrote: >Now that jsch has changed it's license, are there plans to have these ssh >tasks moved to their own project on sourceforge, or included in the ant >dist, or ant-contrib dist? I would like to make an enhancement to these >tasks to support ssh keys, but I would like to be sure that these tasks are >going to be accepted by the community first. I have written some SSH/SCP >tasks, based on the MindTerm java ssh implementation, that support ssh keys >and for me it is a "must have" feature. > >-Rob Anderson > >-----Original Message----- >From: Stefan Bodewig [mailto:bodewig@apache.org] >Sent: Monday, February 10, 2003 5:17 AM >To: ant-dev@jakarta.apache.org >Subject: Re: SSH Tasks > > >On Fri, 07 Feb 2003, Dale Anson wrote: > > >>Stefan Bodewig wrote: >> >> >> >>>On Thu, 06 Feb 2003, Dale Anson wrote: >>> >>> >>> >>>>I wrote an ssh and scp task last month >>>> >>>> >>>Any pointers to it? Your task, I mean. >>> >>> >>> >>It's at http://sourceforge.net/projects/antelope, >> >> > >Do you feel like putting together a blurb for our "related projects" >page for Anteleope? > > > >>These are (IMHO) a decent start, but need some work, in particular >>the ability to include filesets in the scp task. >> >> > >Hmm, even if jsch doesn't change its license, they could as well be a >start of a task hosted by jsch - unless you really wanted them to >remain part of Antelope. > >If an ssh task is part of Ant or the library it requires, the user >will only have to download two things. Scattering Ant, the library >and the task into three downloads will make it less attractive. But >then again users are really in a need for these tasks, so they may be >willing do that anyway 8-). > > > >>I'll forward your complete message to him and see where it goes. >> >> > >I've subscribed to the jsch-users list and will jump in if anything >comes up. > >Stefan > >--------------------------------------------------------------------- >To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org >For additional commands, e-mail: dev-help@ant.apache.org > >--------------------------------------------------------------------- >To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org >For additional commands, e-mail: dev-help@ant.apache.org > > >