Ivan Volosyuk wrote:
> I have found solution for this build problem. If somebody interested:
> 
> To use downloaded eclipse (or its compiler) need to run:
> sh build.sh -Dbuild.compiler=org.eclipse.jdt.core.JDTCompilerAdapter
> 
> But the compiler in theis eclipse version doesn't work with jre1.4, so

Not quite sure what this means, since all the Eclipse code only requires
JRE1.4.

Regards,
Tim

> I need to change build.sh, removing:
>  CLASSPATH=$CLASSPATH:`pwd`/make/tmp/org.eclipse.jdt.core_3.1.1.jar
> and changing:
>  CLASSPATH=`pwd`/make/tmp/cpptasks/cpptasks.jar:$CLASSPATH
> in order to use CLASSPATH specified in command line environment. I
> used ecj_3.2RC5 from classlib. After this, compilation works fine.
> 
> I run eclipse with the compiled drlvm and it started fine, except for
> the message:
> -------------------------------------------------------------------------------------------

-- 

Tim Ellison ([EMAIL PROTECTED])
IBM Java technology centre, UK.

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to