You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Tim Ellison <t....@gmail.com> on 2010/12/13 15:00:29 UTC

[build] Minor help text change

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>

Re: [build] Minor help text change

Posted by Tim Ellison <t....@gmail.com>.
On 16/Dec/2010 12:26, Mark Hindess wrote:
> Can you confirm that you are happy for me to merge this to the java6
> branch?  (Unless you want to do it.)

Done @r1049980

Regards,
Tim


Re: [build] Minor help text change

Posted by Mark Hindess <ma...@googlemail.com>.
Tim,

Can you confirm that you are happy for me to merge this to the java6
branch?  (Unless you want to do it.)

Regards,
 Mark.

In message <20...@d06av08.portsmouth.uk.ibm.com>,
Mark Hindess writes:
>
> +1
> -Mark
> 
> In message <4D...@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>
> > 
> 



Re: [build] Minor help text change

Posted by Mark Hindess <ma...@googlemail.com>.
+1
-Mark

In message <4D...@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>
>