DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
1. Downloaded the modified code from [1|https://svn.apache.org/repos/asf/incubator/tuscany/sandbox/mobile-android].
2. Downloaded SCA modules from [2|https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/modules] and installed as shown below:
| Code Block |
|---|
svn checkout --revision 643746 https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/modules |
...
cd modules |
...
mvn clean install -Dtest=no |
...
mvn -Peclipse eclipse:eclipse -Dtest=no |
3. Created a new eclipse workspace and set the M2_REPO variable as shown below:
...