Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dash-dev] Re: Failed to build with Athena after updating dash.releng

Make sure all your MANIFEST.MF files declare correct BREEs (bundle require execution environments) and that for every BREE you have a matching JAVAx_HOME defined (x = 14, 50, 60, etc) in your foo.releng/build.properties file.

If the values of the java home dirs or bootclasspaths are wrong for your system, you can override the default values set in o.e.dash.common.releng/server.properties with new values in your build.properties. If you feel something is missing from these default bootclasspaths which would benefit everyone, open a bug and I'll make sure more jars are added.

eg.,

JAVA60_HOME=/opt/public/common/ibm-java-jdk-ppc-60
JAVA_FOUNDATION_HOME=/opt/public/common/org.eclipse.sdk-feature/libs

JavaSE-1.6=${JAVA60_HOME}/jre/lib/rt.jar:${JAVA60_HOME}/jre/lib/core.jar:${JAVA60_HOME}/jre/lib/annotation.jar:${JAVA60_HOME}/jre/lib/beans.jar:${JAVA60_HOME}/jre/lib/ibmorbapi.jar:${JAVA60_HOME}/jre/lib/java.util.jar:${JAVA60_HOME}/jre/lib/jlm.jar:${JAVA60_HOME}/jre/lib/logging.jar:${JAVA60_HOME}/jre/lib/resources.jar:${JAVA60_HOME}/jre/lib/security.jar:${JAVA60_HOME}/jre/lib/sql.jar:${JAVA60_HOME}/jre/lib/vm.jar:${JAVA60_HOME}/jre/lib/xmldsigfw.jar:${JAVA60_HOME}/jre/lib/xml.jar:${JAVA60_HOME}/jre/lib/graphics.jar:${JAVA60_HOME}/jre/lib/server.jar:${JAVA60_HOME}/jre/lib/jsse.jar:${JAVA60_HOME}/jre/lib/ibmjcefw.jar:${JAVA60_HOME}/lib/dt.jar:${JAVA60_HOME}/../Classes/dt.jar:${JAVA60_HOME}/../Classes/classes.jar:${JAVA60_HOME}/../Classes/jsse.jar
CDC-1.0/Foundation-1.0=${JAVA_FOUNDATION_HOME}/ee.foundation-1.0.jar
CDC-1.1/Foundation-1.1=${JAVA_FOUNDATION_HOME}/ee.foundation.jar


Anna Dushistova wrote:
I saw this FAQ--was the first thing I checked. Everything seems to be in place.
Any more ideas?

Thanks!
Anna.

Dr. Anna Dushistova
MontaVista Software Inc.



On Nov 9, 2009, at 9:42 AM, Nick Boldt wrote:

See this FAQ entry:

http://wiki.eclipse.org/Common_Build_Infrastructure/Getting_Started/FAQ#My_build_complains_it_can.27t_find_java.lang.Object._Seriously.2C_WTF.3F

Anna Dushistova wrote:
Hi Nick,
I've been using dash.releng which was at least a couple of months old till this evening and I had everything building just fine, but after replacing it with the latest version from HEAD plugins do not compile anymore. :( I'm getting "java.lang.Object not found". Obviously all the rt.jar are in place. Does it have anything to do with the CDC/Foundation which I do not have installed?
Thanks!
Anna.
---
Dr. Anna Dushistova
MontaVista Software Inc.

--
Nick Boldt :: http://nick.divbyzero.com
Release Engineer :: Eclipse Modeling & Dash Athena

_______________________________________________
dash-dev mailing list
dash-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dash-dev

--
Nick Boldt :: http://nick.divbyzero.com
Release Engineer :: Eclipse Modeling & Dash Athena


Back to the top