Commit graph

10 commits

Author SHA1 Message Date
Roland
8c547aa2e6 update multi-jvm docs for scalatest 1.9.1 2012-12-23 20:18:19 +01:00
Roland
f48bdbecf2 update to CrossVersion.binary deps
- scala-stm_2.10 % 0.7
- scalatest_2.10 % 1.9.1
- scalacheck_2.10 % 1.10.0
2012-12-23 10:24:07 +01:00
Roland
ea08994d24 update to staged 2.10.0 release, CrossVersion.binary, see #2684 2012-12-21 17:18:03 +01:00
Björn Antonsson
c2bf33afbf Update doc with correct version of ScalaTest 2012-11-15 08:16:19 +01:00
Björn Antonsson
58c0b2beae Correct and update the SbtMultiJvm documentation. #2671 2012-11-01 15:17:44 +01:00
Björn Antonsson
6d8d4b4ec9 Correct sbt example usage of MultiJvm plugin in docs. 2012-10-03 10:49:06 +02:00
Björn Antonsson
08ef942242 Reformating configuration and examples for PDF (Scala, and leftovers). See #2413 2012-10-01 20:35:46 +02:00
Björn Antonsson
dc5b377bb1 Cleanup after merge. 2012-09-21 17:26:22 +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
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
Renamed from akka-docs/dev/multi-jvm-testing.rst (Browse further)