Bug #4159
closedCut 2.0-alpha/SanParks release
0%
Description
Tasks:
- Cut the release (tag)
- Create installers for mac, windows, linux
- test all 2.0-alpha targeted functionality of kepler via the installed version (not the SVN version)
- make sure to include all documentation
- upload release to kepler-project.org
add further tasks below.
Related issues
Updated by Chad Berkley over 15 years ago
created branch
http://code.kepler-project.org/code/kepler/branches/release-2.0.0-pre-alpha1-branch/ for the release.
Updated by Chad Berkley over 15 years ago
Added new functionality to the build system. This is checked into the branch, but not into the trunk. Should probably be merged after this release is over unless David sees a better way to do what I did.
First, the change-to -Dbranch=... allows a suite to be checked out from a branch. Second, the change-to -DptolemyBranch=... allows ptolemy to be checked out from a ptolemy branch so that kepler can be released with stable ptolemy releases.
The method for getting the branch is now:
svn co https://code.kepler-project.org/code/kepler/branches/release-2.0.0-pre-alpha1-branch/modules/build-area build-area
ant change-to -Dsuite=wrp -Dbranch=https://code.kepler-project.org/code/kepler/branches/release-2.0.0-pre-alpha1-branch -DptolemyBranch=svn://source.eecs.berkeley.edu/chess/ptII/branches/rel-8-0-beta
ant run
Updated by Chad Berkley over 15 years ago
Kepler 2.0.0-pre-alpha1 is now released. I've documented the build branching arguments in the build instructions here:
https://kepler-project.org/developers/teams/build/documentation/build-system-instructions#running-and-building-from