You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by ji...@apache.org on 2004/04/21 18:18:53 UTC

[jira] Created: (CACTUS-103) non testcase classes in src/test-cactus are not compiled

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/CACTUS-103

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: CACTUS-103
    Summary: non testcase classes in src/test-cactus are not  compiled
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Cactus
 Components: 
             Maven Integration

   Assignee: 
   Reporter: nicolas de loof

    Created: Wed, 21 Apr 2004 9:17 AM
    Updated: Wed, 21 Apr 2004 9:17 AM
Environment: maven plugin

Description:
I've got a cactus testcase that needs a mock object. It is placed in cactus src dir (src/test-cactus).

When using cactus-maven plugin, the mock is not compiled. In plugin.jelly I noticed the same properties are used to include/exclude src to compile and tests to run.

I need to comment the <include><exclude> in cactus:compile goal to make it work. Don't we need different properties for maven.scr.includes AND maven.testcase.includes ?


---------------------------------------------------------------------
JIRA INFORMATION:
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

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


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


[jira] Updated: (CACTUS-103) non testcase classes in src/test-cactus are not compiled

Posted by ji...@apache.org.
The following issue has been updated:

    Updater: Vincent Massol (mailto:vmassol@apache.org)
       Date: Wed, 21 Apr 2004 12:09 PM
    Changes:
             Fix Version changed to 1.6
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/CACTUS-103?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/CACTUS-103

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: CACTUS-103
    Summary: non testcase classes in src/test-cactus are not  compiled
       Type: Bug

     Status: Open
   Priority: Major

    Project: Cactus
 Components: 
             Maven Integration
   Fix Fors:
             1.6

   Assignee: Vincent Massol
   Reporter: nicolas de loof

    Created: Wed, 21 Apr 2004 9:17 AM
    Updated: Wed, 21 Apr 2004 12:09 PM
Environment: maven plugin

Description:
I've got a cactus testcase that needs a mock object. It is placed in cactus src dir (src/test-cactus).

When using cactus-maven plugin, the mock is not compiled. In plugin.jelly I noticed the same properties are used to include/exclude src to compile and tests to run.

I need to comment the <include><exclude> in cactus:compile goal to make it work. Don't we need different properties for maven.scr.includes AND maven.testcase.includes ?


---------------------------------------------------------------------
JIRA INFORMATION:
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

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


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


[jira] Commented: (CACTUS-103) non testcase classes in src/test-cactus are not compiled

Posted by ji...@apache.org.
The following comment has been added to this issue:

     Author: nicolas de loof
    Created: Thu, 22 Apr 2004 6:03 AM
       Body:
I just upgrade to latest plugin version (1.6dev-20040226 and it works. thanks
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/CACTUS-103?page=comments#action_35212

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/CACTUS-103

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: CACTUS-103
    Summary: non testcase classes in src/test-cactus are not  compiled
       Type: Bug

     Status: Open
   Priority: Major

    Project: Cactus
 Components: 
             Maven Integration
   Fix Fors:
             1.6

   Assignee: Vincent Massol
   Reporter: nicolas de loof

    Created: Wed, 21 Apr 2004 9:17 AM
    Updated: Thu, 22 Apr 2004 6:03 AM
Environment: maven plugin

Description:
I've got a cactus testcase that needs a mock object. It is placed in cactus src dir (src/test-cactus).

When using cactus-maven plugin, the mock is not compiled. In plugin.jelly I noticed the same properties are used to include/exclude src to compile and tests to run.

I need to comment the <include><exclude> in cactus:compile goal to make it work. Don't we need different properties for maven.scr.includes AND maven.testcase.includes ?


---------------------------------------------------------------------
JIRA INFORMATION:
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

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


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


[jira] Closed: (CACTUS-103) non testcase classes in src/test-cactus are not compiled

Posted by ji...@apache.org.
Message:

   The following issue has been closed.

   Resolver: Vincent Massol
       Date: Thu, 22 Apr 2004 6:13 AM

Thanks for posting back.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/CACTUS-103

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: CACTUS-103
    Summary: non testcase classes in src/test-cactus are not  compiled
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: WON'T FIX

    Project: Cactus
 Components: 
             Maven Integration
   Fix Fors:
             1.6

   Assignee: Vincent Massol
   Reporter: nicolas de loof

    Created: Wed, 21 Apr 2004 9:17 AM
    Updated: Thu, 22 Apr 2004 6:13 AM
Environment: maven plugin

Description:
I've got a cactus testcase that needs a mock object. It is placed in cactus src dir (src/test-cactus).

When using cactus-maven plugin, the mock is not compiled. In plugin.jelly I noticed the same properties are used to include/exclude src to compile and tests to run.

I need to comment the <include><exclude> in cactus:compile goal to make it work. Don't we need different properties for maven.scr.includes AND maven.testcase.includes ?


---------------------------------------------------------------------
JIRA INFORMATION:
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

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


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


[jira] Assigned: (CACTUS-103) non testcase classes in src/test-cactus are not compiled

Posted by ji...@apache.org.
Message:

   The following issue has been re-assigned.

   Assignee: Vincent Massol (mailto:vmassol@apache.org)
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/CACTUS-103

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: CACTUS-103
    Summary: non testcase classes in src/test-cactus are not  compiled
       Type: Bug

     Status: Open
   Priority: Major

    Project: Cactus
 Components: 
             Maven Integration

   Assignee: Vincent Massol
   Reporter: nicolas de loof

    Created: Wed, 21 Apr 2004 9:17 AM
    Updated: Wed, 21 Apr 2004 11:44 AM
Environment: maven plugin

Description:
I've got a cactus testcase that needs a mock object. It is placed in cactus src dir (src/test-cactus).

When using cactus-maven plugin, the mock is not compiled. In plugin.jelly I noticed the same properties are used to include/exclude src to compile and tests to run.

I need to comment the <include><exclude> in cactus:compile goal to make it work. Don't we need different properties for maven.scr.includes AND maven.testcase.includes ?


---------------------------------------------------------------------
JIRA INFORMATION:
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

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


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


[jira] Commented: (CACTUS-103) non testcase classes in src/test-cactus are not compiled

Posted by ji...@apache.org.
The following comment has been added to this issue:

     Author: Vincent Massol
    Created: Wed, 21 Apr 2004 11:47 AM
       Body:
For more docs on the Maven plugin, see http://jakarta.apache.org/cactus/integration/maven
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/CACTUS-103?page=comments#action_35192

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/CACTUS-103

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: CACTUS-103
    Summary: non testcase classes in src/test-cactus are not  compiled
       Type: Bug

     Status: Open
   Priority: Major

    Project: Cactus
 Components: 
             Maven Integration

   Assignee: Vincent Massol
   Reporter: nicolas de loof

    Created: Wed, 21 Apr 2004 9:17 AM
    Updated: Wed, 21 Apr 2004 11:47 AM
Environment: maven plugin

Description:
I've got a cactus testcase that needs a mock object. It is placed in cactus src dir (src/test-cactus).

When using cactus-maven plugin, the mock is not compiled. In plugin.jelly I noticed the same properties are used to include/exclude src to compile and tests to run.

I need to comment the <include><exclude> in cactus:compile goal to make it work. Don't we need different properties for maven.scr.includes AND maven.testcase.includes ?


---------------------------------------------------------------------
JIRA INFORMATION:
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

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


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


[jira] Commented: (CACTUS-103) non testcase classes in src/test-cactus are not compiled

Posted by ji...@apache.org.
The following comment has been added to this issue:

     Author: Vincent Massol
    Created: Wed, 21 Apr 2004 11:46 AM
       Body:
Actually, that's not quite true if you're using one of the latest 1.6dev release of the plugin.

cactus.test.exclude|includes specifies which test tom include/exclude

There are no properties to include/exclude files from the compilation.

I'd be happy to add a new set of properties if it's required. I still don't understand why you wish to exclude some files from src/test-cactus from being compiled.

Thanks
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/CACTUS-103?page=comments#action_35191

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/CACTUS-103

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: CACTUS-103
    Summary: non testcase classes in src/test-cactus are not  compiled
       Type: Bug

     Status: Open
   Priority: Major

    Project: Cactus
 Components: 
             Maven Integration

   Assignee: Vincent Massol
   Reporter: nicolas de loof

    Created: Wed, 21 Apr 2004 9:17 AM
    Updated: Wed, 21 Apr 2004 11:46 AM
Environment: maven plugin

Description:
I've got a cactus testcase that needs a mock object. It is placed in cactus src dir (src/test-cactus).

When using cactus-maven plugin, the mock is not compiled. In plugin.jelly I noticed the same properties are used to include/exclude src to compile and tests to run.

I need to comment the <include><exclude> in cactus:compile goal to make it work. Don't we need different properties for maven.scr.includes AND maven.testcase.includes ?


---------------------------------------------------------------------
JIRA INFORMATION:
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

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


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