2011-05-08 16:59:17 +02:00
|
|
|
.. _support:
|
2011-05-06 08:45:15 +02:00
|
|
|
|
2012-10-16 10:54:21 +02:00
|
|
|
#########
|
|
|
|
|
Project
|
|
|
|
|
#########
|
|
|
|
|
|
2012-08-21 10:14:50 +02:00
|
|
|
Commercial Support
|
2012-10-16 10:54:21 +02:00
|
|
|
^^^^^^^^^^^^^^^^^^
|
2011-05-06 08:45:15 +02:00
|
|
|
|
2011-12-15 14:26:17 +01:00
|
|
|
Commercial support is provided by `Typesafe <http://typesafe.com>`_.
|
|
|
|
|
Akka is now part of the `Typesafe Stack <http://typesafe.com/stack>`_.
|
2011-05-08 10:23:05 +02:00
|
|
|
|
2012-08-21 10:14:50 +02:00
|
|
|
Mailing List
|
2012-10-16 10:54:21 +02:00
|
|
|
^^^^^^^^^^^^
|
2011-05-08 16:59:17 +02:00
|
|
|
|
|
|
|
|
`Akka User Google Group <http://groups.google.com/group/akka-user>`_
|
|
|
|
|
|
|
|
|
|
`Akka Developer Google Group <http://groups.google.com/group/akka-dev>`_
|
|
|
|
|
|
2011-05-08 10:23:05 +02:00
|
|
|
|
2012-08-21 10:14:50 +02:00
|
|
|
Downloads
|
2012-10-16 10:54:21 +02:00
|
|
|
^^^^^^^^^
|
2011-05-06 08:45:15 +02:00
|
|
|
|
2012-10-24 14:37:21 +02:00
|
|
|
`<http://typesafe.com/stack/downloads/akka/>`_
|
2011-05-08 10:23:05 +02:00
|
|
|
|
|
|
|
|
|
2012-08-21 10:14:50 +02:00
|
|
|
Source Code
|
2012-10-16 10:54:21 +02:00
|
|
|
^^^^^^^^^^^
|
2011-05-06 08:45:15 +02:00
|
|
|
|
2011-05-08 10:23:05 +02:00
|
|
|
Akka uses Git and is hosted at `Github <http://github.com>`_.
|
|
|
|
|
|
2012-03-05 10:27:00 +01:00
|
|
|
* Akka: clone the Akka repository from `<http://github.com/akka/akka>`_
|
2011-05-08 10:23:05 +02:00
|
|
|
|
|
|
|
|
|
2012-08-21 10:14:50 +02:00
|
|
|
Releases Repository
|
2012-10-16 10:54:21 +02:00
|
|
|
^^^^^^^^^^^^^^^^^^^
|
2011-05-06 08:45:15 +02:00
|
|
|
|
2012-03-08 16:33:47 +13:00
|
|
|
The Akka Maven repository can be found at http://repo.akka.io/releases/.
|
2011-08-28 22:16:26 +02:00
|
|
|
|
2011-12-15 15:39:30 +13:00
|
|
|
Typesafe provides http://repo.typesafe.com/typesafe/releases/ that proxies
|
|
|
|
|
several other repositories, including akka.io. It is convenient to use the
|
|
|
|
|
Typesafe repository, since it includes all external dependencies of Akka. It is
|
|
|
|
|
a "best-effort" service, and if it is unavailable you may need to use the
|
|
|
|
|
underlying repositories directly.
|
2011-08-28 22:16:26 +02:00
|
|
|
|
2012-03-08 16:33:47 +13:00
|
|
|
* http://repo.akka.io/releases/
|
2011-12-15 15:39:30 +13:00
|
|
|
* http://repository.codehaus.org/
|
2011-08-28 22:16:26 +02:00
|
|
|
* http://guiceyfruit.googlecode.com/svn/repo/releases/
|
|
|
|
|
* http://repository.jboss.org/nexus/content/groups/public/
|
2011-12-15 15:39:30 +13:00
|
|
|
* http://download.java.net/maven/2/
|
|
|
|
|
* http://oss.sonatype.org/content/repositories/releases/
|
|
|
|
|
* http://download.java.net/maven/glassfish/
|
|
|
|
|
* http://databinder.net/repo/
|
2011-05-08 10:23:05 +02:00
|
|
|
|
2011-11-18 13:12:14 +01:00
|
|
|
|
2012-08-21 10:14:50 +02:00
|
|
|
Snapshots Repository
|
2012-10-16 10:54:21 +02:00
|
|
|
^^^^^^^^^^^^^^^^^^^^
|
2011-12-15 15:39:30 +13:00
|
|
|
|
2012-03-08 16:33:47 +13:00
|
|
|
Nightly builds are available in http://repo.akka.io/snapshots/ and proxied through
|
2011-12-15 15:39:30 +13:00
|
|
|
http://repo.typesafe.com/typesafe/snapshots/ as both ``SNAPSHOT`` and
|
|
|
|
|
timestamped versions.
|
|
|
|
|
|
|
|
|
|
For timestamped versions, pick a timestamp from
|
2012-09-21 10:47:58 +02:00
|
|
|
http://repo.typesafe.com/typesafe/snapshots/com/typesafe/akka/akka-actor_@binVersion@/.
|
2011-11-18 13:12:14 +01:00
|
|
|
All Akka modules that belong to the same build have the same timestamp.
|
|
|
|
|
|
2012-10-16 10:54:21 +02:00
|
|
|
sbt definition of snapshot repository
|
|
|
|
|
-------------------------------------
|
|
|
|
|
|
|
|
|
|
Make sure that you add the repository to the sbt resolvers::
|
2011-11-18 13:12:14 +01:00
|
|
|
|
2011-12-15 15:39:30 +13:00
|
|
|
resolvers += "Typesafe Snapshots" at "http://repo.typesafe.com/typesafe/snapshots/"
|
2011-11-18 13:12:14 +01:00
|
|
|
|
2011-12-15 15:39:30 +13:00
|
|
|
Define the library dependencies with the timestamp as version. For example::
|
2011-11-18 13:12:14 +01:00
|
|
|
|
2012-11-20 17:18:37 +01:00
|
|
|
libraryDependencies += "com.typesafe.akka" % "akka-remote_@binVersion@" %
|
|
|
|
|
"2.1-20121016-001042"
|
2012-10-16 10:54:21 +02:00
|
|
|
|
|
|
|
|
maven definition of snapshot repository
|
|
|
|
|
---------------------------------------
|
|
|
|
|
|
|
|
|
|
Make sure that you add the repository to the maven repositories in pom.xml::
|
|
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>typesafe-snapshots</id>
|
|
|
|
|
<name>Typesafe Snapshots</name>
|
|
|
|
|
<url>http://repo.typesafe.com/typesafe/snapshots/</url>
|
|
|
|
|
<layout>default</layout>
|
|
|
|
|
</repository>
|
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
|
|
Define the library dependencies with the timestamp as version. For example::
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.typesafe.akka</groupId>
|
|
|
|
|
<artifactId>akka-remote_@binVersion@</artifactId>
|
|
|
|
|
<version>2.1-20121016-001042</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
2011-05-08 10:23:05 +02:00
|
|
|
|