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 "Ganymede/Build"

m (Pack200 and Digests)
(Creating Ganymatic for Build.Eclipse.Org)
Line 113: Line 113:
 
===Creating Ganymatic for Build.Eclipse.Org===
 
===Creating Ganymatic for Build.Eclipse.Org===
 
To create the binaries for Ganymatic:
 
To create the binaries for Ganymatic:
# Start with an Eclipse SDK with the latest version of Buckminster [http://www.eclipse.org/projects/project_summary.php?projectid=technology.buckminster] loaded.
+
# Start with an Eclipse SDK with the latest version of Buckminster [http://www.eclipse.org/projects/project_summary.php?projectid=tools.buckminster] loaded.
# Check out the org.eclipse.dash.siteassembler project (/cvsroot/technology).
+
# Check out the org.eclipse.dash.siteassembler project (<nowiki>:pserver:anonymous@dev.eclipse.org:/cvsroot/technology</nowiki>, module: org.eclipse.dash/org.eclipse.dash.siteassembler).
 
# Right click on the org.eclipse.dash.siteassembler project and choose Buckminster > Invoke Action... > buckminster.clean
 
# Right click on the org.eclipse.dash.siteassembler project and choose Buckminster > Invoke Action... > buckminster.clean
 
# Right click on the org.eclipse.dash.siteassembler project and choose Buckminster > Invoke Action... > headless.assembler
 
# Right click on the org.eclipse.dash.siteassembler project and choose Buckminster > Invoke Action... > headless.assembler

Revision as of 06:57, 11 February 2008

This page is related to the Ganymede Simultaneous Release.

Explanation

The Ganymatic is live and running every day. The status & logs are here: http://build.eclipse.org/ganymede/

In addition to sending emails to project release engineers who are responsible for broken builds, there are three 'Eclipse Build' format RSS feeds available for project teams to monitor. More info on feeds: Getting Started Guide, Feed Schema.

Of course, there really is no "build" of Ganymede, but only a copying of what is already available on each project's update site, to a central site.

This central update site, naturally, is http://download.eclipse.org/releases/ganymede/. To get a sneak peek, point your Update Manager at http://download.eclipse.org/releases/ganymede/staging/.

The Projects' Roles

Pre-Project Configuration Files

The pre-project configuration files are stored in the Callisto CVS:

:extssh:<your-committer-id-goes-here>@dev.eclipse.org:/cvsroot/callisto

Or, general "read" access via

:pserver:anonymous@dev.eclipse.org:/cvsroot/callisto

There is one project:

org.eclipse.ganymede.sitecontributions

Syntax and Semantics

<?xml version='1.0'?>
<sc:siteContribution
  xmlns="http://www.eclipse.org/buckminster/CSpec-1.0"
  xmlns:sc="http://www.eclipse.org/buckminster/SiteContribution-1.0"
  rmapProviderURL="${downloads}/webtools/milestones/site.xml">
    <sc:member name="Bjorn Freeman-Benson" email="bjorn.freeman-benson@eclipse.org" />
    <sc:member name="Karl Matthias" email="webmaster@eclipse.org" />
    <sc:cspec name="org.eclipse.wtp-sc">
      <dependencies>
        <dependency name="org.eclipse.jpt.feature" 
                    versionDesignator="[1.0.0.v200706250000-77--CYQCCz-CoRPCCCH]" />
        <dependency name="org.eclipse.jst" 
                    versionDesignator="[2.0.0.v200706110805-7B-18dDQISlz0z0cc-oasolrW8jP]" />
        <dependency name="org.eclipse.wst.common_ui.feature" 
                    versionDesignator="[2.0.0.v200706041905-7C5EGzE9RvTVniSrwnf4TgOPe3e9]" />
      </dependencies>
      <groups>
        <public name="Web and JEE Development">
          <attribute component="org.eclipse.jst" />
          <attribute component="org.eclipse.wst.common_ui.feature" />
        </public>
        <public name="Other Development">
          <attribute component="org.eclipse.jpt.feature" />
        </public>
      </groups>
    </sc:cspec>
</sc:siteContribution>
  1. ${downloads}/webtools/milestones/site.xml: The location of the project's update site. It's more efficient to access the site via a file path than a url, but a url will work. ${downloads} refers to the root of the http://download.eclipse.org/ server.
  2. Bjorn Freeman-Benson and bjorn.freeman-benson@eclipse.org: person to notify if this project is responsible for breaking the build. Feel free to have multiple people listed.
  3. org.eclipse.wtp-sc: the unique identifier for this site contribution
  4. org.eclipse.jpt.feature: The feature identifier. One per feature (of course). Features are listed one per <dependency .../> node.
  5. 2.0.0.v200706041905-7C5EGzE9RvTVniSrwnf4TgOPe3e9: The feature version. One per feature (of course). Buckminster (the technology Ganymatic is built on) has a number of ways to specify the version. Most projects will use a single fixed version here, although you can also have an empty string to mean "the latest version found on my update site".
  6. Web and JEE Development: Categories for the Ganymede site.xml file; used to group the features.

Schemas for these files are available at: http://www.eclipse.org/buckminster/schemas/siteContribution-1.0.xsd , http://www.eclipse.org/buckminster/schemas/cspec-1.0.xsd , http://www.eclipse.org/buckminster/schemas/common-1.0.xsd , http://www.eclipse.org/buckminster/schemas/rmap-1.0.xsd

Project Responsibilities

Each Ganymede project's PMC and/or Project Leader is responsible to keep its own *.sc (site contribution) file up to date as the project generates new milestones and release candidates. The project's project leader will probably delegate to the project's release engineer(s).

Obviously, each project's own update site must already exist (and be working) at the file location or url specified in the site contribution file.

Typically, as projects move from milestone to milestone (or release candidate to release candidate) only the version identifiers (e.g. 1.0.0.v200706250000-77--CYQCCz-CoRPCCCH]) in the site contribution file will need to be changed. At other times, features might be added, removed, or renamed:

  • Adding a feature: add new <dependency> and <attribute> nodes
  • Removing a feature: remove the corresponding <dependency> and <attribute> nodes
  • Renaming a feature: change the feature identifier (in two places) (e.g., org.eclipse.jpt.feature).

Each project should post updates on the Ganymede/Signoffs page after each of their Milestone and Release Candidates is released.

TBD: how to trigger a new build and how to sign off that the project M-bits are ready to use.

The Central Ganymatic

As of 2007/10/14, the Ganymede builds are being run once a day at 11pm Eastern, 8pm Pacific, 5am Europe, 11am China.

TBD: how to trigger a new build and how to sign off that the project M-bits are ready to use.

Pack200 and Digests

Currently the pack200 and digest creation is not part of Ganymatic because there of bug 215664. In the meantime, here is the manual process I use to pack the files:

  1. temp_do_pack200.sh
    1. If that is successful, the bug is fixed
    2. Otherwise...
  2. edit the site.xml to remove the stp features
  3. temp_do_pack200.sh
  4. temp_do_createDigest.sh
  5. edit the site.xml to include the digestURL and mirrorsURL attributes

Releasing the Central Staging Bits

On build.eclipse.org as ~bfreeman, first run copyToRelease-1-plugins.sh. If that is successful, run copyToRelease-2-sitefiles.sh.

You may want to clean out all the existing files from the release directory before doing the copy (or you may not). If so, use copyToRelease-0-clean.sh

Running Ganymatic On Your Machine

  1. Build a copy of Ganymatic (follow steps 1-4 below).
  2. Check out the org.eclipse.ganymede.sitecontributions and org.eclipse.ganymede.tools from /cvsroot/callisto
  3. Make sure you have a ganymatic.properties in your home directory. See examples in org.eclipse.ganymede.tools/examples
  4. Use ant to run the build.xml from org.eclipse.ganymede.tools
  5. The results (update site and website) are placed in the directories you specified in the ganymatic.properties file.

Creating Ganymatic for Build.Eclipse.Org

To create the binaries for Ganymatic:

  1. Start with an Eclipse SDK with the latest version of Buckminster [1] loaded.
  2. Check out the org.eclipse.dash.siteassembler project (:pserver:anonymous@dev.eclipse.org:/cvsroot/technology, module: org.eclipse.dash/org.eclipse.dash.siteassembler).
  3. Right click on the org.eclipse.dash.siteassembler project and choose Buckminster > Invoke Action... > buckminster.clean
  4. Right click on the org.eclipse.dash.siteassembler project and choose Buckminster > Invoke Action... > headless.assembler
    • This generates the org.eclipse.dash.siteassembler/bin/buckminster directory
    • If there are strange errors, delete the org.eclipse.dash.siteassembler/bin/headless.zip and try again from the buckminster.clean
  5. Zip up that directory and put it on build.eclipse.org/~bfreeman/ganymede/buckminster/, and unzip it into the bin/buckminster sub-directory

Additional Requirements and Information

See Europa Build for how last year's build worked.

Bugs & Feature Requests

Copyright © Eclipse Foundation, Inc. All Rights Reserved.