You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2011/07/06 10:20:18 UTC

[jira] [Commented] (BUILDR-540) Upgrade to rspec 2.0.0

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

Hudson commented on BUILDR-540:
-------------------------------

Integrated in Buildr-ci-build #235 (See [https://builds.apache.org/job/Buildr-ci-build/235/])
    

> Upgrade to rspec 2.0.0
> ----------------------
>
>                 Key: BUILDR-540
>                 URL: https://issues.apache.org/jira/browse/BUILDR-540
>             Project: Buildr
>          Issue Type: Task
>          Components: Core features
>    Affects Versions: 1.4.3
>            Reporter: Peter Donald
>            Assignee: Alex Boisvert
>            Priority: Minor
>             Fix For: 1.4.4
>
>
> The upgrade of rspec broke the "check" extension such that the following no longer works.
> define 'myproject' do
>   project.version = '0.9.1-SNAPSHOT'
>   project.group = 'org.realityforge.jml'
>   
>   package(:jar)
> check package(:jar), "should contain resources and generated resources" do
>       it.should contain("iris/util/debug/logging.properties")
> end
> end
> Instead it produces:
> (in C:/dev/test, development)
> Building myproject
> Packaging myproject
> Packaging myproject-0.9.1-SNAPSHOT.jar
> no such file to load -- spec
> Buildr aborted!
> RuntimeError : Checks failed for project myproject (see errors above).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira