Fix relative path not being found

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113678 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-07-21 06:04:23 +00:00
parent d3922a124d
commit 1fd2cabd3d
2 changed files with 11 additions and 5 deletions

View File

@@ -9,6 +9,12 @@
<body>
<release version="1.2" date="in CVS">
<action dev="dion" type="fix">
Fix <code>Couldn't find relative path ...</code> message on windows
under multiproject build. Paths with <code>..</code> in them
were absolute, but it meant that the 'startsWith' logic was flawed.
Changed to using the canonical path.
</action>
<action dev="dion" type="fix">
Add sourceModification include/excludes
</action>