Re: SCA distribution script

2007-04-19 Thread Simon Laws

On 4/13/07, Paulo Henrique Trecenti [EMAIL PROTECTED] wrote:


Hi,

How I can use the build of SCA?
The distribution script and same modules is not complete...
I can use the SNAPSHOT version for tests of my application...

--
Paulo Henrique Trecenti


Hi Paulo

Just going through cleaning my mail and I notice that you didn't get a
response to this. If you want to use the latest Java SCA code then it's
quite easy. First you have to check all of the Java source code from the
head of our subversion repository. If you have a command line subversion
client then you can do something like:

svn checkout https://svn.apache.org/repos/asf/incubator/tuscany/java/sca

Once you have the code you can build and run the samples using the maven
build tools. You will need Maven (2.0.4+) and a JDK (5.0+) installed but
then you do.

cd java/sca
mvn

And it should work. Let us know how you get on.

Regards

Simon


SCA distribution script

2007-04-13 Thread Paulo Henrique Trecenti

Hi,

How I can use the build of SCA?
The distribution script and same modules is not complete...
I can use the SNAPSHOT version for tests of my application...

--
Paulo Henrique Trecenti