Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 4725 invoked from network); 18 Feb 2002 00:27:04 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 18 Feb 2002 00:27:04 -0000 Received: (qmail 28948 invoked by uid 97); 18 Feb 2002 00:27:01 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 28926 invoked by uid 97); 18 Feb 2002 00:27:00 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 28903 invoked from network); 18 Feb 2002 00:27:00 -0000 Message-ID: <9BAE99905FCF684D91F63E1439475FBA0484EC40@sydmsg1.int.f2.com.au> From: Brett Porter To: 'Ant Users List' Subject: ssh/scp task Date: Mon, 18 Feb 2002 11:26:54 +1100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1B812.F7AD0CC0" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C1B812.F7AD0CC0 Content-Type: text/plain; charset="utf-8" Hi, This was discussed late last year. I haven't had time since, but have just started work on an SSH/SCP library for Java. I am basing it on OpenSSH, but intending to release it under the Apache license. I believe this is ok, based on the source code comments about usage of OpenSSH, and since that's C and this is Java, it is only a remotely derived work. I will host the project on sourceforge. >From this, I will develop an SSH and SCP task for ant. The reason I haven't used the existing ones is that mindbright's library is exceptionally slow, at least in our environment, and is incompatible as part of GPL. If anyone knows of a good SSH library for Java compatible with the Apache license, let me know now! I'd say its about a month off as I have only small amounts of time to work on it. If anyone is interested in participating, let me know and I'll get sourceforge project setup faster. Cheers, Brett ----- Original Message ----- > I have written an SCPTask, very simple - uses v1 of mindbright's ssh > utilities which are GPL. > It is a bit rough but if someone can use it I will consider cleaning it up > and posting to ant-dev. > What is the process for this? > > Cheers, > Brett Brett, Thanks for coding this. SSH/SCP tasks have always been on the ant 2 wish list, but if they can be done now, then all the better. As Peter pointed out,the licenses are incompatible. But if you host it somewhere on sourceforge then it can be linked to off the web site. See http://jakarta.apache.org/ant/ant_task_guidelines.html for info on task docs, testing. -Steve ------_=_NextPart_001_01C1B812.F7AD0CC0--