The following issue has been updated:
Updater: Brett Porter (mailto:[EMAIL PROTECTED])
Date: Sun, 2 May 2004 7:18 PM
Changes:
description changed from
line 77 in ArtifactListBuilder is :
artifact.setPath( new File( mavenJarProperty ).getAbsolutePath() );
this assumes project.xml is located in user.dir. thus if running from elsewhere, we
have to explicitely change, then restore, user.dir property.
i think this should be corrected by something like :
artifact.setPath( new File( project.getFile().getParentFile(), mavenJarProperty
).getAbsolutePath() );
-- gd
Fix Version changed to 1.0-rc3
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1254&page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1254
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-1254
Summary: artifact relative path not correctly computed when override is on
Type: Bug
Status: Unassigned
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
core
Fix Fors:
1.0-rc3
Versions:
1.0-rc3
Assignee:
Reporter: gilles dodinet
Created: Sun, 2 May 2004 10:56 AM
Updated: Sun, 2 May 2004 7:18 PM
Description:
line 77 in ArtifactListBuilder is :
artifact.setPath( new File( mavenJarProperty ).getAbsolutePath() );
this assumes project.xml is located in user.dir. thus if running from elsewhere, we
have to explicitely change, then restore, user.dir property.
i think this should be corrected by something like :
artifact.setPath( new File( project.getFile().getParentFile(), mavenJarProperty
).getAbsolutePath() );
-- gd
---------------------------------------------------------------------
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]