Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7
-
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