The following issue has been updated:

    Updater: Vincent Massol (mailto:[EMAIL PROTECTED])
       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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to