You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/05/16 09:45:35 UTC

[jira] Updated: (MAVEN-1520) maven:makeRelativePath tag is borked

     [ http://jira.codehaus.org/browse/MAVEN-1520?page=all ]

Brett Porter updated MAVEN-1520:
--------------------------------

    Fix Version:     (was: 1.1-beta-1)
                 1.1-beta-2

> maven:makeRelativePath tag is borked
> ------------------------------------
>
>          Key: MAVEN-1520
>          URL: http://jira.codehaus.org/browse/MAVEN-1520
>      Project: maven
>         Type: Bug
>   Components: core
>     Versions: 1.0.1
>  Environment: Reactor Build
>     Reporter: Hiram Chirino
>      Fix For: 1.1-beta-2

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

-- 
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
-
For more information on JIRA, 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