Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I couldn't figure out how to fix this. Introduced in 1a7d10a, 7d22b20
$ mvn package -B --projects '!truffle' -Dinvoker.skip=false -Pjruby_complete_jar_extended -Dinvoker.skip=true <..> ------------------------------------------------------- T E S T S ------------------------------------------------------- Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-antrun-plugin:1.7:run (jruby_complete_jar_jruby) @ jruby-tests --- [INFO] Executing tasks main: [exec] LoadError: library `java' could not be loaded: java.lang.NoClassDefFoundError: org/objectweb/asm/Opcodes [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] JRuby .............................................. SUCCESS [ 0.167 s] [INFO] JRuby Core ......................................... SUCCESS [ 17.564 s] [INFO] JRuby Lib Setup .................................... SUCCESS [ 3.270 s] [INFO] JRuby Artifacts .................................... SUCCESS [ 0.002 s] [INFO] JRuby Complete ..................................... SUCCESS [ 10.099 s] [INFO] JRuby Integration Tests ............................ FAILURE [ 3.765 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 39.110 s [INFO] Finished at: 2016-10-12T13:42:13+06:00 [INFO] Final Memory: 102M/1031M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (jruby_complete_jar_jruby) on project jruby-tests: An Ant BuildException has occured: exec returned: 1 [ERROR] around Ant part ...<exec failonerror="true" dir="/Users/kes/Projects/ruby/jruby/test/.." executable="java">... @ 4:91 in /Users/kes/Projects/ruby/jruby/test/target/antrun/build-main.xml [ERROR] -> [Help 1] <..>
The text was updated successfully, but these errors were encountered:
Yeah I'm not sure what is up either. Something wrong with how we shade the various dependencies in but it isn't clear to me what we are doing wrong. Only affects this one!
Sorry, something went wrong.
I think something is missing here:
jruby/core/pom.rb
Line 286 in 1a7d10a
at least it would be the first trial to add 'me.qmx.jitescript:jitescript'
ee0b9b1
No branches or pull requests
I couldn't figure out how to fix this.
Introduced in 1a7d10a, 7d22b20
The text was updated successfully, but these errors were encountered: