You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/11/12 18:58:04 UTC

[jira] Commented: (MAVEN-977) Includes and Excludes not used during cactus:compile goal

The following comment has been added to this issue:

     Author: Sean Timm
    Created: Wed, 12 Nov 2003 11:56 AM
       Body:
In our setup, each project has its own cactus tests in a subfolder.  We also wanted to be able to make an aggregated cactus build that included all of the tests from each project.  I tried to specify cactus.src.dir with the standard wildcard syntax (**/test-cactus/*), but it isn't supported, so I pointed the src dir at the parent folder and modified the include/exclude to pull in all the appropriate subfolders.  I thought this was working well, but I eventually discovered that the tests were getting run with the wrong package names as a result, so this isn't an ideal fix, and I had to switch to copying all of the individual tests to a temporary directory, so I don't have a good argument to keep the current patch.  I would like to see the ability to accomplish what I'm trying to do somehow, though (without having to manually copy over all of the files).
---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-977


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-977
    Summary: Includes and Excludes not used during cactus:compile goal
       Type: Bug

     Status: Reopened
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-cactus
   Versions:
             1.0-rc1

   Assignee: Vincent Massol
   Reporter: Sean Timm

    Created: Tue, 28 Oct 2003 7:55 PM
    Updated: Wed, 12 Nov 2003 4:12 AM

Description:
The cactus:compile goal compiles all java files it finds irregardless of what is specified by cactus.src.includes and cactus.src.excludes.  I've fixed this issue and will be attaching a patch shortly.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org