Changes between Version 2 and Version 3 of ReleasingApplications


Ignore:
Timestamp:
Aug 11, 2010, 2:24:19 PM (14 years ago)
Author:
Kevin Milner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleasingApplications

    v2 v3  
    77* update.major.version - updates the major (first) version. For example, this will update from 1.5.2 to 2.0.0
    88* update.minor.version - updates the major (first) version. For example, this will update from 1.5.2 to 1.6.0
    9 * update.build.number - '''should not be used here'''
     9* update.build.number - '''(only do this when [#Updatingthecurrentrelease updating the current release])''' updates the build number. For example, this will update from 1.5.2 to 1.5.3
    1010
    1111Commit the newly modified file [source:trunk/ant/include/build.version ant/include/build.version] to trunk.
     
    5252[5:opensha] /usr/local/tomcat/default/webapps/OpenSHA/WEB-INF/ant: ./runAnt.sh cc-build-test.xml restart.tomcat
    5353}}}
     54
     55== Updating the current release ==
     56To update the current release, first make sure all changes are in the release branch. If the changes that you need were developed in trunk, you'll need to merge the change into the release branch (and the commit it). If the change was made in the release branch and it's something you want to keep, you should merge it back to trunk.
     57
     58You should update the build number in the release branch as well, then commit the change. See [#UpdateBuildVersion Update Build Version] above.
     59
     60Once the updates are in the release branch on SVN, you'll need to update the checked out copy on the server. SSH into !opensha@opensha.usc.edu then navigate to the Tomcat development build directory (for more information see [wiki:TomcatConfig Tomcat Configuration]).
     61{{{
     62kevin@milner:~$ ssh opensha@opensha.usc.edu
     63Last login: Wed Aug 11 14:09:07 2010 from milner.usc.edu
     64[1:opensha] ~: cd /usr/local/tomcat/default/webapps/OpenSHA/WEB-INF
     65}}}
     66Then rebuild the project
     67{{{
     68[2:opensha] /usr/local/tomcat/default/webapps/OpenSHA/WEB-INF: ./rebuild.sh
     69}}}