Return-Path: X-Original-To: apmail-ant-notifications-archive@minotaur.apache.org Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9439517598 for ; Tue, 5 May 2015 02:00:31 +0000 (UTC) Received: (qmail 97581 invoked by uid 500); 5 May 2015 02:00:31 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 97531 invoked by uid 500); 5 May 2015 02:00:31 -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 97521 invoked by uid 99); 5 May 2015 02:00:31 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2015 02:00:31 +0000 Received: from asf-bz1-us-mid.priv.apache.org (nat1-us-mid.apache.org [23.253.172.122]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPS id 428821A0443 for ; Tue, 5 May 2015 02:00:31 +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 B71F460862; Tue, 5 May 2015 02:00:30 +0000 (UTC) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: [Bug 57888] ant.bat (or cmd?) mangles command-line arguments ending in equals sign Date: Tue, 05 May 2015 02:00:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Core tasks X-Bugzilla-Version: 1.9.4 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: trejkaz@trypticon.org X-Bugzilla-Status: NEW 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: 7bit X-Bugzilla-URL: https://bz.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 https://bz.apache.org/bugzilla/show_bug.cgi?id=57888 --- Comment #1 from Trejkaz (pen name) --- Turns out running it directly breaks too, so I guess it isn't exec, it must be either cmd or the batch file. C:\Users\Tester\Documents\issues\ant\cmd mangling> ant -f sub-build.xml -Da= -Db=c Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 Buildfile: C:\Users\Daniel\Documents\issues\ant\cmd mangling\sub-build.xml BUILD FAILED Target "c" does not exist in the project "sub-build". Total time: 0 seconds -- You are receiving this mail because: You are the assignee for the bug.