[ http://jira.codehaus.org/browse/MAVEN-1520?page=all ]
Lukas Theussl closed MAVEN-1520:
--------------------------------
Resolution: Fixed
Done.
> 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-3
>
>
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]