jar-dependencies icon indicating copy to clipboard operation
jar-dependencies copied to clipboard

Newbie: Explain the relationship between jar-dependencies and jbundler

Open lonniev opened this issue 4 years ago • 2 comments

@mkristian you are the author of both jar-dependencies and jbundler so you are the best to ask: what is the intended relationship between jbundler and jar-dependencies? Are they solving the same problem and one replaces the earlier attempt? Or, no, one is for obtaining the jars and the other is for setting up a gem to use the downloaded jars?

Perhaps write an additional section of HowTo/ReadMe that describes the complete process of writing a gem which uses one or more maven-central artifacts?

lonniev avatar Aug 15 '20 00:08 lonniev

jar-dependencies is meant to replace jbundler completely. it ships prepacked with jruby. both are using the same Jarfile and as such jar-dependencies is dropin replacement for jbundler

I thought https://github.com/mkristian/jar-dependencies/tree/master/examples have enough examples to answer your last question.

mkristian avatar Aug 22 '20 12:08 mkristian

@mkristian,

This reply perfectly states the intent. Thank you.

Sent from my iPad

On Aug 22, 2020, at 08:03, Christian Meier [email protected] wrote:

 jar-dependencies is meant to replace jbundler completely. it ships prepacked with jruby. both are using the same Jarfile and as such jar-dependencies is dropin replacement for jbundler

I thought https://github.com/mkristian/jar-dependencies/tree/master/examples have enough examples to answer your last question.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

lonniev avatar Aug 22 '20 12:08 lonniev