The following issue has been updated:

    Updater: dion gillard (mailto:[EMAIL PROTECTED])
       Date: Wed, 8 Oct 2003 11:33 AM
    Changes:
             Fix Version changed to 1.1
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-914&page=history

---------------------------------------------------------------------
View the issue:

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


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

     Status: Unassigned
   Priority: Minor

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.1

   Assignee: 
   Reporter: Norbert Pabis

    Created: Wed, 8 Oct 2003 10:17 AM
    Updated: Wed, 8 Oct 2003 11:33 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