[
https://issues.apache.org/jira/browse/FOR-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531497
]
Thorsten Scherler commented on FOR-1048:
----------------------------------------
Can be reproduced with our site-author.
I think it is because:
project.content-dir=.
which then in webapp.xml (114)
<copy toDir="${project.webapp}/project" overwrite="true" failonerror="false">
<fileset dir="${project.home}">
<include name="forrest.properties"/>
<include name="${project.status}"/>
<include name="${project.content-dir}/**"/>
...
cannot be processed.
> forrest.properties.xml is getting ignored
> -----------------------------------------
>
> Key: FOR-1048
> URL: https://issues.apache.org/jira/browse/FOR-1048
> Project: Forrest
> Issue Type: Bug
> Components: Launch servlet WAR
> Reporter: Thorsten Scherler
>
> The forrest.properties.xml will not be copied when generating a war.
> This leaves e.g. the dispatcher without any possibility to configure.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.