Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Build Workshop 3: Build Hard With A Purpose/How Build Works"

(New page: = How CBI Builds work =)
 
(How CBI Builds work)
Line 1: Line 1:
 
= How CBI Builds work =
 
= How CBI Builds work =
 +
== Input ==
 +
=== Required ===
 +
# Project ID (same as portal ex. tools.gef, technology.linuxtools) (-projectid)
 +
# Version to use (-version)
 +
# CVS Root for project's releng plugin (we will add SVN support soon) <-- could perhaps come from portal in future (-projRelengRoot)
 +
# CVS Path for project's releng plugin (we will add SVN support soon) <-- could perhaps come from portal in future (-projRelengPath)
 +
# URLs of dependencies (ex. http://download.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/eclipse-SDK-3.4-linux-gtk.tar.gz) (we will automate this more in the future) (-URL)
 +
=== Optional ===
 +
# CVS branch of org.eclipse.releng.basebuilder (-basebuilderBranch)
 +
# JAVA_HOME (-javaHome)
 +
# Path to a local checkout of the source (avoids checking out during build) (-localSourceCheckoutDir)
 +
#

Revision as of 09:05, 29 October 2008

How CBI Builds work

Input

Required

  1. Project ID (same as portal ex. tools.gef, technology.linuxtools) (-projectid)
  2. Version to use (-version)
  3. CVS Root for project's releng plugin (we will add SVN support soon) <-- could perhaps come from portal in future (-projRelengRoot)
  4. CVS Path for project's releng plugin (we will add SVN support soon) <-- could perhaps come from portal in future (-projRelengPath)
  5. URLs of dependencies (ex. http://download.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/eclipse-SDK-3.4-linux-gtk.tar.gz) (we will automate this more in the future) (-URL)

Optional

  1. CVS branch of org.eclipse.releng.basebuilder (-basebuilderBranch)
  2. JAVA_HOME (-javaHome)
  3. Path to a local checkout of the source (avoids checking out during build) (-localSourceCheckoutDir)

Back to the top