-
-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
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
Class not found exception on ppc64le #2873
Comments
Hmm, still not picking up the platform right. |
The SEVERE message is being shown due the use of tesla-polyglot-maven-plugin version 0.1.1, which depends of jruby version 1.7.12. As this JRuby version has not ppc64 support, it will show the message, so we have a cycle dependency. |
to upgrade this tesla-polyglot-maven-plugin can be done. but to understand @lbianc the build works and the actual SEVERE comes from jruby-1.7.12 which is used the ruby scripts. |
@mkristian Can we update tesla-polyglot-maven-plugin to use 1.7.20 now, since that should work ok with ppc64? |
keep it open until the thing got released |
fixed with using the new polygot-maven |
I'm building jruby with all fix for ppc64le and there is still a SEVERE message (see below).
@headius I couldn't find from where it is coming, seems it is using jruby 1.7.12, which has not support for ppc64le, probably from there.
Is there something that we could do?
The text was updated successfully, but these errors were encountered: