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 2008/06/20 10:47:45 UTC

[jira] Created: (SLING-548) Add possibility to extract archives into the repository

Add possibility to extract archives into the repository
-------------------------------------------------------

                 Key: SLING-548
                 URL: https://issues.apache.org/jira/browse/SLING-548
             Project: Sling
          Issue Type: New Feature
          Components: JCR Contentloader
    Affects Versions: JCR Contentloader 2.0.2
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler


Currently the content from a bundle is put as-is into the repository.
We could add a new feature where the user can specify an archive (zip or jar as a start) together with a path in the manifest. The archive will then be extracted into the repository at the given path.

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


[jira] Closed: (SLING-548) Add possibility to extract archives into the repository

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed SLING-548.
----------------------------------

       Resolution: Fixed
    Fix Version/s: JCR Contentloader 2.0.4

I rewrote the contentloader from a mock node/property based approach to an event based approach. A content reader now requests creation of
nodes and properties on the fly. This makes handling binary information easier.
New import providers for jar and zip have been added.
New configuration possibility to turn off specific import providers
Enabled json reader test cases again.

> Add possibility to extract archives into the repository
> -------------------------------------------------------
>
>                 Key: SLING-548
>                 URL: https://issues.apache.org/jira/browse/SLING-548
>             Project: Sling
>          Issue Type: New Feature
>          Components: JCR Contentloader
>    Affects Versions: JCR Contentloader 2.0.2
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: JCR Contentloader 2.0.4
>
>
> Currently the content from a bundle is put as-is into the repository.
> We could add a new feature where the user can specify an archive (zip or jar as a start) together with a path in the manifest. The archive will then be extracted into the repository at the given path.

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