[
https://issues.apache.org/jira/browse/FELIX-5137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15056323#comment-15056323
]
ASF GitHub Bot commented on FELIX-5137:
---------------------------------------
Github user CodingFabian closed the pull request at:
https://github.com/apache/felix/pull/47
> Felix Fileinstall: add support for recursing and skipping subdirectories
> ------------------------------------------------------------------------
>
> Key: FELIX-5137
> URL: https://issues.apache.org/jira/browse/FELIX-5137
> Project: Felix
> Issue Type: Bug
> Components: File Install
> Affects Versions: fileinstall-3.5.0
> Reporter: Fabian Lange
> Assignee: Guillaume Nodet
> Fix For: fileinstall-3.5.2
>
>
> The current implementation follows the following pattern:
> if a file in a watched directory is changed, it is updated. If it resides in
> a subdirectory, that subdirectory is treated as jar.
> Sometimes it could be desired to organize files in subdirectories which shall
> not be treated as jars. sometimes you might want to have a separate watcher
> for a subdirectory, so the parent should skip them.
> therefor I propose the addition of a new property called
> "felix.fileinstall.subdir.mode" with the values "jar", "recurse" and "skip".
> jar being default if unset.
> This also would fix the problem described in FELIX-5134 which was found to
> be: works as designed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)