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

Higgins Component Owner Checklist

Revision as of 15:45, 4 January 2008 by Paul.socialphysics.org (Talk | contribs) (Structure and Naming)

Component owners are responsible for creating and maintaining the following wiki doc, build scripts, etc. for their Components.

Solution Owners

  1. Solution owner MUST add a link to the solution here Solutions
  2. Solution owner MUST create the solution page using Solution Description Template

Component Owners

  1. Owners MUST create rows (and sometimes entire tables) for each project Components page.
  2. Owners MUST hand create wiki pages in the "Dependencies" column (entitled "Dep.") on the Components page.
  3. Owners MUST edit the autobuild scripts to include components in the nightly build
  4. Owners MUST create a "row" wiki page for each row using the Component Description Template

Build Processes

  • Component owner MUST use Eclipse 3.3 to define Eclipse projects within component
  • Read Eclipse Build Automation
  • The owner must ensure that each project (dependencies, etc.) can be managed from within the Eclipse IDE without manually editing build.xml files
  • It must be possible for each project to export a build.xml Ant file such that
    • It can be used to build all appropriate targets from a command line using CVS and Ant
    • It must not use any absolute class names
    • It must not require eclipse-specific jar files (only stated dependencies)
    • It must build when eclipse is not installed
    • It must be able to build both release and debug targets
    • Targets
      • jar for any consumable component
      • war file for WS deployable components
      • javadoc
      • eclipse plugin
  • Owner must make sure that automated build scripts are using the latest build.xml


Builds

Nightly

Stable

  • The component owner determines when a build should be promoted from "nightly" to "stable"
  • [The higgins project doesn't yet have any "release" builds]

Links

Back to the top