You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2009/01/02 12:25:44 UTC

[jira] Commented: (SLING-798) Create filesystem provider configurations for initial content on sling install

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

Carsten Ziegeler commented on SLING-798:
----------------------------------------

Revision 730701 contains a first version which posts new configs on each sling:install.
Initial content entries can be ignored by setting the directive "maven:mount:=false" for the entry.
The whole procedure can be disabled by setting -D.sling.mountByFS=false

The current approach allows to generate a config and mount scripts contained in the project through the fs provider.
The scripts can then be edited in the IDE and changes are applied immediately.

This initial version has some drawbacks, one of them is that each invocation creates new configs, old configs are never removed etc.

> Create filesystem provider configurations for initial content on sling install
> ------------------------------------------------------------------------------
>
>                 Key: SLING-798
>                 URL: https://issues.apache.org/jira/browse/SLING-798
>             Project: Sling
>          Issue Type: New Feature
>          Components: Maven Plugins
>    Affects Versions: Maven Sling Plugin 2.0.2
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: Maven Sling Plugin 2.0.4
>
>
> The maven sling plugin could be improved to generate file system provider factory configurations for initial content.
> During a sling:install, the plugin will read the generated manifest, extract the initial content directives and uses them to
> POST new configurations to the Felix webconsole

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