You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Victor Hugo Borja (JIRA)" <ji...@apache.org> on 2008/01/18 19:41:33 UTC

[jira] Commented: (BUILDR-21) Package tasks don't build the JRuby gem on JRuby

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

Victor Hugo Borja commented on BUILDR-21:
-----------------------------------------

Thanks a lot Dudley, I've tested it with JRuby 1.1RC1

    jruby -S rake package

And it now creates the pkg/buildr-1.3.0-java.gem and installed it successfully with 

   jruby -S gem install pkg/buildr-1.3.0-java.gem 

Assaf, could you please commit this to trunk?
   

> Package tasks don't build the JRuby gem on JRuby
> ------------------------------------------------
>
>                 Key: BUILDR-21
>                 URL: https://issues.apache.org/jira/browse/BUILDR-21
>             Project: Buildr
>          Issue Type: Bug
>          Components: JRuby
>            Reporter: Dudley K Flanders
>            Priority: Minor
>         Attachments: fix_rakefile_for_jruby.diff
>
>
> The packaging and installing tasks in the Rakefile always build the native version of the gem, even when runninng under JRuby.

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