You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2009/02/05 17:39:59 UTC

[jira] Commented: (SLING-738) Make jcrinstall folder names runmode-aware

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

Bertrand Delacretaz commented on SLING-738:
-------------------------------------------

Implemented in revision 741168, see RunModeRegexpFilterTest for details.

Note that the jcrinstall integration tests do not currently run out of the box from the launchpad/testing module, added notes about this in revision 741171, in launchpad/testing/README.txt

[1] http://svn.apache.org/repos/asf/incubator/sling/trunk/extensions/jcrinstall/service/src/test/java/org/apache/sling/jcr/jcrinstall/jcr/impl/RunModeRegexpFilterTest.java

> Make jcrinstall folder names runmode-aware
> ------------------------------------------
>
>                 Key: SLING-738
>                 URL: https://issues.apache.org/jira/browse/SLING-738
>             Project: Sling
>          Issue Type: Improvement
>          Components: JCR Install
>            Reporter: Bertrand Delacretaz
>            Assignee: Bertrand Delacretaz
>            Priority: Minor
>
> See http://markmail.org/message/topoqak74hdqxsvv - jcrinstall should append the names of the current runmodes to the names of folders that it watches.
> For example, if folder /libs/foo/config is watched and the current runmodes are "dev, staging", jcrinstall should also watch these folders:
>    /libs/foo/config.dev
>    /libs/foo/config.staging
> This is already possible currently by specifying a regepx like 
>   /libs/.*/config(.[dev|staging])?
> for the folder names, but it seems more logical to have the runmodes drive this, and that means less configuration.

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