Created
January 24, 2011 02:51
-
-
Save justinedelson/792744 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git clone git://github.com/justinedelson/jruby-osgi-testing.git | |
$ cd jruby-osgi-testing/tests | |
$ mvn -Djruby.version=1.6.0.RC1 clean install | |
blah blah blah... the service implementation tests fail due to JRUBY-5414 | |
apply patch to JRUBY-5414 and rebuild... | |
$ cd $JRUBY_SRC | |
$ ant jar-complete | |
Then rerun tests | |
$ mvn -Djruby.path=$JRUBY_SRC/lib/jar-complete clean install | |
blah blah blah... only one of the service implementation tests fail (the one using RedBridge) | |
Here's the specific error: | |
<script>:2:in `(class SampleServiceImplementation)': no such file to load -- builtin/javasupport (LoadError) | |
from <script>:1:in `(root)' | |
https://github.com/justinedelson/jruby-osgi-testing/blob/master/tests/src/test/java/com/justinedelson/jrubyosgi/tests/jsr223/ServiceImplementationTest.java - passing | |
https://github.com/justinedelson/jruby-osgi-testing/blob/master/tests/src/test/java/com/justinedelson/jrubyosgi/tests/redbridge/ServiceImplementationTest.java - failing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment