Uploaded image for project: 'Cactus'
  1. Cactus
  2. CACTUS-211

Support multiple source directories

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.7
    • 1.7.1
    • Maven Integration
    • None

    Description

      Cactus should allow tests to be defined in multiple directories. Although this is against the "Maven way", tha maven-java-plugin allows that, so Cactus should mimic its behaviour.

      Right now, the source is defined using the following Ant task:

      <ant:src path="${cactus.src.dir}"/>

      While on maven-java-plugin it is slightly different:

      <ant:src>
      <ant:path refid="maven.compile.src.set"/>
      </ant:src>

      I will write some test cases for this improvment and then committ the changes (hopefully on time for 1.7.1).

      – Felipe

      Attachments

        Activity

          People

            felipeal Felipe Leme
            felipeal Felipe Leme
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: