You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Mike Pfaff (JIRA)" <ji...@apache.org> on 2008/08/20 18:46:47 UTC

[jira] Commented: (SLING-624) ignoreImportProviders cannot have more than one value

    [ https://issues.apache.org/jira/browse/SLING-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624045#action_12624045 ] 

Mike Pfaff commented on SLING-624:
----------------------------------

Workaround: Put the whole tree, for which you do not want the xml/json auto-import, into a zip. The importer will then automatically extract the zip contents, but he will leave the json and xml files alone.

> ignoreImportProviders cannot have more than one value
> -----------------------------------------------------
>
>                 Key: SLING-624
>                 URL: https://issues.apache.org/jira/browse/SLING-624
>             Project: Sling
>          Issue Type: Bug
>          Components: JCR Contentloader
>    Affects Versions: JCR Contentloader 2.0.4
>            Reporter: Mike Pfaff
>            Assignee: Carsten Ziegeler
>             Fix For: JCR Contentloader 2.0.4
>
>
> When using the following initial content configuration for the maven-bundle-plugin, only json files are ignored, but xml files are evaluated. The underlying problem is that ignoreImportProviders (which is part of a single Sling-Initial-Content entry) expects a comma-separated list and the Sling-Initial-Content expects a comma-separated list of entries.
> <Sling-Initial-Content>
> CQ-INF/content/apps/xyz/docroot;overwrite:=true;path:=/apps/xyz/docroot;ignoreImportProviders:=json,xml,
> CQ-INF/content/apps/xyz/components;overwrite:=true;path:=/apps/xyz/components,
> CQ-INF/content/apps/xyz/templates;overwrite:=true;path:=/apps/xyz/templates
> </Sling-Initial-Content>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.