You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Rhett Sutphin (JIRA)" <ji...@apache.org> on 2009/02/17 21:10:59 UTC

[jira] Commented: (BUILDR-254) Automatically installing rspec-1.1.12 under JRuby 1.1.3 does not install all dependencies

    [ https://issues.apache.org/jira/browse/BUILDR-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674344#action_12674344 ] 

Rhett Sutphin commented on BUILDR-254:
--------------------------------------

One possible solution for this would be to update the default JRuby to 1.1.4.  It includes rubygems 1.2.0 and so should avoid the install vs. runtime dependency issue in rspec 1.1.12.

However, JRuby 1.1.4 includes rspec 1.1.4.  The rspec test framework currently only requires _some version_ of rspec, so it will use that one and we'll have BUILDR-252 again.  The rspec framework could be updated to depend on a particular version of rspec, just like the jruby infrastructure does.

> Automatically installing rspec-1.1.12 under JRuby 1.1.3 does not install all dependencies
> -----------------------------------------------------------------------------------------
>
>                 Key: BUILDR-254
>                 URL: https://issues.apache.org/jira/browse/BUILDR-254
>             Project: Buildr
>          Issue Type: Bug
>          Components: JRuby, Test frameworks
>    Affects Versions: 1.3.4
>         Environment: buildr trunk @745153
> OS X standard ruby 1.8.6 (to run buildr)
> JRuby 1.1.3 (as installed automatically by buildr)
>            Reporter: Rhett Sutphin
>
> 1.3.4 updates the rspec dependency to rspec-1.1.12.  Unfortunately, under the version of rubygems included with the default version of jruby (1.1.3), "gem install rspec" does not pull in all its runtime dependencies.  
> See the comments on BUILDR-252 for more information.

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