mkristian / jar-dependencies

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

snakeyaml jar of default psych gems fails to load with leafy-complete #28

Closed mkristian closed 8 years ago

mkristian commented 9 years ago

one of the leafy-xyz gems has a provided snakeyaml jar dependencies, creating a Jars.lock with this gems puts the provided jars as already loaded, i.e. psych_jars.rb fails to load this snakeyaml jar

needs to be more intelligent on provided jars, i.e. check the classpath if the jar already loaded. or something along this.

mkristian commented 9 years ago

this only concerns jruby-9k

mkristian commented 8 years ago

closing with new Jars.lock generation this not a problem anymore