Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 69269 invoked from network); 16 Feb 2010 02:31:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Feb 2010 02:31:29 -0000 Received: (qmail 81347 invoked by uid 500); 16 Feb 2010 02:31:28 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 81285 invoked by uid 500); 16 Feb 2010 02:31:28 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 81277 invoked by uid 99); 16 Feb 2010 02:31:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Feb 2010 02:31:28 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kevan.miller@gmail.com designates 209.85.210.192 as permitted sender) Received: from [209.85.210.192] (HELO mail-yx0-f192.google.com) (209.85.210.192) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Feb 2010 02:31:20 +0000 Received: by yxe30 with SMTP id 30so4287743yxe.25 for ; Mon, 15 Feb 2010 18:30:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=GwvGuWDv0Bl86kGl0Hkxc/3W+x7NAaQ/4dzFo7K/DiU=; b=qOHy8YyJDCjapb0oGZUkrmw+rOkm3TF0gy/C+pvuCuhqbtC7hTgjHxtYNTrFpR532i +A/cwsxaxv8XjVJ5Y+KpbDb13NTwIfNel72EZXnO39HnMbiltkzKumwwDzOSwTFgT0hJ BTdNbcHo9IasCXgSWd1jXRILi2hysYZeBVzu0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=m3oFWgTeMobR5J/plwp2qJRe7CSgGXFhipGPpl6kOHhq3e//UaK9WPLaAL3yM4eRMi AOQEiy507MQHenX8urHnkQKvmp8U2mcKLkQvejTuQKkeiuCXshRwsUQkY6qfT4L03PJK wLSrE9jxktHlv0ZHB+PTB97s9j69cZUUgDHcA= Received: by 10.150.119.42 with SMTP id r42mr5521684ybc.325.1266287459288; Mon, 15 Feb 2010 18:30:59 -0800 (PST) Received: from ?10.0.1.194? (cpe-076-182-095-055.nc.res.rr.com [76.182.95.55]) by mx.google.com with ESMTPS id 22sm2625591ywh.45.2010.02.15.18.30.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 15 Feb 2010 18:30:57 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1077) Subject: Re: deploy.sh stty echo From: Kevan Miller In-Reply-To: <4B796889.5040400@kewill.com> Date: Mon, 15 Feb 2010 21:30:55 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <4D8440B5-C207-4FA4-823D-1BB0EEBAFD11@gmail.com> References: <4B6A90D4.9000001@kewill.com> <4B796889.5040400@kewill.com> To: user@geronimo.apache.org X-Mailer: Apple Mail (2.1077) X-Virus-Checked: Checked by ClamAV on apache.org On Feb 15, 2010, at 10:30 AM, Kees van Veen wrote: > Hi Kevan, >=20 > The attached diff works for me, while still doing the 'stty echo' the = exit status of the Java command is preserved, so my script calling = deploy.sh would still fail when Java fails, but not when stty fails. >=20 > BTW why not do 'stty sane' (or both), as apparently exiting Java with = an exception does not reset the terminal properly ? Kees Beats me. Hoping that somebody who knows more about shell scripts (which = isn't saying much) will step in. I think they're distracted by a = vacation at the moment...=20 Could I ask you to create a Jira -- = https://issues.apache.org/jira/browse/GERONIMO and attach your = patch/diff to the Jira? Clicking the "Grant license to ASF" button makes = it clear that you are licensing your changes to the ASF. Clears up any = potential licensing concerns.=20 Regardless, thanks for your help. Hopefully we'll have this fixed soon. --kevan=