You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by rg...@apache.org on 2013/03/27 00:44:35 UTC

svn commit: r1461377 - /wookie/site/trunk/content/docs/developer/release-process.mdtext

Author: rgardler
Date: Tue Mar 26 23:44:35 2013
New Revision: 1461377

URL: http://svn.apache.org/r1461377
Log:
CLI command to switch to the tag

Modified:
    wookie/site/trunk/content/docs/developer/release-process.mdtext

Modified: wookie/site/trunk/content/docs/developer/release-process.mdtext
URL: http://svn.apache.org/viewvc/wookie/site/trunk/content/docs/developer/release-process.mdtext?rev=1461377&r1=1461376&r2=1461377&view=diff
==============================================================================
--- wookie/site/trunk/content/docs/developer/release-process.mdtext (original)
+++ wookie/site/trunk/content/docs/developer/release-process.mdtext Tue Mar 26 23:44:35 2013
@@ -185,8 +185,12 @@ Ideally we'd want a +3 from the committe
 
 ### 10. Run the build script
 
-  1. Switch back to the created tag version. Run the ant task 'build-release-all' found in the root build.xml file
-    - either use eclipse to run it or use 'ant build-release-all' on the command line at the wookie root folder
+  1. Switch back to the created tag version. 
+
+     svn switch https://svn.apache.org/repos/asf/wookie/tags/0.14.0
+    
+  1. Run the ant task 'build-release-all' found in the root build.xml file
+      - either use eclipse to run it or use 'ant build-release-all' on the command line at the wookie root folder
   1. This should generate a new folder at the root of wookie called 'release' containing the following structure...
   
         release
@@ -221,6 +225,7 @@ Ideally we'd want a +3 from the committe
     - the source builds will build from the command prompt, using 'ant compile-core'
     - the standalone builds will run when you click it's startup script (May need to add executable permissions on mac/linux)
     - examine the WAR build for integrity (also ideally drop the WAR file into a preconfigured tomcat/mysql instance on your machine to make sure it deploys/works okay)
+  1. Don't forget you need to switch back to trunk
 
 ### 11. Upload the artifacts to https://dist.apache.org/repos/dist/dev/wookie/