[
https://issues.apache.org/jira/browse/BUILDR-540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Boisvert resolved BUILDR-540.
----------------------------------
Resolution: Fixed
Assignee: Alex Boisvert
Ok, I have all specs actually passing now.
boisv...@smudge:~/git/buildr$ git svn dcommit
Committing to https://svn.apache.org/repos/asf/buildr/trunk ...
M CHANGELOG
M Rakefile
M lib/buildr.rb
M lib/buildr/core/checks.rb
M rakelib/rspec.rake
M spec/core/build_spec.rb
M spec/core/compile_spec.rb
M spec/ide/eclipse_spec.rb
M spec/java/emma_spec.rb
M spec/java/packaging_spec.rb
M spec/java/test_coverage_helper.rb
M spec/packaging/archive_spec.rb
M spec/spec_helpers.rb
Committed r1026943
M Rakefile
M CHANGELOG
M spec/ide/eclipse_spec.rb
M spec/java/packaging_spec.rb
M spec/java/emma_spec.rb
M spec/java/test_coverage_helper.rb
M spec/packaging/archive_spec.rb
M spec/core/compile_spec.rb
M spec/core/build_spec.rb
M spec/spec_helpers.rb
M lib/buildr/core/checks.rb
M lib/buildr.rb
M rakelib/rspec.rake
r1026943 = b86c99318a41d3a026241a2cd7107cd7ee655ffd (refs/remotes/origin/trunk)
No changes between current HEAD and refs/remotes/origin/trunk
Resetting to the latest refs/remotes/origin/trunk
> 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.
-
You can reply to this email to add a comment to the issue online.