Changeset 420


Ignore:
Timestamp:
03/13/06 18:43:46 (19 years ago)
Author:
boris
Message:
  • redone the release man-script a bit, let's see if it works this time
File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/HACKING

    r309 r420  
    123123   a release:
    124124   
    125     - org.modelica.mdt.tests
    126     - org.modelica.mdt.core
    127     - org.modelica.mdt.omc
    128     - org.modelica.mdt.ui
    129    
    130  * run the regression tests
    131    If some of the tests fail, go back to the drawing board.
    132    
    133  * remove all projects from the workspace
    134  
    135  * make a version tag in the repository
    136  
    137  * checkout from version tag location in the repository:
    138 
    139125    - org.modelica.mdt.core
    140126    - org.modelica.mdt.omc
     
    142128    - org.modelica.mdt.feature
    143129    - org.modelica.mdt.site
    144  
    145  * update version number in org.modelica.mdt/plugin.xml
     130    - org.modelica.mdt.test
     131
     132 * if you have trouble building do this:
     133   - update classpath on core, omc, ui and test plugins
     134     (PDE Tools -> Update classpath... from context menu on project node)
     135   - make sure Java Compiler is set to version 5 (1.5) on projects or globaly
     136   
     137 * run the regression tests
     138   If some of the tests fail, go back to the drawing board.
     139
     140 * update version number in:
     141    org.modelica.mdt.core/plugin.xml
     142    org.modelica.mdt.omc/plugin.xml
     143    org.modelica.mdt.ui/plugin.xml
     144    org.modelica.mdt.feature/feature.xml
     145
     146 * commit changes
    146147 
    147148 * run 'PDE tools'->'Build site' from the context menu of
    148149   org.modelica.mdt.site/site.xml
    149150
    150  * export the update site to a public webserver, use 'Export'->'File System'
    151    wizard. Make sure that both features and plugin directories are exported.     
     151 * export the update site to a test location on a webserver, use
     152   'Export'->'File System' wizard. Make sure that both features and plugin
     153   directories are exported.   
    152154   
    153155 * test with a clean eclipse installation that the MDT-plugin installs correctly
     
    155157   Check that it runs as expected.
    156158   
     159 * upload the binaries to the offical update site
     160   
    157161 * enjoy the release party!
    158162 
Note: See TracChangeset for help on using the changeset viewer.