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/09/30 19:06:17 UTC

[jira] Updated: (MAVEN-873) allow maven.build.dest to be a path instead of a single location

The following issue has been updated:

    Updater: Dominik Dahlem (mailto:Dominik.Dahlem@cs.tcd.ie)
       Date: Tue, 30 Sep 2003 12:05 PM
    Comment:
Attached is a patch which solves the problem.
    Changes:
             Attachment changed to patch.diff
    ---------------------------------------------------------------------
For a full history of the issue, see:

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

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

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


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-873
    Summary: allow maven.build.dest to be a path instead of a single location
       Type: Improvement

     Status: Unassigned
   Priority: Trivial

 Time Spent: Unknown
  Remaining: 10 minutes

    Project: maven
 Components: 
             plugin-test

   Assignee: 
   Reporter: Dominik Dahlem

    Created: Tue, 30 Sep 2003 12:04 PM
    Updated: Tue, 30 Sep 2003 12:05 PM

Description:
I'm working on some improvements on the jcoverage plugin and came accross a classpath issue. Basically, I want jcoverage to leave some classes un-instrumented. Apparently, I get ClassNotFoundExceptions when running the test-cases, because the maven.build.dest property is referenced in classpaths of the test:compile/test:test goals as a pathelement-location and it is set in the jcoverage plugin to point to the instrumented classes. 
To be able to run test-cases against the instrumented and the original classes the maven.build.dest can be referenced as pathelement-path. Hence I can set the maven.build.dest property to be a path property.


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