The following issue has been updated:
Updater: dion gillard (mailto:[EMAIL PROTECTED])
Date: Wed, 8 Oct 2003 10:23 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-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
Fix Fors:
1.1
Assignee:
Reporter: Dominik Dahlem
Created: Tue, 30 Sep 2003 12:04 PM
Updated: Wed, 8 Oct 2003 10:23 AM
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]