Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 11991 invoked from network); 17 Jul 2007 03:01:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jul 2007 03:01:36 -0000 Received: (qmail 12060 invoked by uid 500); 17 Jul 2007 03:01:36 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 11679 invoked by uid 500); 17 Jul 2007 03:01:35 -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 11662 invoked by uid 99); 17 Jul 2007 03:01:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2007 20:01:35 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of hezjing@gmail.com designates 66.249.90.183 as permitted sender) Received: from [66.249.90.183] (HELO ik-out-1112.google.com) (66.249.90.183) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2007 20:01:32 -0700 Received: by ik-out-1112.google.com with SMTP id c30so767937ika for ; Mon, 16 Jul 2007 20:01:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Y9QnXk/j1WwbkuZCwg8xlycul9238+BaAtL0bLSnSfV+NDLiLb4P99bTaEtdSw/TjFzRe2xhWGoKJJtg/9yWnY/bvjIMk2izOdS4wFFnQ/udVnIll1u1XRXGRxBOhCwFi5jmgLWbXq6mQIHuNabbUybMea9PAFjS66mjbj00Aw8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=NO7uXzDuai4kSvCmZ3lQwvg5GsQ1hOs6sfhq3waSGHJqKU6Sb6EpRI7sK3c8je3iNeIsBBv+UO20rELSjCuMgRGA5KEiA4BCrz+vx/NukQ5VipsH4jq65gtR+AQzhT2SfjqIF30tVcfHJZNV7kNlZhO17a7/ToOeLGaKfTkDPrM= Received: by 10.142.49.4 with SMTP id w4mr370912wfw.1184641269483; Mon, 16 Jul 2007 20:01:09 -0700 (PDT) Received: by 10.142.252.13 with HTTP; Mon, 16 Jul 2007 20:01:09 -0700 (PDT) Message-ID: Date: Tue, 17 Jul 2007 11:01:09 +0800 From: hezjing To: ant-users Subject: Select JDK compiler MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi! I have projects to be compiled with Java 1.4, or Java 1.5 and how can I explicitly select the compiler in build.xml? When I set fork="yes" when calling , how do I know which JDK compiler the is executing? There are Java 1.4 and 1.5 installed in my environment, with JAVA_HOME pointing to Java 1.5. -- Hez --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org