Commit graph

312 commits

Author SHA1 Message Date
Viktor Klang
956ec5990f #2536 - Fixing docs and making sure test artifacts are published for Akka Mailboxes Common 2012-09-24 12:07:22 +02:00
Roland
472637f799 fix akka-docs build after sphinx run 2012-09-22 12:15:47 +02:00
Patrik Nordwall
d2747df451 Merge branch 'master' into wip-2437-doc-cluster-test-patriknw
Conflicts:
	project/AkkaBuild.scala
2012-09-22 09:16:05 +02:00
Björn Antonsson
78597ed7c1 Merge branch 'master' into wip-2349-multi-node-and-multi-jvm-doc-ban
Conflicts:
	project/plugins.sbt
2012-09-21 17:00:34 +02:00
Patrik Nordwall
158f32e99b Merge branch 'master' into wip-2437-doc-cluster-test-patriknw 2012-09-21 16:50:18 +02:00
Roland
03d968b10e add some comments, fix experimental status of cluster 2012-09-21 15:53:59 +02:00
Roland
9bc01ae265 add preprocessor for RST docs, see #2461 and #2431
The idea is to filter the sources, replacing @<var>@ occurrences with
the mapping for <var> (which is currently hard-coded). @@ -> @. In order
to make this work, I had to move the doc sources one directory down
(into akka-docs/rst) so that the filtered result could be in a sibling
directory so that relative links (to _sphinx plugins or real code) would
continue to work.

While I was at it I also changed it so that WARNINGs and ERRORs are not
swallowed into the debug dump anymore but printed at [warn] level
(minimum).

One piece of fallout is that the (online) html build is now run after
the normal one, not in parallel.
2012-09-21 13:58:47 +02:00
Viktor Klang (√)
77e24c022b Merge pull request #723 from akka/wip-2378-√
Wip 2378 √
2012-09-21 03:02:25 -07:00
Patrik Nordwall
7bb125385b Describe how to write cluster test, see #2437 2012-09-21 11:48:47 +02:00
Björn Antonsson
b88f8e4b85 Merge pull request #721 from akka/wip-2528-change-testconductor-and-multijvmplugin-properties-ban
Change multinode properties used by MultiNodeSpec. See #2528
2012-09-21 01:37:58 -07:00
Björn Antonsson
67f0de87b1 Multi Node Testing Docs and Sample. See #2349 2012-09-20 21:55:09 +02:00
Viktor Klang
527771d249 Cleaning up dataflow docs a bit 2012-09-20 16:42:09 +02:00
Patrik Nordwall
51a962fbee Merge pull request #703 from akka/wip-cluster-docs-patriknw
Lots of cluster documentation
2012-09-20 04:05:40 -07:00
Björn Antonsson
f9f4bf8c1f Changed multinode properties used by MultiNodeSpec. See #2528. 2012-09-20 12:01:49 +02:00
Patrik Nordwall
9423d37da9 Merge branch 'master' into wip-cluster-docs-patriknw
Conflicts:
	project/AkkaBuild.scala
2012-09-20 10:40:08 +02:00
Viktor Klang
2893b0f467 Update to the latest community build. 2012-09-20 10:22:52 +02:00
Viktor Klang
db17e5c5be #2402 - Cleaning up repositories used by the AkkaBuild 2012-09-19 15:04:27 +02:00
Viktor Klang
0d91c33fcf #2522 - Fixing so that an explicitly system-propertied target repository is used for the nightly sbt plugin. 2012-09-18 15:49:02 +02:00
Viktor Klang (√)
8420c35de0 Merge pull request #712 from akka/wip-2492-√
Wip 2492 √
2012-09-18 05:41:23 -07:00
Björn Antonsson
4a6e0b4cd1 Merge branch 'master' into wip-2497-ensure-that-packages--do-not-cross-artifacts-ban 2012-09-18 13:30:04 +02:00
Viktor Klang
e00aa0f0ce #2492 - Skipping publishArtifact for sample libs 2012-09-18 12:26:00 +02:00
Viktor Klang
035770c4d9 #2492 - Dropping the samples from the dist, still published though. 2012-09-18 12:08:28 +02:00
Björn Antonsson
238bb474a4 Make multi-jvm-tests compile with normal tests (again). See #2316 2012-09-18 12:06:53 +02:00
Björn Antonsson
7dac4d8faf Clean up akka-file-mailbox for OSGi. #see 2497 2012-09-17 13:48:31 +02:00
Björn Antonsson
5f63469264 Clean up akka-remote for OSGi and re-enable OSGi bundles. See #2497 2012-09-17 13:47:57 +02:00
Björn Antonsson
1715c60190 Disable OSGI for now. 2012-09-17 09:51:59 +02:00
Viktor Klang (√)
ee8034e142 Merge pull request #690 from akka/wip-2472-√
#2472 - making the akka-sbt-plugin publish via Ivy, and removed redundan...
2012-09-13 08:56:34 -07:00
Björn Antonsson
0088c937f2 Merge pull request #701 from akka/wip-2494-publish-sbt-multi-jvm-releas-ban
Publish sbt-multi-jvm 0.2.0 release. See #2494
2012-09-13 04:19:19 -07:00
Patrik Nordwall
0524ba0a65 Cluster documentation
* 2 Sample applications with main programs to play with,
  and multi-node tests to illustrate testing, and
  code snippets for inclusion in rst docs
* TransformationSample illustratates subscription to
  cluster events
* StatsSample illustrates usage of cluster aware routers, both
  lookup and deploy
2012-09-13 11:35:04 +02:00
Björn Antonsson
1cb191e958 Changed sbt-multi-jvm version and naming according to plugin guidelines. See #2494 2012-09-13 09:24:35 +02:00
Björn Antonsson
afe30e9038 Removed all dependencies to ScalaTest in the published artifacts. See #1802 2012-09-12 15:12:13 +02:00
Björn Antonsson
6c25954a2d Merge branch 'master' into wip-1802-multijvm-test-harnesses-needs-to-be-published-ban 2012-09-12 11:09:26 +02:00
Viktor Klang
3e6097e89a Also changing the publishTo target for the plugin as per Josh Suereth's suggestion 2012-09-11 21:23:31 +02:00
Patrik Nordwall
a6a2eba231 Mark cluster as experimental, see #2455
* Speparate section in docs, explaining what experimental means
* Renamed the artifactId to akka-cluster-experimental and
 akka-remote-tests-experimental
2012-09-11 09:18:00 +02:00
Björn Antonsson
7299450121 Make akka-testkit and akka-remote-tests contain enough for MultiNodeSpec. See #1802 2012-09-10 13:14:48 +02:00
Viktor Klang
c3e90352a3 #2472 - making the akka-sbt-plugin publish via Ivy, and removed redundant OSGi settings from AkkaBuild 2012-09-10 02:05:04 +02:00
Viktor Klang
5073d62f5b #2478 - switching Typesafe Config dependency to 0.5.2 2012-09-07 00:27:27 +02:00
Björn Antonsson
9721a9778f Bumped version of multi-jvm to 0.2.0-M5 and override multi-node-java. See #2443 2012-09-03 14:25:55 +02:00
Björn Antonsson
1ee7a84178 Make sure that compile in test will compile MultiJvm test as well. See #2316 2012-08-30 13:16:36 +02:00
Björn Antonsson
a48dca8e1e Allow project scala version to be set with a property. See #2429 2012-08-29 12:39:17 +02:00
Roland
04159dc931 fix scalaBinaryVersion for sbt plugin 2012-08-22 18:36:13 +02:00
Roland
d110836629 make all tests pass again with 2.10.0-M7 2012-08-22 17:30:46 +02:00
Roland
a15900a591 port onto SBT-0.12 branch 2012-08-22 11:10:36 +02:00
Björn Antonsson
7b880fee55 Remove references to deleted akka-tutorials in the build. See #2415 2012-08-21 08:56:22 +02:00
Björn Antonsson
09cd0d5ea8 Merge branch 'wip-2353-update-to-sbt-0.12-ban'
Conflicts:
	project/AkkaBuild.scala
2012-08-20 20:58:51 +02:00
Björn Antonsson
6e60c4dd21 Akka now builds and tests with sbt 0.12.0. See #2353 2012-08-20 12:06:49 +02:00
Björn Harrtell
c4228b7c30 Upgrade Netty from 3.5.3 to 3.5.4
Once again I'd like to see an upgrade to Netty as Android support was broken somewhere after 3.3.1 but is fixed again as of 3.5.4 as described by https://github.com/netty/netty/issues/458
2012-08-18 11:26:00 +03:00
Roland
daefaaa75d Merge branch 'wip-2362-ActorDSL-∂π' 2012-08-17 14:33:25 +02:00
Patrik Nordwall
1700edb863 Merge branch 'master' into wip-2202-cluster-domain-events-patriknw
Conflicts:
	akka-cluster/src/main/scala/akka/cluster/ClusterDaemon.scala
2012-08-16 18:54:10 +02:00
Patrik Nordwall
331cd7fca3 WIP cluster docs 2012-08-16 14:48:15 +02:00