You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Paulo Henrique Trecenti <pt...@gmail.com> on 2007/04/13 18:29:57 UTC

SCA distribution script

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

Re: SCA distribution script

Posted by Simon Laws <si...@googlemail.com>.
On 4/13/07, Paulo Henrique Trecenti <pt...@gmail.com> 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