[kepler-dev] [Bug 4159] - Cut 2.0-alpha/SanParks release

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Thu Jul 2 11:46:49 PDT 2009


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4159





------- Comment #2 from berkley at nceas.ucsb.edu  2009-07-02 11:46 -------
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


More information about the Kepler-dev mailing list