From notifications-return-11351-apmail-ant-notifications-archive=ant.apache.org@ant.apache.org Wed Feb 03 20:26:41 2010 Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 3990 invoked from network); 3 Feb 2010 20:26:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Feb 2010 20:26:41 -0000 Received: (qmail 42122 invoked by uid 500); 3 Feb 2010 20:26:41 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 42049 invoked by uid 500); 3 Feb 2010 20:26:41 -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 42040 invoked by uid 99); 3 Feb 2010 20:26:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2010 20:26:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2010 20:26:40 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id B509D234C48C; Wed, 3 Feb 2010 12:26:19 -0800 (PST) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: DO NOT REPLY [Bug 48664] Ant does not accept "-d64" option to run the underlying JVM as a 64-bit JVM. X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Wrapper scripts X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: antoine@apache.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Component Resolution In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20100203202619.B509D234C48C@brutus.apache.org> Date: Wed, 3 Feb 2010 12:26:19 -0800 (PST) https://issues.apache.org/bugzilla/show_bug.cgi?id=48664 Antoine Levy-Lambert changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Component|AntUnit |Wrapper scripts Resolution| |FIXED --- Comment #3 from Antoine Levy-Lambert 2010-02-03 12:26:14 UTC --- OK, I have found the problem. If you run a java program with fork=true from ant, this java program will not inherit VM args by default. Change your build file in this way : So there is no bug of ant. Regards, Antoine -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.