Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dash-dev] wrong build order

Hi again,

I configured the Hudson build so it runs the ANT script since the shell script didn't let me change the basebuilder version.

I've set the following variables:

relengBaseBuilderDir=/opt/public/cbi/build/org.eclipse.releng.basebuilder_R36_M4
relengCommonBuilderDir=/opt/public/cbi/build/org.eclipse.dash.common.releng
writableBuildRoot=${WORKSPACE}/build

The compile process now seems to work but I'm getting an error in the pack200 stage (see below). It seems that several people have this problem.

Regards,
Chris

    [build] get.baseoswsarch:
[build] [echo] Pack with /opt/public/common/ibm-java2-ppc-50/jre/bin/pack200
    [build]
    [build] BUILD FAILED
[build] /opt/public/cbi/build/org.eclipse.dash.common.releng/buildAll.xml:374: The following error occurred while executing this line: [build] /opt/public/cbi/build/org.eclipse.dash.common.releng/buildAll.xml:415: The following error occurred while executing this line: [build] /opt/public/cbi/build/org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml:808: The following error occurred while executing this line: [build] /opt/public/cbi/build/org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml:1296: The following error occurred while executing this line: [build] /opt/public/cbi/build/org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml:776: Java returned: 13



Am 14.05.2010 20:32, schrieb Andrew Niefer:
What version of the base builder, or more specifically,
org.eclipse.pde.build, are you using here?

There was https://bugs.eclipse.org/bugs/show_bug.cgi?id=290729 which was
fixed in 3.6M3.
This is generally caused by
https://bugs.eclipse.org/bugs/show_bug.cgi?id=178449 (also fixed in
3.6M3), one symptom of which are the "Another singleton version
selected" warning messages of which you have a lot.

-Andrew

Inactive hide details for Christian Saad ---05/10/2010 10:48:07 AM---Hi,
I spent some time trying to migrate our custom build tChristian Saad
---05/10/2010 10:48:07 AM---Hi, I spent some time trying to migrate our
custom build to the Athena


Back to the top