Skip to main content

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

Title: 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?

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

Back to the top