Uploaded image for project: 'Clover'
  1. Clover
  2. CLOV-106

Allow <testsources/> fileset to also take a path ref

    • Icon: Suggestion Suggestion
    • Resolution: Won't Fix
    • won't fix
    • Ant Tasks
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Investigate the possibility of allowing the testsources fileset to also take path refid.

          There are no Sub-Tasks for this issue.

            [CLOV-106] Allow <testsources/> fileset to also take a path ref

            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow [ 3342309 ] New: JAC Suggestion Workflow 3 [ 3583459 ]
            Status Original: RESOLVED [ 5 ] New: Closed [ 6 ]
            Monique Khairuliana (Inactive) made changes -
            Backlog Order (Obsolete) Original: 2880000000
            Workflow Original: New Clover Workflow [ 896705 ] New: JAC Suggestion Workflow [ 3342309 ]
            Issue Type Original: New Feature [ 2 ] New: Suggestion [ 10000 ]
            Status Original: Closed [ 6 ] New: Resolved [ 5 ]
            Piotr Swiecicki made changes -
            Workflow Original: Clover Workflow [ 895114 ] New: New Clover Workflow [ 896705 ]
            Piotr Swiecicki made changes -
            Workflow Original: reviewflow [ 119947 ] New: Clover Workflow [ 895114 ]
            Marek Parfianowicz made changes -
            Fix Version/s New: won't fix [ 38394 ]
            Nick made changes -
            Resolution New: Won't Fix [ 2 ]
            Status Original: Open [ 1 ] New: Closed [ 6 ]

            Nick added a comment -

            An nested PatternSet should be used to do this.

            Also, the need to specify <testsources/> is now longer necessary in most cases.

            Nick added a comment - An nested PatternSet should be used to do this. Also, the need to specify <testsources/> is now longer necessary in most cases.
            Nick made changes -
            Fix Version/s Original: post 2.3 [ 13646 ]
            BrendanA made changes -
            Component/s New: Ant Tasks [ 12252 ]

            Greg Allen added a comment -

            Already able to do something equivalent using fileset id/refid:

            <clover-setup enabled="${clover.enabled}" initstring="${clover.db}">
            <testsources id="clover.testsources" dir="${basedir}">
            <include name="/test/java//.java" />

            <clover-report>
            <current ...>
            <testsources refid="clover.testsources" />

            Greg Allen added a comment - Already able to do something equivalent using fileset id/refid: <clover-setup enabled="${clover.enabled}" initstring="${clover.db}"> <testsources id="clover.testsources" dir="${basedir}"> <include name=" /test/java/ / .java" /> <clover-report> <current ...> <testsources refid="clover.testsources" />

              npellow Nick
              npellow Nick
              Votes:
              1 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: