From user-return-71519-apmail-ant-user-archive=ant.apache.org@ant.apache.org Thu Mar 10 10:19:40 2011 Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 96006 invoked from network); 10 Mar 2011 10:19:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Mar 2011 10:19:40 -0000 Received: (qmail 49538 invoked by uid 500); 10 Mar 2011 10:19:39 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 49491 invoked by uid 500); 10 Mar 2011 10:19:39 -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 49483 invoked by uid 99); 10 Mar 2011 10:19:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Mar 2011 10:19:38 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [88.84.128.168] (HELO samaflost.de) (88.84.128.168) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Mar 2011 10:19:32 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id F397D289801D for ; Thu, 10 Mar 2011 11:19:10 +0100 (CET) Received: from samaflost.de ([127.0.0.1]) by localhost (v35516.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P5ObbmoXnX6j for ; Thu, 10 Mar 2011 11:19:10 +0100 (CET) Received: by samaflost.de (Postfix, from userid 1000) id 9EA28289801E; Thu, 10 Mar 2011 11:19:10 +0100 (CET) From: Stefan Bodewig To: user@ant.apache.org Subject: Re: Change the Java Compiler References: <4D77BF19.2090601@uni-jena.de> X-Draft-From: ("nnfolder:mail.jakarta-ant-user" 69029) Date: Thu, 10 Mar 2011 11:19:10 +0100 In-Reply-To: <4D77BF19.2090601@uni-jena.de> (Thomas Kluge's message of "Wed, 09 Mar 2011 18:55:37 +0100") Message-ID: <87bp1js2g1.fsf@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On 2011-03-09, Thomas Kluge wrote: > I`d like to compiler the Dacapo Benchmark with the Java 7 Compiler. > The Benchmark uses an ant build script. I assume you can modify the compilation part of said buildfile. > The Java 7 compiler is just the compiler and not a hole virtual machine. The easiest approach would be to use forked compilation and specify the compiler's OS frontend (likely "javac" or "javac.exe") as executable using the full path. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org