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/05/03 22:02:55 UTC

[jira] Created: (BUILDR-66) RSpec BDD framework updates to keep compatible with JRuby

RSpec BDD framework updates to keep compatible with JRuby
---------------------------------------------------------

                 Key: BUILDR-66
                 URL: https://issues.apache.org/jira/browse/BUILDR-66
             Project: Buildr
          Issue Type: Bug
    Affects Versions: 1.3
         Environment: JRuby trunk, Buildr 1.3.0
            Reporter: Nick Sieger
             Fix For: 1.3.1


Here are some updates to the rspec bdd framework.

- Looks like there was a small typo dealing with test resources
- JRuby 1.1.1 has been released, so update the dependency artifact
- Recently JRuby has moved to loading its classes on the boot class path for speed, so the trick to look for JRuby jars on 'java.class.path' doesn't work. I've just removed that for now, it shouldn't be a big deal to always run it that way.


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


[jira] Assigned: (BUILDR-66) RSpec BDD framework updates to keep compatible with JRuby

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

Victor Hugo Borja reassigned BUILDR-66:
---------------------------------------

    Assignee: Victor Hugo Borja

> RSpec BDD framework updates to keep compatible with JRuby
> ---------------------------------------------------------
>
>                 Key: BUILDR-66
>                 URL: https://issues.apache.org/jira/browse/BUILDR-66
>             Project: Buildr
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: JRuby trunk, Buildr 1.3.0
>            Reporter: Nick Sieger
>            Assignee: Victor Hugo Borja
>             Fix For: 1.3.1
>
>         Attachments: bdd_frameworks.patch
>
>
> Here are some updates to the rspec bdd framework.
> - Looks like there was a small typo dealing with test resources
> - JRuby 1.1.1 has been released, so update the dependency artifact
> - Recently JRuby has moved to loading its classes on the boot class path for speed, so the trick to look for JRuby jars on 'java.class.path' doesn't work. I've just removed that for now, it shouldn't be a big deal to always run it that way.

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


[jira] Updated: (BUILDR-66) RSpec BDD framework updates to keep compatible with JRuby

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

Nick Sieger updated BUILDR-66:
------------------------------

    Attachment: bdd_frameworks.patch

Patch generated against r653108.


> RSpec BDD framework updates to keep compatible with JRuby
> ---------------------------------------------------------
>
>                 Key: BUILDR-66
>                 URL: https://issues.apache.org/jira/browse/BUILDR-66
>             Project: Buildr
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: JRuby trunk, Buildr 1.3.0
>            Reporter: Nick Sieger
>             Fix For: 1.3.1
>
>         Attachments: bdd_frameworks.patch
>
>
> Here are some updates to the rspec bdd framework.
> - Looks like there was a small typo dealing with test resources
> - JRuby 1.1.1 has been released, so update the dependency artifact
> - Recently JRuby has moved to loading its classes on the boot class path for speed, so the trick to look for JRuby jars on 'java.class.path' doesn't work. I've just removed that for now, it shouldn't be a big deal to always run it that way.

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


[jira] Closed: (BUILDR-66) RSpec BDD framework updates to keep compatible with JRuby

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

Victor Hugo Borja closed BUILDR-66.
-----------------------------------

    Resolution: Fixed

Thanks Nick, applied in trunk. 

> RSpec BDD framework updates to keep compatible with JRuby
> ---------------------------------------------------------
>
>                 Key: BUILDR-66
>                 URL: https://issues.apache.org/jira/browse/BUILDR-66
>             Project: Buildr
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: JRuby trunk, Buildr 1.3.0
>            Reporter: Nick Sieger
>            Assignee: Victor Hugo Borja
>             Fix For: 1.3.1
>
>         Attachments: bdd_frameworks.patch
>
>
> Here are some updates to the rspec bdd framework.
> - Looks like there was a small typo dealing with test resources
> - JRuby 1.1.1 has been released, so update the dependency artifact
> - Recently JRuby has moved to loading its classes on the boot class path for speed, so the trick to look for JRuby jars on 'java.class.path' doesn't work. I've just removed that for now, it shouldn't be a big deal to always run it that way.

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