Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Note good practice of a proposal before vote, and other miscellaneous changes.

This page describes how to move a component from the commons sandbox to the commons proper. This page assumes you're already an Apache committer with karma for both jakarta-commons and (not just jakarta-commons-sandbox). If you don't have karma, ask for it or get someone to help you.

  1. Start vote a proposal thread on the commons-dev mailing list, stating reason reasons for promotion of the component.
  2. After addressing any concerns about the proposal, start a vote on commons-dev mailing list.
  3. After vote passes, send announcement with time of move and remind everyone to have any files in the component checked in by that time.
  4. Move projec project in SVN
  5. Tag the current version

...

  1. Check-out jakarta-site
  2. edit jakarta-site/xdocs/index.xml and news.xml. Put a news of "Commons-XX XXXX graduated from Sandbox to Commons-Proper"
  3. edit jakarta-site/docs/.htaccess and add a "Redirect permanent" to have automatic redirection from your projects sandbox to the proper website. Search for "vfs" to have a template.
No Format
$svn co https://svn.apache.org/repos/asf/jakarta/site
  1. Edit xdocs/site/news/news-xxxx.xmlEdit xdocs/index.xml

And follow docs/README.txt to regenerate the site. Check if it looks good.

...