Preparation
To download the source you will need a subversion client. Linux distributions typically come with a command line svn tool. Tortoise SVN seems popular on windows.
You will also need maven and a 1.5 JDK. Maven can be downloaded from Apache Maven Site
Choose and download a source level
Tuscany's Java source can be found in subversion at https://svn.apache.org/repos/asf/incubator/tuscany/. You can either build directly from HEAD, or use one of the tags. Building from head means you'll always be building the latest stuff... however, the down side of this is that it's unstable and may sometimes fail to build. The following table should help you choose what to check out. You'll need a subversion client to
| Why https ? If you prefer you can use http instead of https. Personally I've found that https is more reliable than http, however I think this may be down to my local network and invisible proxies. |
Do you need to overlay, or can you just download the tag and mvn from there ?
Build it
Building "HEAD"
Building "pre-spec-changes"