Skip to main content

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

Maybe ant 1.7.1 should be moved to /shared/common ? Same for Java ? 

I created a bin directory in /shared/common that has links for ruby and gem, if you are into that.

Thanks,

Antoine

On Tue, Dec 9, 2008 at 6:50 PM, Oisin Hurley <oisin.hurley@xxxxxxxxx> wrote:
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
_______________________________________________
stp-dev mailing list
stp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/stp-dev



--
http://www.lunar-ocean.com/blog


Back to the top