Date: 2004-07-03T12:38:23
Editor: DonBrown <[EMAIL PROTECTED]>
Wiki: Jakarta Commons Wiki
Page: MovingFromSandboxToProper
URL: http://wiki.apache.org/jakarta-commons/MovingFromSandboxToProper
no comment
Change Log:
------------------------------------------------------------------------------
@@ -26,11 +26,16 @@
That's it for the actual CVS move. Verify the move succeeded by doing a clean
checkout of both jakarta-commons and jakarta-commons-sandbox. Verify that ViewCVS has
picked up the changes correctly.
+If you decide to move the CVS directory itself by modifying CVSROOT, make sure you
create a backup of the jakarta-commons module before copying, in case something goes
wrong.
+
1. Make sure your component still builds OK by building it in its new home.
- 1. Update the web site for your component. Start with maven clean if your site is
mavenized. Your site should now be at jakarta.apache.org/commons/foo rather than
jakarta.apache.org/commons/sandbox/foo
+ 1. Update the web site for your component. Start with maven clean if your site is
mavenized. Your site should now be at jakarta.apache.org/commons/foo rather than
jakarta.apache.org/commons/sandbox/foo The easiest way to update a mavenized site
once you've built and tested it locally is to run
+{{{
+$maven -Dmaven.username=${apache.username} site:sshdeploy
+}}}
- 1. Update the commons web site to reflect your component's move. You will need to
update the menus under jakarta-commons/xdocs/stylesheet/menus (components.xml and
sandbox.xml), as well as the main jakarta-commons/xdocs/components.xml file.
+ 1. Update the commons web site to reflect your component's move. You will need to
update the menus under jakarta-commons/commons-build/menus (components-items.ent and
sandbox-items.ent), as well as the more descriptive listings under
jakarta-commons/commons-build/parts (components-table.ent and sandbox-table.ent).
1. Send an announcement to commons-dev and commons-user announcing the move.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]