Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stp-dev] SCA Tools build

Here's an update on the build for SCA tools. It's a fast How-to.
First, you need some paths set up in your bashrc - here's what
I have:

export ANT_HOME=/shared/stp/apps/apache-ant-1.7.1
export JAVA_HOME=/shared/stp/apps/ibm-java2-sdk-5.0-6.0-linux-ppc
export RUBY_HOME=/shared/common/ruby-1.8.7
export PATH=${ANT_HOME}/bin:${RUBY_HOME}/bin:${JAVA_HOME}/bin:$PATH

* check out the sca-tools from trunk
* cd build/buckminster
* ant -Dbase.directory=`pwd`/mybuild build build.site

And next thing you know you will have an update site built :)

Antoine is adding a ruby script on top of this to make it a little
bit nicer to use.

It's a work in progress, still.

For packing, and digesting, and signing and all that, there are a
selection of scripts available in [0], you can see how they are
meant to be used by reading [1], BUT I know [1] is a little out of
date.

[0] http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.build/build/trunk/buckminster/scripts/
[1] http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.build/build/trunk/how-to-build.txt


Back to the top