Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Tuscany's Java source can be found in subversion at https://svn.apache.org/repos/asf/incubator/tuscany/Image Removed. 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

Branch

Comment

Subversion checkout

HEAD

The very latest, includes changes for the 1.0 SCA specifications. Not really a branch, but you know that (smile). This is actually SCA, SDO and DAS, but there isn't a neat "download just thew SCA part of Tuscany URL that I'm aware of...

svn co

https://svn.apache.org/repos/asf/incubator/tuscany/java/Image Removed

pre-spec-changes

SCA for Java as per the 0.95 version of the specification, should be more stable than head

svn co

https://svn.apache.org/repos/asf/incubator/tuscany/branches/pre-spec-changes/Image Removed

sca-java-M2

This was/is the milestone 2 release, you probably don't want this

svn co

https://svn.apache.org/repos/asf/incubator/tuscany/branches/sca-java-M2/Image Removed

Info
titleWhy 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.

...