Message:
The following issue has been closed.
Resolver: Arnaud HERITIER
Date: Tue, 20 Jul 2004 2:56 PM
update fix-version
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MPANT-16
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MPANT-16
Summary: Use relative paths in directory properties.
Type: Improvement
Status: Closed
Priority: Major
Resolution: FIXED
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven-ant-plugin
Fix Fors:
1.8
Versions:
1.7
Assignee: Carlos Sanchez
Reporter: Brent Worden
Created: Thu, 24 Jun 2004 4:36 PM
Updated: Tue, 20 Jul 2004 2:56 PM
Description:
The generated Ant script currently contains absolute paths in some of the declared
properties:
<property name="defaulttargetdir" value="${maven.build.dir}"/>
<property name="libdir" value="${maven.build.dir}/lib" />
<property name="classesdir" value="${maven.build.dest}" />
<property name="testclassesdir" value="${maven.test.dest}" />
I would like to see those properties made relative paths.
I'll apply a patch the generate relative path properties.
---------------------------------------------------------------------
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]