Uploaded image for project: 'Buildr (Retired)'
  1. Buildr (Retired)
  2. BUILDR-540

Upgrade to rspec 2.0.0

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.4.3
    • 1.4.4
    • Core features
    • None

    Description

      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).

      Attachments

        Activity

          People

            boisvert Alex Boisvert
            pdonald Peter Donald
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: