XMLWordPrintable

    • Type: Sub-task
    • Resolution: Fixed
    • Priority: Low
    • 3.1.11
    • Affects Version/s: None
    • Component/s: Ant Tasks, Grails Plugin
    • None

      Enhance Ant tasks by adding new sub-types and attributes:

      <clover-setup> <!-- the same for <clover-instr> -->
        <profiles>   <!-- AntCloverProfiles with List<AntCloverProfile> -->
          <profile name="default" coverageRecorder="...">  <!-- copied as CloverProfile to InstrumentationProfileConfig -->
            
          </profile>
          <!-- more profiles possible, but we will handle "default" only right now -->
        </profiles>
      </clover-setup>
      

      coverageRecorder

      • fixed - default value as now, fixed-size coverage recorder requiring presence of clover.db to read the size
      • growable - like for Android, no need to have clover.db
      • shared - for Grails app, not only with dynamic size, but also reusing the same instance of recorder if initstring is the same

      Parse it on Ant level, pass it to InstrumentationConfig and Instrumenter.

            Assignee:
            Marek Parfianowicz
            Reporter:
            Marek Parfianowicz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: