Message:

   The following issue has been closed.

   Resolver: Carlos Sanchez
       Date: Mon, 16 Aug 2004 6:53 AM

Arnaud: maybe you want to release 1.8.1 with this fixed
---------------------------------------------------------------------
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.9
   Versions:
             1.7

   Assignee: Carlos Sanchez
   Reporter: Brent Worden

    Created: Thu, 24 Jun 2004 4:36 PM
    Updated: Mon, 16 Aug 2004 6:53 AM

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]

Reply via email to