Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 47641 invoked from network); 12 Oct 2007 05:36:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Oct 2007 05:36:32 -0000 Received: (qmail 38737 invoked by uid 500); 12 Oct 2007 05:36:19 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 38716 invoked by uid 500); 12 Oct 2007 05:36:19 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 38707 invoked by uid 99); 12 Oct 2007 05:36:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 22:36:19 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Oct 2007 05:36:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E59271A9832; Thu, 11 Oct 2007 22:36:00 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r584052 - in /harmony/enhanced: classlib/trunk/make/build-java.xml classlib/trunk/make/build-test.xml classlib/trunk/make/properties.xml jdktools/trunk/make/build-java.xml trunk/build.xml Date: Fri, 12 Oct 2007 05:36:00 -0000 To: commits@harmony.apache.org From: varlax@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071012053600.E59271A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: varlax Date: Thu Oct 11 22:35:57 2007 New Revision: 584052 URL: http://svn.apache.org/viewvc?rev=584052&view=rev Log: Fix for HARMONY-4915 [build] cannot override default Java compiler Modified: harmony/enhanced/classlib/trunk/make/build-java.xml harmony/enhanced/classlib/trunk/make/build-test.xml harmony/enhanced/classlib/trunk/make/properties.xml harmony/enhanced/jdktools/trunk/make/build-java.xml harmony/enhanced/trunk/build.xml Modified: harmony/enhanced/classlib/trunk/make/build-java.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/build-java.xml?rev=584052&r1=584051&r2=584052&view=diff ============================================================================== --- harmony/enhanced/classlib/trunk/make/build-java.xml (original) +++ harmony/enhanced/classlib/trunk/make/build-java.xml Thu Oct 11 22:35:57 2007 @@ -113,13 +113,7 @@ target: -compile ================================= --> - - - - - - - + - - - - - - - + - + @@ -136,7 +125,7 @@ - + Modified: harmony/enhanced/classlib/trunk/make/properties.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/properties.xml?rev=584052&r1=584051&r2=584052&view=diff ============================================================================== --- harmony/enhanced/classlib/trunk/make/properties.xml (original) +++ harmony/enhanced/classlib/trunk/make/properties.xml Thu Oct 11 22:35:57 2007 @@ -42,7 +42,7 @@ - + @@ -513,6 +513,24 @@ + + + + + + + + + + + + +The Eclipse compiler class for Ant could not be found. Please place the ECJ JAR in ANT_HOME/lib. +The JAR can be downloaded directly from eclipse.org or copied from COMMON_RESOURCES/depends/jars/ecj_3.x folder after the fetch-depends target for JDKTOOLS has been run. +Alternatively, you can switch to another compiler, e.g. specify '-Dhy.javac.compiler=modern' for classic javac. + + + - - - - - - - + + + + + + + + + +The Eclipse compiler class for Ant could not be found. Please place the ECJ JAR in ANT_HOME/lib. +The JAR can be downloaded directly from eclipse.org or copied from COMMON_RESOURCES/depends/jars/ecj_3.x folder after the fetch-depends target for JDKTOOLS has been run. +Alternatively, you can switch to another compiler, e.g. specify '-Dhy.javac.compiler=modern' for classic javac. + Modified: harmony/enhanced/trunk/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/trunk/build.xml?rev=584052&r1=584051&r2=584052&view=diff ============================================================================== --- harmony/enhanced/trunk/build.xml (original) +++ harmony/enhanced/trunk/build.xml Thu Oct 11 22:35:57 2007 @@ -60,7 +60,8 @@ @@ -396,6 +397,7 @@ + @@ -430,6 +432,7 @@ + @@ -656,6 +659,12 @@ + + + + +