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 "Modeling Project Releng"

m (links)
m
Line 10: Line 10:
 
# [[Modeling Project Releng/Plugin And Feature Files | Plugin And Feature Files]] -- includes structure & layout for your plugin/feature files
 
# [[Modeling Project Releng/Plugin And Feature Files | Plugin And Feature Files]] -- includes structure & layout for your plugin/feature files
 
# [[Modeling Project Releng/Building Zips And Jars | Building Zips And Jars]] -- includes Incubation status, 3rd party jars, compiler settings, and build/test troubleshooting
 
# [[Modeling Project Releng/Building Zips And Jars | Building Zips And Jars]] -- includes Incubation status, 3rd party jars, compiler settings, and build/test troubleshooting
# [[Modeling Project Releng/Releasing | Releasing]] -- schedules, reviews, promting builds, and generating project meta-information
+
# [[Modeling Project Releng/Releasing | Releasing]] -- schedules, reviews, promoting builds, and generating project meta-information (release notes, RSS feeds, newsgroup announcements)
 
# [[Modeling Project Releng/Maintenance | Maintenance]] -- cleanup tips
 
# [[Modeling Project Releng/Maintenance | Maintenance]] -- cleanup tips
 
# [[Modeling Project Releng/Branching | Branching]] -- how to branch  
 
# [[Modeling Project Releng/Branching | Branching]] -- how to branch  

Revision as of 18:51, 10 October 2007

This document is directed to the Eclipse Modeling Framework Technologies (EMFT) [1] component owners and was created help them to set up and run their builds. It describes the existing procedures that all EMFT components are required to adopt, describing, for example, how the files should be organized, what the build files are, and the Integration and Milestone release process.

Note that many of the tips and tricks described herein apply to EMF, MDT, and M2T builds as well.

Throughout this document are references to releng (Release Engineering) files which need to be configured along the way. When a project is first being created, these steps are normally not started until after all the plugin content is in CVS. Then, and only then, the Releng Module can be created for the new project, and builds can begin.

  1. Component Creation
  2. Releng Module
  3. Plugin And Feature Files -- includes structure & layout for your plugin/feature files
  4. Building Zips And Jars -- includes Incubation status, 3rd party jars, compiler settings, and build/test troubleshooting
  5. Releasing -- schedules, reviews, promoting builds, and generating project meta-information (release notes, RSS feeds, newsgroup announcements)
  6. Maintenance -- cleanup tips
  7. Branching -- how to branch

Back to the top