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

Stale data get into dist after gem version bump #4084

Open
etehtsea opened this issue Aug 17, 2016 · 0 comments
Open

Stale data get into dist after gem version bump #4084

etehtsea opened this issue Aug 17, 2016 · 0 comments
Milestone

Comments

@etehtsea
Copy link
Contributor

Steps to reproduce

  1. mvn -Pdist
  2. Change some gem version. For ex. racc to 1.4.14
  3. mvn -Pclean && mvn -P dist
  4. Unpack built dist to some dir.
  5. cd <jruby-dir>; bin/jruby -S gem list
*** LOCAL GEMS ***

did_you_mean (default: 1.0.1)
jar-dependencies (default: 0.3.5)
jruby-openssl (0.9.17 java)
jruby-readline (1.1.dev java)
json (1.8.3 java)
minitest (default: 5.4.1)
net-telnet (default: 0.1.1)
power_assert (default: 0.2.3)
psych (2.0.17 java)
racc (1.4.14 java, 1.4.13 java) # <------------
rake (11.2.0, 10.4.2)
rdoc (default: 4.2.0)
test-unit (default: 3.1.1)

I tried to find out why this is happening, but couldn't find the reason. Even if I'm deleting lib/ruby/gems, lib/target, maven/jruby-dist/target old version gemspec still getting into dist.

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

2 participants