+1
-Mark

In message <4d0626fd.4090...@gmail.com>, Tim Ellison writes:
>
> I'd like to update the help text that is printed when you try to run the
> build without ECJ installed, as it recommends copying the JAR file from
> a non-existent location.
> 
> Anyone support this fix in time for the milestone?
> 
> Regards,
> Tim
> 
> Index: common_resources/make/properties.xml
> ===================================================================
> --- common_resources/make/properties.xml      (revision 1043462)
> +++ common_resources/make/properties.xml      (working copy)
> @@ -484,7 +484,7 @@
>                      </and>
>                  </condition>
>  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.
> +The JAR can be downloaded directly from eclipse.org or copied from
> target/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.
>              </fail>
>          </sequential>
> 


Reply via email to