You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ay...@apache.org on 2007/05/17 10:06:55 UTC

svn commit: r538823 - /harmony/enhanced/classlib/trunk/make/build-java.xml

Author: ayza
Date: Thu May 17 01:06:54 2007
New Revision: 538823

URL: http://svn.apache.org/viewvc?view=rev&rev=538823
Log:
Correcting error message for case if ECJ compiler class is not found

Modified:
    harmony/enhanced/classlib/trunk/make/build-java.xml

Modified: harmony/enhanced/classlib/trunk/make/build-java.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/build-java.xml?view=diff&rev=538823&r1=538822&r2=538823
==============================================================================
--- harmony/enhanced/classlib/trunk/make/build-java.xml (original)
+++ harmony/enhanced/classlib/trunk/make/build-java.xml Thu May 17 01:06:54 2007
@@ -113,7 +113,7 @@
           target: -compile
          ================================= -->
     <target name="-compile" depends="-prepare-depends, -layout">
-        <fail message="The Eclipse compiler class for Ant could not be found. Please place the ECJ JAR in ANT_HOME/lib. The JAR can copied from CLASSLIB_TRUNK/depends/jars/ecj_3.2 folder after the fetch-depends target has been run.">
+        <fail message="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.">
             <condition>
                 <not>
                     <available classname="org.eclipse.jdt.core.JDTCompilerAdapter"/>