The following issue has been updated:

    Updater: Brett Porter (mailto:[EMAIL PROTECTED])
       Date: Tue, 30 Nov 2004 8:17 AM
    Changes:
             Fix Version changed to 1.0.2
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1520?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1520

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1520
    Summary: maven:makeRelativePath tag is borked
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
   Fix Fors:
             1.0.2
   Versions:
             1.0.1

   Assignee: 
   Reporter: Hiram Chirino

    Created: Mon, 29 Nov 2004 11:14 AM
    Updated: Tue, 30 Nov 2004 8:17 AM
Environment: Reactor Build

Description:
Noticed the problem when the eclipse plugin started breaking a little.
I added some dubug lines to it's jelly file:

<maven:makeRelativePath var="srcDir" basedir="${basedir}" path="${res}"  
separator="/"/>
<ant:echo>Base DIR: ${basedir}, SRC DIR: ${srcDir}, RES ${res}</ant:echo>

Running that resulted in: 
[echo] Base DIR: C:\sandbox\activemq\modules\core, SRC DIR: 
C:/sandbox/activemq/src/conf, RES src/conf

I would have expectd srcDir to be  "C:/sandbox/activemq/modules/core/src/conf" 
not "C:/sandbox/activemq/src/conf"




---------------------------------------------------------------------
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