Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "STP/Build/OnEclipseInfrastructure"

< STP‎ | Build
 
Line 7: Line 7:
  
  
If you want a quick recipe for a full build, sign, pack and digest, see <span style="color:red">[http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.build/build/trunk/how-to-build.txt this online guide from the build SVN]<span>.
 
 
|}
 
|}
  

Latest revision as of 07:24, 30 June 2009

Step Zero: Build Infrastructure Access

Before you can do anything on the Eclipse Foundation infrastructure, you need to have been granted ssh access to build.eclipse.org. This is something that you need to apply for and which must be okayed by the project PMC. It's not something that is given out lightly by the foundation, and is usually reserved for those who have explicit build responsibilities. If you think you need this kind of access, mail the PMC with your reasons.


Step One: Check Your Environment

To do the build, you will need to have the correct shell PATH set up. It's easiest to just edit your .bashrc file in your home directory and add the right paths:

export ANT_HOME=/shared/stp/apps/apache-ant-1.7.1
export JAVA_HOME=/shared/stp/apps/ibm-java2-sdk-5.0-6.0-linux-ppc
export RUBY_HOME=/shared/common/ruby-1.8.7
export PATH=${ANT_HOME}/bin:${RUBY_HOME}/bin:${JAVA_HOME}/bin:$PATH

Then incant source ~/.bashrc and you will be ready to go.

Step Two: Check you have a Platform

The platforms for the build live in the shared directory /shared/stp/platforms. These get made coming up to a milestone release and are composed of all the dependencies of the project(s), expanded out to what is effectively an Eclipse installation. You can see a list of the dependencies here. The directory for a particular platform will look something like /shared/stp/platforms/3.5M5.

If you do not see the platform you are looking for, please go ahead and make one!

Step Three: Build Your Project

Just follow Step 2 and Step 3 as outlined on the local machine build page

Step four: Sign the site

You need to run the sign script to make this happen. To do so, you will need to be part of the signers group. Contact the webmasters for this purpose.

What happens here is that the sign program will queue up your zip file for signing. There's lots of other stuff being signed at the same time, so it can take a while.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.