Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dash-dev] Issue running build

Look in the server.properties file in o.e.d.common.releng - this contains the paths for the various installed JDKs on the build.eclipse.org master:

> JAVA60_HOME=/opt/public/common/ibm-java-jdk-ppc-60
> JAVA50_64_HOME=/opt/public/common/ibm-java2-ppc64-50
> JAVA50_HOME=/opt/public/common/ibm-java2-ppc-50
> JAVA14_HOME=/opt/public/common/ibm-java2-142
> JAVA_FOUNDATION_HOME=/opt/public/common/org.eclipse.sdk-feature/libs

And here's the specifics about that JDK:

$ JAVA60_HOME=/opt/public/common/ibm-java-jdk-ppc-60; $JAVA60_HOME/bin/java -version
java version "1.6.0"
Java(TM) SE Runtime Environment (build pxp3260sr2-20080818_01(SR2))
IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Linux ppc-32 jvmxp3260-20080816_22093 (JIT enabled, AOT enabled)
J9VM - 20080816_022093_bHdSMr
JIT  - r9_20080721_1330ifx2
GC   - 20080724_AA)
JCL  - 20080808_02


On 07/19/2010 05:42 PM, Trip Gilman wrote:
Can you tell me where the 1.6 version is installed on the master? You
mentioned migrating to ant for our builds. What can we expect to see in
the way of benefits from that move? I’m not familiar enough with these
tools and the current Eclipse infrastructure to know where to start
looking at this. I’d like to not have to use explicit versions on all my
bundles/packages at least not until closer to release. Is there any way
to fix #2 that you know of?

Trip


On 7/19/10 3:59 PM, "David Carver" <d_a_carver@xxxxxxxxx> wrote:

    You may want to switch to an Ant Base Build, and you may need to
    specify JAVA_HOME60 in your settings to point to the location where
    JAVA 6 is installed. Currently home is set to 1.5

    Dave

    On 07/19/2010 01:51 PM, Trip Gilman wrote:

        Re: [dash-dev] Issue running build Yeah, I dug a little in the
        mailing list archive and found that. I do need to figure out a
        couple things:


           1. How do I specify that my project should be built w/ Java
              1.6. I’m using the generic JAVA_HOME60=${JAVA_HOME}. It
              appears to be using a 1.5 compiler. Is this tied to the
              execution environment of the plugins?
           2. It seems that anonymous bundle versions (0.0.0) in require
              bundle statements aren’t being resolved. Do you need to
              specify versions?
           3.


        Trip


        On 7/19/10 3:45 PM, "David Carver" <d_a_carver@xxxxxxxxx> wrote:


            In your job configuration. Tie it to the Master node.

            Dave

            On 07/19/2010 12:18 PM, Trip Gilman wrote:

                Issue running build Hey guys,

                I’m just getting the VTP build back up and running but
                I’m getting a strange environmental configuration issue:

                WARNING: You may require 1 or more of the following
                tools for this build to proceed:
                javac Xvfb
                [start] [15:03:20] Started on 20100719 with these options:
                -projectid technology.vtp
                -version 3.0.0
                -buildType N
                -buildTimestamp 201007191503
                -writableBuildRoot
                /opt/users/hudsonbuild/workspace/cbi-voicetools-Galileo/build
                -thirdPartyJarsDir
                /opt/users/hudsonbuild/workspace/cbi-voicetools-Galileo/build/3rdPartyJars
                -downloadsDir
                /opt/users/hudsonbuild/workspace/cbi-voicetools-Galileo/build/downloads
                -buildDir
                /opt/users/hudsonbuild/workspace/cbi-voicetools-Galileo/build/N201007191503
                -projRelengRoot
                svn://dev.eclipse.org/svnroot/technology/org.eclipse.vtp/Releng/trunk
                -projRelengPath org.eclipse.vtp.releng
                -forceContextQualifier
                -localSourceCheckoutDir
                /opt/users/hudsonbuild/.hudson/jobs/cbi-voicetools-Galileo/workspace/org.eclipse.vtp

                [start] Create build directory
                /opt/users/hudsonbuild/workspace/cbi-voicetools-Galileo/build/N201007191503

                svn -q export -r HEAD
                svn://dev.eclipse.org/svnroot/technology/org.eclipse.vtp/Releng/trunk/org.eclipse.vtp.releng
                org.eclipse.vtp.releng
                [start] [15:03:21] Export done.

                [start] Export skipped: org.eclipse.dash.common.releng
                already exists.

                [start] Export skipped: org.eclipse.releng.basebuilder
                already exists.

                ERROR! Can't run
                /opt/public/common/ibm-java2-ppc-50/bin/java - must pass
                in a value for JAVA_HOME

                Anyone have any ideas on what I’ve done wrong?

                Trip Gilman


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





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




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



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



_______________________________________________
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