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
 Assigned to: 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]

Reply via email to