Commit graph

338 commits

Author SHA1 Message Date
Roland
b96d77c15a actually build the samples
and fix the resulting breakage (of not compiling them for some time,
that is)

also remove the last casts to FiniteDuration
2012-10-15 17:17:54 +02:00
Roland
bff79c2f94 Merge remote-tracking branch 'origin/master' into wip-2.10.0-RC1-∂π
- currently cheating: uses zeroMQ artifacts for scala 2.10M7
- fixed a bunch of more wrong references to scala.concurrent.util
2012-10-15 16:18:52 +02:00
Roland
19100f1275 update versions for Scala 2.10.0-RC1
also fix a postfixOps warning and a duration error
2012-10-15 15:24:48 +02:00
Viktor Klang
ec4871e801 Removing rst_html and rst_latex 2012-10-15 14:04:49 +02:00
Patrik Nordwall
76c158e63c slf4j 1.7.2, see #2615 2012-10-12 18:46:20 +02:00
Patrik Nordwall
ec438ca2a6 Logback and slf4j dependencies, see #2615
* Latest slf4j 1.6.6
* Latest logback-classic 1.0.7
* Removed runtime scope for logback in docs
2012-10-12 14:15:00 +02:00
Roland
0f04239f67 move Duration classes according to scala 2.10 nightly and remove casts to FiniteDuration, see #2504 2012-10-11 15:18:10 -07:00
Patrik Nordwall
b965011a13 config lib 0.6.0 2012-10-11 09:26:09 +02:00
Patrik Nordwall
510a837c48 Wrong remoteConfig 2012-10-08 15:55:26 +02:00
Patrik Nordwall
a4d023e83b Test tags should be opt-out and not opt-in, see #2600
* Runs all tests by default
* Exclude with -Dakka.test.tags.exclude=long-running,timing
2012-10-08 13:27:34 +02:00
Viktor Klang
d1ff4af9fe #2601 - upgrade to Scalariform 1.0.0 2012-10-05 02:42:09 +02:00
Peter Vlugter
3dea880ca3 Add docs publishing 2012-10-02 06:49:20 -07:00
Roland
323e2c04ff fixes based on review comments 2012-10-02 11:37:31 +02:00
Roland
cc669c3838 integrate akka-contrib docs into akka-docs build
using the awesomized sbt-site plugin!
2012-10-02 11:37:31 +02:00
Peter Vlugter
ed7d22dc54 Update enabling of sphinx pdf generation 2012-10-02 11:37:31 +02:00
Peter Vlugter
4ca5cf88f3 Use sbt-site plugin to generate sphinx docs 2012-10-02 11:37:31 +02:00
Roland
0afc3b1721 add ReliableProxy pattern to demo akka-contrib 2012-10-02 11:37:31 +02:00
Roland
6163470d97 add akka-contrib area, see #2553
- also add disclaimers to the <description> of experimental modules’
  POMs
2012-10-02 11:37:31 +02:00
Patrik Nordwall
4c5b245b34 Make multiNodeTargetDirName configurable by system property, see #2580 2012-10-01 14:38:46 +02:00
Viktor Klang
f2b077c31f Removing non-needed section for version numbers in the AkkaBuild 2012-09-28 00:31:27 +02:00
RayRoestenburg
d0a50f66e7 Tickets #1924 #1925 #2383 #2387 #1927 #1926
Changed unlimited blocking to block up untill the replyTimeout, and added a test for it, where manual Ack is never received ticket #1926

removed unnecesary methods
2012-09-25 17:57:07 -05:00
Viktor Klang
c27d4042b0 Merge branch 'master' of github.com:akka/akka 2012-09-24 22:37:28 +02:00
Viktor Klang
35f82f8f84 Making sure that akka-docs also has the CPS plugin enabled, for the dataflow doc spec 2012-09-24 22:37:06 +02:00
Viktor Klang (√)
6cb7a8cb79 Merge pull request #732 from akka/wip-2097-√
#2097 - Adding ls-sbt for all akka projects.
2012-09-24 12:25:20 -07:00
Viktor Klang
76988511b2 Minor cleanup of ls-sbt config 2012-09-24 14:36:20 +02:00
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
Viktor Klang
a44baf0f44 #2097 - Adding ls-sbt for all akka projects. 2012-09-24 11:52:02 +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