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 2004/06/24 22:38:35 UTC

[jira] Updated: (MPANT-16) Use relative paths in directory properties.

The following issue has been updated:

    Updater: Brent Worden (mailto:brent@worden.org)
       Date: Thu, 24 Jun 2004 4:37 PM
    Changes:
             Attachment changed to maven-plugins-ant-relative.diff
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPANT-16?page=history

---------------------------------------------------------------------
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: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-ant-plugin
   Versions:
             1.7

   Assignee: 
   Reporter: Brent Worden

    Created: Thu, 24 Jun 2004 4:36 PM
    Updated: Thu, 24 Jun 2004 4:37 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org