Personal tools
You are here: Home Developer Infrastructure Teams Build and Release Building Kepler 1.0

Building Kepler 1.0

checkouts:

svn co https://code.kepler-project.org/code/kepler-docs/tags/RELEASE_1_0_0/

svn co svn+ssh://source.eecs.berkeley.edu/chess/ptII/tags/rel-7-0-beta-2

svn co https://code.kepler-project.org/code/kepler/tags/kepler-1.0.0-tag-release/

exports:

PTII=<your ptII path>

KEPLER=<your kepler path>

edit

kepler/install/build/install.xml - comment out the packs for the OS you are not building for, and uncomment the pack that you are building for.  i.e., if you are building for OSX, uncomment starting at line 282 <pack name="Mac Base" required="yes" os="Mac">.  Make sure all of the other packs are commented out.  Read the note on line 74 of the install.xml file for the reason why you need (or don't need) to do this.

If you want to install R with the installation, uncomment out the R pack.

ant:

ant ptolemy

ant buildkarlib

ant cleanupformac / cleanupforwin / cleanupforlinux (depending on the OS you're building for.  this task is optional.  It just reduces the size of the distribution for each OS)

ant makeinstaller (builds the installer jar file)

 

Document Actions