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

Alex Boisvert commented on BUILDR-540:
--------------------------------------

I reverted the change for now.

And believe me, I ran the specs with the change and everything worked... but it 
was bogus.

Anyway, I'm now 2 hours into the upgrade and after getting off the ground some 
specs are failing.

My work-in-progress can be followed here:
http://github.com/aboisvert/buildr/tree/wip_rspec2_0_0

> Upgrade of rspec broke check
> ----------------------------
>
>                 Key: BUILDR-540
>                 URL: https://issues.apache.org/jira/browse/BUILDR-540
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.4.3
>            Reporter: Peter Donald
>            Priority: Blocker
>             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.
-
You can reply to this email to add a comment to the issue online.

Reply via email to