You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Antoine Toulme (JIRA)" <ji...@apache.org> on 2010/07/08 03:43:49 UTC

[jira] Resolved: (BUILDR-342) The jruby gem installer invokes the removed Gem.manage_gems function

     [ https://issues.apache.org/jira/browse/BUILDR-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Toulme resolved BUILDR-342.
-----------------------------------

    Resolution: Fixed

18:41:32~/w/buildr>svn ci CHANGELOG lib/buildr/java -m "fix for BUILDR-256 and BUILDR-342"
Sending        CHANGELOG
Sending        lib/buildr/java/bdd.rb
Transmitting file data ..
Committed revision 961552.

Thanks Rhett!

> The jruby gem installer invokes the removed Gem.manage_gems function
> --------------------------------------------------------------------
>
>                 Key: BUILDR-342
>                 URL: https://issues.apache.org/jira/browse/BUILDR-342
>             Project: Buildr
>          Issue Type: Bug
>          Components: JRuby
>    Affects Versions: 1.3.5
>         Environment: Any
>            Reporter: Rhett Sutphin
>             Fix For: 1.4.2
>
>
> Gem.manage_gems has been deprecated for a while and was removed in rubygems 1.3.2.  JRuby 1.3.1, which is required for rspec support in buildr 1.3.5, uses rubygems 1.3.3.  The automatic gem installer code in buildr/java/bdd.rb still invokes Gem.manage_gems, which means it fails in buildr 1.3.5.
> Workarounds:  manually install any gems you need or use the monkey patch associated with BUILDR-256.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.