-
Notifications
You must be signed in to change notification settings - Fork 11
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
use jar-dependecies gem to track saxon jar in system #27
Comments
Hey, thanks for this - I'm really inexperienced with the wider Java ecosystem - I've used Gradle through a bit of Android programming, but haven't directly used Maven. I'm not sure I understand the implications of moving to |
@mkristian, coming back to this issue, I have afew questions about how So, all the core classes are in all of the following jars:
I want to bundle the HE jar so that anyone can just get going without worrying about dependencies, but if someone's paid for the PE or EE version, I need them to be able to either put it on the Poking around at Am I missing something? (that would be great...) |
@fidothe so I looked at the code and actually I would leave the loading as is but just register the saxon jar and its version via jar-dependencies, i.e. tell the jruby context what jars are loaded into the classloader. for this I need to extend jar-dependencies a bit to get this functionality into place. I do not have much time but I always keen on people to declare their used jars with jar-dependencies, as it helps bigger projects. |
@fidothe actually when you tried to ping my on gitter I was not able to get back to you.
I looked at your PR #20 and it looks OK. I really would like this gem to use jar-dependencies to load the jar as it gives more control which and whether jars are loaded with what version via jruby.
for this I would need to understand what use-case you wanted to solve with this PR:
in short I am happy to provide an PR
The text was updated successfully, but these errors were encountered: