Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 3070 invoked from network); 12 Jan 2006 22:16:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jan 2006 22:16:34 -0000 Received: (qmail 66773 invoked by uid 500); 12 Jan 2006 22:16:27 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 66728 invoked by uid 500); 12 Jan 2006 22:16:26 -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 66717 invoked by uid 99); 12 Jan 2006 22:16:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jan 2006 14:16:26 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of glennoph@gmail.com designates 64.233.184.198 as permitted sender) Received: from [64.233.184.198] (HELO wproxy.gmail.com) (64.233.184.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jan 2006 14:16:24 -0800 Received: by wproxy.gmail.com with SMTP id i27so1031240wra for ; Thu, 12 Jan 2006 14:16:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=dt3AwKTQjasv1f7s6y0rvmAJvDc/8iDxEBbMM08ngOMePVm0JzOh7Ks9htq9aDRbZvxKLBJWZuWxg8eclJVbg6ldreSduE9ZAIrYDsj2/WAZW7/1BPohXakzsqzZgXZhJqu9apiqhSUmaN/RhA/ORVftcyloyg8xt46Za4AmmiI= Received: by 10.54.72.15 with SMTP id u15mr3125549wra; Thu, 12 Jan 2006 14:16:01 -0800 (PST) Received: by 10.54.152.12 with HTTP; Thu, 12 Jan 2006 14:16:01 -0800 (PST) Message-ID: Date: Thu, 12 Jan 2006 16:16:01 -0600 From: glenn opdycke-hansen To: Ant Users List Subject: Re: MULTI DEPLOYMENT In-Reply-To: <43C6D075.40203@apache.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_36035_5412502.1137104161925" References: <43B8D5F4.4060504@ruminate.co.uk> <43BBD9D5.1010007@apache.org> <43C6D075.40203@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_36035_5412502.1137104161925 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I see the changes in the following. It appears that the change is integrated. I have tried this change and it worked for me. Log of /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/ssh/SSHExec= .java Revision 278545 - (view) (download) (as text) - [select for diffs] Modified Wed Aug 31 19:39:14 2005 UTC (4 months, 1 week ago) by mbenson On 1/12/06, Steve Loughran wrote: > glenn opdycke-hansen wrote: > > Steve, > > I have been looking at using Ant for application deployment to multiple servers. > > I see there is a known problem with ant 1.6.5 where a sshexec request > > will close stdout. This can be patched, but this problem is pretty > > serious since multiple sshexec requests would be needed. > > Do you know if it has been fixed in ant1.7? If not, now is the time to > get a patch in. > ------=_Part_36035_5412502.1137104161925--