[ 
https://issues.apache.org/jira/browse/FOR-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531504
 ] 

Thorsten Scherler commented on FOR-1048:
----------------------------------------

from the ant documentation:
"FileSet
A FileSet is a group of files. These files can be found in a directory tree 
starting in a base directory and are matched by patterns taken from a number of 
PatternSets and Selectors. "

in above comment we can see that we defined @dir="${project.home}" but in the 
site-author ${project.content-dir}=.

meaning we want to include "./**" which does not compute for ant since we are 
already in the project.home.

Chancing  <include name="${project.content-dir}/**"/> to <include name="**/"/> 
solves the problem but as well copies all directories.



> 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.