Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Windows XP, Java 1.5
Description
When a library is loaded as a dependency if its dependencies contain one of type system which has a variable in the path the variable is not interpolated so that <systemPath>${appHome}/lib/...</systemPath> is not an absolute path, rendering the dependency invalid.
ex
Lib A
-->Lib B |
-->Lib C (System Dep, path=$appHome}/lib/....jar) |
When resolving deps for lib B's pom will throw an error because path is not interpolated.