mkristian / jar-dependencies

manage jar dependencies for ruby gems
MIT License
34 stars 19 forks source link

logstash-5.1.1: NoMethodError: undefined method `info' for Jars:Module #51

Closed gjelu closed 7 years ago

gjelu commented 7 years ago

Hi,

This is linked to #https://github.com/elastic/logstash/issues/6396

After installing jar-depedencies-0.3.8 we receive the following error:

NoMethodError: undefined method `info' for Jars:Module

Full output attached: console_output.txt

cpiment commented 7 years ago

Hi,

I'm getting the same error

Centos 7.2 JRuby: jruby 9.1.6.0 (2.3.1) 2016-11-09 0150a76 Java HotSpot(TM) 64-Bit Server VM 25.111-b14 on 1.8.0_111-b14 +jit [linux-x86_64] Bundle: Bundler version 1.13.7

Complete verbose output: bundle_install_log.txt

cpiment commented 7 years ago

I made these changes and now it seems to work. It shows a Warning because I have a settings.xml Maven file with proxy settings:

<Fork deleted since it is not necessary anymore due to: https://github.com/mkristian/jar-dependencies/commit/7718969c43da556dff0c57b81545687badb39c32 >

Do you want me to send it as PR?

Regards Carlos

mkristian commented 7 years ago

@cpiment I did not see your patch before I did my patch yesterday. if the latest still does not work please feel free to make a PR I will release it asap then.

cpiment commented 7 years ago

@mkristian Don't worry, it works with 0.3.9 version :). Thank you!