summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-28 16:17:51 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-28 16:17:51 +0000
commitf07d53ee4573a935599077c7b91ba2d3249c474f (patch)
treecde4d24c11302c80eecca37a8540d33a8f656f65 /sca-java-1.x/branches
parentd9e57014cf2c715eb70bc77805ba49a29057bae6 (diff)
TUSCANY-3759: Document Tuscany Erlang binding incompatibility with current Erlang/OTP runtime
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028371 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING8
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-reference/README3
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-service/README3
3 files changed, 14 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING b/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING
index 926c8b397d..40e95fa63f 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING
+++ b/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING
@@ -26,6 +26,14 @@ Initial Setup
Unix users:
export MAVEN_OPTS=-Xmx256m -XX:MaxPermSize=256m
+5) You don't need any other software installed to run the Apache Tuscany SCA
+ build. However, if you have Erlang/OTP installed and in your path, you could
+ experience build problems if the version of Erlang/OTP in your path isn't
+ compatible with the Apache Tuscany SCA Erlang binding. To ensure that the
+ Apache Tuscany SCA build runs cleanly, you should either put the R12B version
+ of Erlang/OTP in your path or completely remove Erlang/OTP from your path
+ when running the Apache Tuscany SCA build. See TUSCANY-3759 for details.
+
Building
--------
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-reference/README b/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-reference/README
index e0c1a5c89f..ced99d6d10 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-reference/README
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-reference/README
@@ -8,6 +8,9 @@ first.
In order to run Erlang samples you need to have Erlang/OTP distribution installed -
epmd binary is required in your system path. See http://erlang.org for downloads.
+The Tuscany SCA Erlang binding is compatible with Erlang/OTP version R12B but
+doesn't work correctly with some later versions including R14B. See TUSCANY-3759
+for details.
If you just want to run it to see what happens you need to run the server first
so open a command prompt, navigate to the helloworld-erlang-service sample directory
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-service/README b/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-service/README
index ed21c91098..a702f5df89 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-service/README
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-service/README
@@ -8,6 +8,9 @@ first.
In order to run Erlang samples you need to have Erlang/OTP distribution installed -
epmd binary is required in your system path. See http://erlang.org for downloads.
+The Tuscany SCA Erlang binding is compatible with Erlang/OTP version R12B but
+doesn't work correctly with some later versions including R14B. See TUSCANY-3759
+for details.
If you just want to run it to see what happens open a command prompt, navigate
to this sample directory and do: