Return-Path: Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Delivered-To: mailing list dev@ant.apache.org Received: (qmail 43045 invoked from network); 21 Feb 2003 19:31:16 -0000 Received: from mailhost2.cnf.com (HELO ljcqs053.cnf.com) (63.230.177.24) by daedalus.apache.org with SMTP; 21 Feb 2003 19:31:16 -0000 Received: from cnfqs057.cnf.prod.cnf.com (localhost [127.0.0.1]) by ljcqs053.cnf.com (Postfix) with ESMTP id 0859FCA; Fri, 21 Feb 2003 11:31:17 -0800 (PST) Received: by cnfqs057.cnf.prod.cnf.com with Internet Mail Service (5.5.2653.19) id <1Z69RYBJ>; Fri, 21 Feb 2003 11:31:16 -0800 Message-ID: <51C603B9AB4696408D7273AA133734AC02B2388A@ljcms002.prod.vectorscm.com> From: "Anderson, Rob H - VSCM" To: 'Ant Developers List' Cc: "'daleanson@users.sourceforge.net'" Subject: RE: SSH Tasks Date: Fri, 21 Feb 2003 11:31:37 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N It would be different, implementation-wise. The API for jsch has a different object for an interactive (ChannelShell) and non-interactive (ChannelExec) channel. Dale, Where can I find the source for you ssh task? I tried to find it on sourceforge (http://sourceforge.net/project/showfiles.php?group_id=56772&release_id=1343 24), but no luck. I'd like to start working on various possibilities we are discussing. Thanks -----Original Message----- From: Stefan Bodewig [mailto:bodewig@apache.org] Sent: Friday, February 21, 2003 8:51 AM To: dev@ant.apache.org Subject: Re: SSH Tasks On Fri, 21 Feb 2003, Rob H. Anderson wrote: > Can there be some flag that specifies interactivity? If there is a reason for it, sure. > > interactive="false" > command="cd /usr/local/bin ; rm -rf product ; tar zxf product.tar.gz" > /> Would this (implementation-wise) be different from cd /usr/local/bin ; rm -rf product ; tar zxf product.tar.gz ? Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org