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 2004/07/21 13:48:05 UTC

[jira] Updated: (MPJCOVERAGE-4) make jcoverage integrate better with cactus

The following issue has been updated:

    Updater: Vincent Massol (mailto:vmassol@pivolis.com)
       Date: Wed, 21 Jul 2004 7:46 AM
    Comment:
Changed assignee. Someone put me as assigned, but I have no clue about jcoverage and I don't have the time to look at it. For those interested, the clover plugin and Cactus work well together, so manybe the same mechanism could be used for jcoverage.
    Changes:
             assignee changed from Vincent Massol
             environment changed to 
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPJCOVERAGE-4?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPJCOVERAGE-4

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPJCOVERAGE-4
    Summary: make jcoverage integrate better with cactus
       Type: Improvement

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-jcoverage-plugin

   Assignee: 
   Reporter: Norbert Pabis

    Created: Wed, 8 Oct 2003 10:17 AM
    Updated: Wed, 21 Jul 2004 7:46 AM

Description:
Now you have to copy files from maven.jcoverage.instrumentation
to maven-war-plugin->getVariable('webapp.build.webinf')}/classes

Something like this would be helpful:
  <postGoal name="war:webapp">
      <ant:copy todir="${pom.getPluginContext('maven-war-plugin').getVariable('webapp.build.webinf')}/classes" overwrite="true">
        <ant:fileset dir="${pom.getPluginContext('maven-jcoverage-plugin').getVariable('maven.jcoverage.instrumentation')}"/>
      </ant:copy>
  </postGoal>

Maybe with condition for jcoverage.instrument-webapp=true/false to make it optional.


---------------------------------------------------------------------
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