Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 39712 invoked from network); 17 Apr 2008 09:36:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2008 09:36:38 -0000 Received: (qmail 87972 invoked by uid 500); 17 Apr 2008 09:36:35 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 87894 invoked by uid 500); 17 Apr 2008 09:36:34 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 87883 invoked by uid 99); 17 Apr 2008 09:36:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 02:36:34 -0700 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [192.6.10.2] (HELO colossus.hpl.hp.com) (192.6.10.2) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 09:35:48 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by colossus.hpl.hp.com (Postfix) with ESMTP id CFED06BA18 for ; Thu, 17 Apr 2008 10:36:00 +0100 (BST) X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com Received: from colossus.hpl.hp.com ([127.0.0.1]) by localhost (colossus.hpl.hp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21j-o5w86eY8 for ; Thu, 17 Apr 2008 10:36:00 +0100 (BST) Received: from ha-node-br2.hpl.hp.com (ha-node-br2.hpl.hp.com [16.25.144.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by colossus.hpl.hp.com (Postfix) with ESMTP id B74496B9DB for ; Thu, 17 Apr 2008 10:35:59 +0100 (BST) MailScanner-NULL-Check: 1209029740.11666@4btHKkn6n0OF14TXYN8X7w Received: from [16.25.171.118] (morzine.hpl.hp.com [16.25.171.118]) by ha-node-br2.hpl.hp.com (8.14.1/8.13.4) with ESMTP id m3H9ZdUC007850 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 17 Apr 2008 10:35:39 +0100 (BST) Message-ID: <480719EC.9090600@apache.org> Date: Thu, 17 Apr 2008 10:35:40 +0100 From: Steve Loughran User-Agent: Thunderbird 2.0.0.12 (X11/20080213) MIME-Version: 1.0 To: Ant Users List Subject: Re: Create a task to deploy in a remote server References: <197E7403273D1A44854F646856D25FFA01437B28@CORPMAIL33.corp.capgemini.com> <48071209.6020302@apache.org> <197E7403273D1A44854F646856D25FFA01437C3F@CORPMAIL33.corp.capgemini.com> In-Reply-To: <197E7403273D1A44854F646856D25FFA01437C3F@CORPMAIL33.corp.capgemini.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: m3H9ZdUC007850 X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: stevel@apache.org X-Virus-Checked: Checked by ClamAV on apache.org Dubois, Fabien wrote: > To copy a war to the good folder (tomcat/webapps). > Now a trying to use : sshexec. > But I have problem to include the optional jar jsch-0.1.37. > > Thank you for your help > If all your are trying to do is copy-by-deploy then yes, is the way to go. You need that jsch library...I think Ant 1.7.0 works best with an earlier version, like 0.1.27... try that release if 0.1.37 is causing problems. -- Steve Loughran http://www.1060.org/blogxter/publish/5 Author: Ant in Action http://antbook.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org