Skip to content
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

Will not pull beta packages? #26

Open
andrewvc opened this issue Aug 28, 2015 · 4 comments
Open

Will not pull beta packages? #26

andrewvc opened this issue Aug 28, 2015 · 4 comments

Comments

@andrewvc
Copy link

Hi, I'm trying to setup jar bundler to work on my fork of the logstash elasticsearch output, and when I switched the maven deps from 1.7.1 to 2.0.0-beta1 it stopped working.

Now when I run bundle it just doesn't do anything and silently errors. Any ideas what's happening here?

/cc @purbon

@purbon
Copy link

purbon commented Aug 28, 2015

Is this an issue regarding ruby/rubygems using the dot vs the dash for pre releases? @mkristian do you think there is an "easy" fix for that in jar-dependencies world?

Thanks a lot,

  • purbon

@purbon
Copy link

purbon commented Aug 28, 2015

@mkristian
Copy link
Owner

I am not getting the issue. a gem needs to follow rubygems version constraints. so 2.0.0-beta1 is not a gem version. and a version for any jar is maven can be more or less anything.

@andrewvc unfortunately I can not access your private fork or it is gone by now.

@mkristian
Copy link
Owner

assuming 1.7.1 is the version of elasticsearch.jar then switching to 2.0.0-beta1 on jar declaration of the gemspec is just maven under the hood. so indeed I found: http://search.maven.org/#artifactdetails|org.elasticsearch|elasticsearch|2.0.0-beta1|jar

@andrewvc could you provide me with the output of

JARS_DEBUG=true bundle install

and which version of jar-dependencies ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants