The following comment has been added to this issue:

     Author: Brent Worden
    Created: Sun, 15 Aug 2004 8:53 PM
       Body:
I missed one of the absolute paths.  The fix is simple.  Change line 285 of 
build.jelly to:
<fileset dir="${testSrcDir}">

---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPANT-16?page=comments#action_23129

---------------------------------------------------------------------
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: Sun, 15 Aug 2004 8:53 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]

Reply via email to