[
https://issues.apache.org/jira/browse/DOXIASITETOOLS-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15103901#comment-15103901
]
Hudson commented on DOXIASITETOOLS-118:
---------------------------------------
SUCCESS: Integrated in doxia-all #219 (See
[https://builds.apache.org/job/doxia-all/219/])
Original unittest for DOXIASITETOOLS-118 (rfscholte:
[http://svn.apache.org/viewvc/?view=rev&rev=1725116])
*
./doxia-sitetools/doxia-integration-tools/src/test/java/org/apache/maven/doxia/tools/SiteToolTest.java
*
./doxia-sitetools/doxia-integration-tools/src/test/resources/unit/interpolation-child-test
*
./doxia-sitetools/doxia-integration-tools/src/test/resources/unit/interpolation-child-test/pom.xml
*
./doxia-sitetools/doxia-integration-tools/src/test/resources/unit/interpolation-child-test/src
*
./doxia-sitetools/doxia-integration-tools/src/test/resources/unit/interpolation-child-test/src/site
*
./doxia-sitetools/doxia-integration-tools/src/test/resources/unit/interpolation-child-test/src/site/site.xml
*
./doxia-sitetools/doxia-integration-tools/src/test/resources/unit/interpolation-parent-test
*
./doxia-sitetools/doxia-integration-tools/src/test/resources/unit/interpolation-parent-test/pom.xml
> Separate inheritance and interpolation
> ---------------------------------------
>
> Key: DOXIASITETOOLS-118
> URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-118
> Project: Maven Doxia Sitetools
> Issue Type: Improvement
> Components: Integration Tools
> Affects Versions: doxia-integration-tools-1.4
> Reporter: Robert Scholte
> Assignee: Robert Scholte
> Fix For: 1.7
>
>
> The implementation uses recursion to get an inherited model of the site.xml,
> but every step does the interpolation too.
> So if the parent site.xml contains something like {{${project.name\}}}, its
> value will be an ancestor project name, often an unexpected value.
> By moving the interpolation from the recursive method to the method-caller
> you will get the name of the active project.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)