[ http://issues.apache.org/jira/browse/CACTUS-211?page=comments#action_64661 ] Felipe Leme commented on CACTUS-211: ------------------------------------
In the particular case where I detected the problem, I have 2 projects that share some classes (including some test cases) contained inside a third one. I could not use a multi-project setup for many reasons (for instance, the common project should not produce a jar, the shared classes have XDoclet annotations, etc...). Anyway, my point is that Maven does allow (using the maven.compile.src.set trick) a project to have .java files from different directories, so the Cactus plugin should follow suit - don't you agree? > Support multiple source directories > ----------------------------------- > > Key: CACTUS-211 > URL: http://issues.apache.org/jira/browse/CACTUS-211 > Project: Cactus > Type: Improvement > Components: Maven Integration > Versions: 1.7 > Reporter: Felipe Leme > Assignee: Felipe Leme > Fix For: 1.8 > > 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 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]