You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/10/28 18:17:52 UTC

svn commit: r1028371 - in /tuscany/sca-java-1.x/branches/sca-java-1.6.1: distribution/src/main/release/src/BUILDING samples/helloworld-erlang-reference/README samples/helloworld-erlang-service/README

Author: nash
Date: Thu Oct 28 16:17:51 2010
New Revision: 1028371

URL: http://svn.apache.org/viewvc?rev=1028371&view=rev
Log:
TUSCANY-3759: Document Tuscany Erlang binding incompatibility with current Erlang/OTP runtime

Modified:
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-reference/README
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-service/README

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING?rev=1028371&r1=1028370&r2=1028371&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/release/src/BUILDING Thu Oct 28 16:17:51 2010
@@ -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
 --------

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-reference/README
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-reference/README?rev=1028371&r1=1028370&r2=1028371&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-reference/README (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-reference/README Thu Oct 28 16:17:51 2010
@@ -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 

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-service/README
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-service/README?rev=1028371&r1=1028370&r2=1028371&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-service/README (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-erlang-service/README Thu Oct 28 16:17:51 2010
@@ -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: