Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Extensions
-
Labels:None
-
Environment:Mac OS X 10.6.5, RVM 1.1.1, jruby-head installed
-
Number of attachments :
Description
I'm trying out the Maven Gemify plugin (very excited about this, btw) on 1.6-head and I am having some troubles getting things to work just right. One issue is version numbers.
klauer@klauer-imac ~/Programming/Ruby/jruby
$ gem install com.google.guava.guava -v r07
ERROR: While executing gem ... (ArgumentError)
Illformed requirement ["r07"]
I'm not sure if this is expected or not, but I would wager that eventually this should work.
I'm using RVM to install jruby-head.
Issue Links
- is related to
-
JRUBY-5292
Consider RubyGems 1.4.1 for JRuby 1.6.0
-
- relates to
-
JRUBY-5207
RubyGems Maven support does not handle missing/bad poms/versions/artifacts gracefully
-
-
JRUBY-5730
can't update to rubygems 1.7.2: undefined method `version' for nil:NilClass
-
Also, while trying without specifying a version at all