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

XQuery Development Tools/Release

< XQuery Development Tools
Revision as of 09:09, 7 January 2010 by Gabipetrovay.gmail.com (Talk | contribs) (New page: =Introduction= This page shows the steps that have to be followed in order to build and declare an XQDT release. =Release= ==Prerequisites== The committer must have the following projec...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

This page shows the steps that have to be followed in order to build and declare an XQDT release.

Release

Prerequisites

The committer must have the following projects checked out from the WTP CVS repository into the workspace:

  • All XQDT core plug-in projects from "incubator/sourceediting/plugins" (the XQDT plugins are prefixed with: "org.eclipse.wst.xquery.")
  • The following dependent plug-in available in the same repository location:
    • com.google.gson/
    • org.antlr.runtime_v31/
  • All XQDT Features from "incubator/sourceediting/features" (the XQDT features are prefixed with: "org.eclipse.wst.xquery.")
  • The "webtools.maps/releng.incubator.xquery" releng project


Steps

  1. Have a successful build of all XQDT plug-ins in youe workspace
  2. Make sure all the plug-ins and features mentioned in the Prerequisites section above are present in the xquery.map file in the "releng.incubator.xquery" project
  3. Right click on the "xquery.map", choose "Team" -> "Release..."
  4. On the "Project Selection" page check the xquery.map tree node such that all projects pointed by this map file are selected. Also uncheck the "Release only projects that have changed since the last release" option. Click "Next" button.
  5. On the "Release Tag" page give the tag name in the form: vYYYYMMDDHHMM (e.g. v201001071655). Select the "Show the file change before committing" option. Click "Next" button.
  6. On the "Configuration File Changes" double click on the "xquery.map" entry and review the changes that will be committed in the compare view below. If everything looks OK for you, click "Next" button.
  7. On the "Commit Comment" provide a meaningful message about the release you are making. Click "Finish" button.

This should be enough to start a release build of XQDT which will start shortly after (maybe in 10 minutes). The progress of the build can be seen on the CruiseControl Dashboard.



Resources

Back to the top