Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 65BAA200D27 for ; Wed, 25 Oct 2017 10:36:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 63FE4160BDA; Wed, 25 Oct 2017 08:36:28 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AA4D61609E5 for ; Wed, 25 Oct 2017 10:36:27 +0200 (CEST) Received: (qmail 47532 invoked by uid 500); 25 Oct 2017 08:36:26 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 47523 invoked by uid 99); 25 Oct 2017 08:36:26 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Oct 2017 08:36:26 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 2A0D9180787 for ; Wed, 25 Oct 2017 08:36:26 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.498 X-Spam-Level: X-Spam-Status: No, score=0.498 tagged_above=-999 required=6.31 tests=[KAM_NUMSUBJECT=0.5, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id JPGa7Rc9cUPs for ; Wed, 25 Oct 2017 08:36:25 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 408B05FD01 for ; Wed, 25 Oct 2017 08:36:25 +0000 (UTC) Received: from asf-bz1-us-mid.priv.apache.org (nat1-us-mid.apache.org [23.253.172.122]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTPS id ED8BBE0373 for ; Wed, 25 Oct 2017 08:36:23 +0000 (UTC) Received: by asf-bz1-us-mid.priv.apache.org (ASF Mail Server at asf-bz1-us-mid.priv.apache.org, from userid 33) id C1C3B6077F; Wed, 25 Oct 2017 08:36:21 +0000 (UTC) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: [Bug 61649] The same scripted invocation of Ant works on z/OS using 1.9.7, but fails using 1.9.9 Date: Wed, 25 Oct 2017 08:36:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Build Process X-Bugzilla-Version: 1.9.9 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cpisapia@ie.ibm.com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bz.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 archived-at: Wed, 25 Oct 2017 08:36:28 -0000 https://bz.apache.org/bugzilla/show_bug.cgi?id=3D61649 --- Comment #8 from cpisapia@ie.ibm.com --- Hi, We copied the Ant 1.9.6 ant script from that GitHub link and tried it on z/= OS and it worked. A couple of additional clarifications: * I've run a few more tests (have run many of these over the last while and= it gets confusing) and for me to get this to work with Ant 1.9.6 or Ant 1.9.7 = on z/OS I have to use the -Dwsadmin.extra.args value with escaped quotes; e.g.: -Dwsadmin.extra.args=3D\"-javaoption -Xmx1024m -appendtrace true\" The significance of this is that I'm pretty sure I didn't always have to escape= the double quotes on the command line; however, I retested with Ant 1.9.9 to confirm that even escaping the double quotes doesn't fix it. * I reported I saw the same issue on RHEL with Ant 1.9.9 using -Dwsadmin.extra.args. I retested this on RHEL with the Ant 1.9.6 script (and 1.9.7) and it works if I escape the double quotes and fails if I do not. It fails in either case with 1.9.9. the issue seems to be with outliers and R= ed Hat seems fairly mainstream. I don't know when/why this changed. Thanks --=20 You are receiving this mail because: You are the assignee for the bug.=