Conversation
…bin.tar.gz to: ${rootProject.projectDir.path}/apache-river-dist/apache-river-3.0.0. test failure: GreeterServiceTest.java:68
|
The main issue here as the river version was 3.0.0, not 3.0. The startme plugin had 3.0 hard coded. However, something very strange happened when I started and ran the test: Jan 10, 2016 11:32:26 AM org.apache.river.jeri.internal.mux.StreamConnectionIO$Reader run I'll have to track that down, not sure whats going on there. As for the poms, they are in the source distribution. They also need to be updated to 3.0.0, and the scripts for installing and deploying them need to be changed as well. HTH |
Not intended for merge! To test, copy contents of: apache-river-3.0.0-bin.tar.gz to: ${rootProject.projectDir.path}/apache-river-dist/apache-river-3.0.0.
I made a guess at the groovy dependency.
I get the following test failure: GreeterServiceTest.java:68
Any idea what I'm missing?
Thanks!
PS: Where do the river poms get created? And are they available for v3?