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

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

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


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.


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

Posted by "Dudley K Flanders (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-21?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dudley K Flanders updated BUILDR-21:
------------------------------------

    Attachment: fix_rakefile_for_jruby.diff

> 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.


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

Posted by "Victor Hugo Borja (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-21?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Victor Hugo Borja updated BUILDR-21:
------------------------------------

    Attachment: 0001-Fixed-install-uinstall-tasks-when-running-on-JRuby.patch

Attachment: 0001-Fixed-install-uinstall-tasks-when-running-on-JRuby.patch
fixes the install and uninstall tasks when running on JRuby, seemed like a Dudley's typo

> 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: 0001-Fixed-install-uinstall-tasks-when-running-on-JRuby.patch, 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.


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

Posted by "Assaf Arkin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560540#action_12560540 ] 

Assaf Arkin commented on BUILDR-21:
-----------------------------------

In SVN.  Couple of changes I made: we actually need to build both Ruby and JRuby packages at once,  the release task needs them both.  Also I change the docs to use gem install install instead of rake install: the documentation will get published in the 1.3 release, and the 13 release will have a Gem available from RubyForge.

> 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: 0001-Added-a-Java-section-for-installing-Buildr-with-JRub.patch, 0001-Fixed-install-uinstall-tasks-when-running-on-JRuby.patch, 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.


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

Posted by "Assaf Arkin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-21?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Assaf Arkin closed BUILDR-21.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 1.3

> 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
>             Fix For: 1.3
>
>         Attachments: 0001-Added-a-Java-section-for-installing-Buildr-with-JRub.patch, 0001-Fixed-a-typo-on-setting-the-windows-PATH.patch, 0001-Fixed-install-uinstall-tasks-when-running-on-JRuby.patch, 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.


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

Posted by "Victor Hugo Borja (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-21?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Victor Hugo Borja updated BUILDR-21:
------------------------------------

    Attachment: 0001-Fixed-a-typo-on-setting-the-windows-PATH.patch

Attachment: 0001-Fixed-a-typo-on-setting-the-windows-PATH.patch

Documentation changes:

Fixed a typo on setting the windows PATH.
Also removed the instructions to set the JRUBY_HOME environment variable,
that's not recommended by the JRuby team.


> 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: 0001-Added-a-Java-section-for-installing-Buildr-with-JRub.patch, 0001-Fixed-a-typo-on-setting-the-windows-PATH.patch, 0001-Fixed-install-uinstall-tasks-when-running-on-JRuby.patch, 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.


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

Posted by "Victor Hugo Borja (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-21?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Victor Hugo Borja updated BUILDR-21:
------------------------------------

    Attachment: 0001-Added-a-Java-section-for-installing-Buildr-with-JRub.patch

Attachment: 0001-Added-a-Java-section-for-installing-Buildr-with-JRub.patch

Added comments on download.textile on how to install with JRuby, I've attached to this issue 'cause instructions depend on the package and install tasks working correctly. 


> 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: 0001-Added-a-Java-section-for-installing-Buildr-with-JRub.patch, 0001-Fixed-install-uinstall-tasks-when-running-on-JRuby.patch, 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.


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

Posted by "Victor Hugo Borja (JIRA)" <ji...@apache.org>.
    [ 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.