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

Hudson commented on BUILDR-548:
-------------------------------

Integrated in Buildr-ci-build #246 (See 
[https://builds.apache.org/job/Buildr-ci-build/246/])
    BUILDR-548 Remove support for JTestR as it is no longer maintained (Antoine 
Toulme)

donaldp : 
Files : 
* /buildr/trunk/doc/languages.textile
* /buildr/trunk/spec/java/bdd_spec.rb
* /buildr/trunk/lib/buildr/java/jtestr_result.rb
* /buildr/trunk/CHANGELOG
* /buildr/trunk/lib/buildr/java/bdd.rb
* /buildr/trunk/lib/buildr/java/jtestr_runner.rb.erb


> Remove support for JTestR as it is no longer maintained
> -------------------------------------------------------
>
>                 Key: BUILDR-548
>                 URL: https://issues.apache.org/jira/browse/BUILDR-548
>             Project: Buildr
>          Issue Type: Bug
>          Components: Test frameworks
>    Affects Versions: 1.4.3
>            Reporter: Peter Donald
>            Assignee: Alex Boisvert
>            Priority: Blocker
>             Fix For: 1.4.7
>
>         Attachments: BUILDR-548-remove-jtestr.diff
>
>
> It looks like the upgrade to rspec 2 broke "test.using :rspec". The 
> runner_config in lib/buildr/java/bdd.rb:241 needs to be updated so something 
> like
>   def runner_config
>       runner = super
>       runner.gems.update 'rspec' => '>= 2.0.1'
>       runner.requires.unshift 'rspec'
>       runner
>     end
> However the API has changed between 2.x and 1.x of rspec so the 
> runner_content method immediately following will not work.

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

        

Reply via email to