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

[jira] Created: (BUILDR-24) Patch for JRuby trunk (post 1.1RC1, pre 1.1)

Patch for JRuby trunk (post 1.1RC1, pre 1.1)
--------------------------------------------

                 Key: BUILDR-24
                 URL: https://issues.apache.org/jira/browse/BUILDR-24
             Project: Buildr
          Issue Type: Bug
          Components: JRuby
    Affects Versions: 1.3
         Environment: JRuby trunk r5659, OS X
            Reporter: Nick Sieger
             Fix For: 1.3
         Attachments: jruby-trunk.patch

Patch to get Buildr working with JRuby trunk. Also included a fix to detect OS X properly on 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-24) Patch for JRuby trunk (post 1.1RC1, pre 1.1)

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

Assaf Arkin commented on BUILDR-24:
-----------------------------------

OS/X with MRI reports darwin for both Config['host_os'] and Config['target_os'].  JRuby reports 'OS X' for Config['host_os'] and darwin only for Config['target_os'].

> Patch for JRuby trunk (post 1.1RC1, pre 1.1)
> --------------------------------------------
>
>                 Key: BUILDR-24
>                 URL: https://issues.apache.org/jira/browse/BUILDR-24
>             Project: Buildr
>          Issue Type: Bug
>          Components: JRuby
>    Affects Versions: 1.3
>         Environment: JRuby trunk r5659, OS X
>            Reporter: Nick Sieger
>             Fix For: 1.3
>
>         Attachments: buildr-jruby-2.patch, jruby-trunk.patch
>
>
> Patch to get Buildr working with JRuby trunk. Also included a fix to detect OS X properly on 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-24) Patch for JRuby trunk (post 1.1RC1, pre 1.1)

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

Assaf Arkin commented on BUILDR-24:
-----------------------------------

In SVN.

> Patch for JRuby trunk (post 1.1RC1, pre 1.1)
> --------------------------------------------
>
>                 Key: BUILDR-24
>                 URL: https://issues.apache.org/jira/browse/BUILDR-24
>             Project: Buildr
>          Issue Type: Bug
>          Components: JRuby
>    Affects Versions: 1.3
>         Environment: JRuby trunk r5659, OS X
>            Reporter: Nick Sieger
>             Fix For: 1.3
>
>         Attachments: buildr-jruby-2.patch, jruby-trunk.patch
>
>
> Patch to get Buildr working with JRuby trunk. Also included a fix to detect OS X properly on JRuby.

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


[jira] Resolved: (BUILDR-24) Patch for JRuby trunk (post 1.1RC1, pre 1.1)

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

Assaf Arkin resolved BUILDR-24.
-------------------------------

    Resolution: Fixed

> Patch for JRuby trunk (post 1.1RC1, pre 1.1)
> --------------------------------------------
>
>                 Key: BUILDR-24
>                 URL: https://issues.apache.org/jira/browse/BUILDR-24
>             Project: Buildr
>          Issue Type: Bug
>          Components: JRuby
>    Affects Versions: 1.3
>         Environment: JRuby trunk r5659, OS X
>            Reporter: Nick Sieger
>             Fix For: 1.3
>
>         Attachments: buildr-jruby-2.patch, jruby-trunk.patch
>
>
> Patch to get Buildr working with JRuby trunk. Also included a fix to detect OS X properly on 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-24) Patch for JRuby trunk (post 1.1RC1, pre 1.1)

Posted by "Nick Sieger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-24?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563558#action_12563558 ] 

Nick Sieger commented on BUILDR-24:
-----------------------------------

JRuby trunk should correctly report "darwin" for both values as of revision 5595.


> Patch for JRuby trunk (post 1.1RC1, pre 1.1)
> --------------------------------------------
>
>                 Key: BUILDR-24
>                 URL: https://issues.apache.org/jira/browse/BUILDR-24
>             Project: Buildr
>          Issue Type: Bug
>          Components: JRuby
>    Affects Versions: 1.3
>         Environment: JRuby trunk r5659, OS X
>            Reporter: Nick Sieger
>             Fix For: 1.3
>
>         Attachments: buildr-jruby-2.patch, jruby-trunk.patch
>
>
> Patch to get Buildr working with JRuby trunk. Also included a fix to detect OS X properly on 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-24) Patch for JRuby trunk (post 1.1RC1, pre 1.1)

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

Nick Sieger updated BUILDR-24:
------------------------------

    Attachment: jruby-trunk.patch

> Patch for JRuby trunk (post 1.1RC1, pre 1.1)
> --------------------------------------------
>
>                 Key: BUILDR-24
>                 URL: https://issues.apache.org/jira/browse/BUILDR-24
>             Project: Buildr
>          Issue Type: Bug
>          Components: JRuby
>    Affects Versions: 1.3
>         Environment: JRuby trunk r5659, OS X
>            Reporter: Nick Sieger
>             Fix For: 1.3
>
>         Attachments: jruby-trunk.patch
>
>
> Patch to get Buildr working with JRuby trunk. Also included a fix to detect OS X properly on 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-24) Patch for JRuby trunk (post 1.1RC1, pre 1.1)

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

Nick Sieger updated BUILDR-24:
------------------------------

    Attachment: buildr-jruby-2.patch

Here's another patch to allow JAVA_HOME to be set properly on OS X even in JRuby.

> Patch for JRuby trunk (post 1.1RC1, pre 1.1)
> --------------------------------------------
>
>                 Key: BUILDR-24
>                 URL: https://issues.apache.org/jira/browse/BUILDR-24
>             Project: Buildr
>          Issue Type: Bug
>          Components: JRuby
>    Affects Versions: 1.3
>         Environment: JRuby trunk r5659, OS X
>            Reporter: Nick Sieger
>             Fix For: 1.3
>
>         Attachments: buildr-jruby-2.patch, jruby-trunk.patch
>
>
> Patch to get Buildr working with JRuby trunk. Also included a fix to detect OS X properly on JRuby.

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