diff options
author | wjaniszewski <wjaniszewski@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-20 22:21:20 +0000 |
---|---|---|
committer | wjaniszewski <wjaniszewski@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-20 22:21:20 +0000 |
commit | 77dfc8e1d853ce9d14dde770825b61c58cd455b1 (patch) | |
tree | 7219b42410cb2dc3272ba0f20530f0c95a065bc2 /sandbox/wjaniszewski/erlang-readme | |
parent | 28a1f961f7f09b6179bbf5c70870982cd5b0f771 (diff) |
Erlang binding sandbox
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746388 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/wjaniszewski/erlang-readme')
-rw-r--r-- | sandbox/wjaniszewski/erlang-readme | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sandbox/wjaniszewski/erlang-readme b/sandbox/wjaniszewski/erlang-readme new file mode 100644 index 0000000000..25ac37d376 --- /dev/null +++ b/sandbox/wjaniszewski/erlang-readme @@ -0,0 +1,12 @@ +Erlang modules were created using Tuscany Java SCA 1.4 version. +To run JUnit tests you need to run Erlang Port Mapper Daemon (Epmd) which can be found in Erlang distribution: +http://erlang.org/download.html + +To build modules you need jinterface library. I didn't found it in official maven repositories, so solution is to add it manually to your private maven repository. It can be done by executing: + +mvn install:install-file -DgroupId=jinterface -DartifactId=jinterface -Dversion=1.4.2 -Dpackaging=maven-plugin -Dfile=OtpErlang.jar + +OtpErlang.jar file can be found in official Erlang distribution: +http://erlang.org/download.html +or here: +http://people.apache.org/~wjaniszewski/OtpErlang.jar
\ No newline at end of file |