You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Nourredine K. (JIRA)" <ji...@apache.org> on 2011/09/15 18:20:09 UTC

[jira] [Created] (TAP5-1655) Disable loading specified modules

Disable loading specified modules
---------------------------------

                 Key: TAP5-1655
                 URL: https://issues.apache.org/jira/browse/TAP5-1655
             Project: Tapestry 5
          Issue Type: New Feature
          Components: tapestry-core, tapestry-ioc
    Affects Versions: 5.3
            Reporter: Nourredine K.
            Priority: Minor


Hi,

For testing purpose, it can be useful to disable loading for specified modules.

Tapestry already provides a way to disable loading for ALL modules ("tapestry.disable-default-modules") and also allows adding specified modules ("tapestry.modules") but does not offer the possibility to exclude specified modules.

Nourredine.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (TAP5-1655) Disable loading specified modules

Posted by "François Facon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

François Facon reassigned TAP5-1655:
------------------------------------

    Assignee: François Facon

> Disable loading specified modules
> ---------------------------------
>
>                 Key: TAP5-1655
>                 URL: https://issues.apache.org/jira/browse/TAP5-1655
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core, tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Nourredine K.
>            Assignee: François Facon
>            Priority: Minor
>              Labels: ioc, module
>         Attachments: tapestry.exclude-modules_5.3-beta8.patch
>
>
> Hi,
> For testing purpose, it can be useful to disable loading for specified modules.
> Tapestry already provides a way to disable loading for ALL modules ("tapestry.disable-default-modules") and also allows adding specified modules ("tapestry.modules") but does not offer the possibility to exclude specified modules.
> Nourredine.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Assigned] (TAP5-1655) Disable loading specified modules

Posted by "François Facon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

François Facon reassigned TAP5-1655:
------------------------------------

    Assignee: François Facon

> Disable loading specified modules
> ---------------------------------
>
>                 Key: TAP5-1655
>                 URL: https://issues.apache.org/jira/browse/TAP5-1655
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core, tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Nourredine K.
>            Assignee: François Facon
>            Priority: Minor
>              Labels: ioc, module
>         Attachments: tapestry.exclude-modules_5.3-beta8.patch
>
>
> Hi,
> For testing purpose, it can be useful to disable loading for specified modules.
> Tapestry already provides a way to disable loading for ALL modules ("tapestry.disable-default-modules") and also allows adding specified modules ("tapestry.modules") but does not offer the possibility to exclude specified modules.
> Nourredine.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (TAP5-1655) Disable loading specified modules

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

Nourredine K. updated TAP5-1655:
--------------------------------

    Attachment: tapestry.exclude-modules_5.3-beta8.patch

Here a patch for tapestry5.3-beta-8.

Same usage as for "tapestry.modules".

To disable loading of a list of modules : 

-Dtapestry.exclude-modules="fooPackage.services.FooModule,barPackage.services.BarModule"

Nourredine.

> Disable loading specified modules
> ---------------------------------
>
>                 Key: TAP5-1655
>                 URL: https://issues.apache.org/jira/browse/TAP5-1655
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core, tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Nourredine K.
>            Priority: Minor
>              Labels: ioc, module
>         Attachments: tapestry.exclude-modules_5.3-beta8.patch
>
>
> Hi,
> For testing purpose, it can be useful to disable loading for specified modules.
> Tapestry already provides a way to disable loading for ALL modules ("tapestry.disable-default-modules") and also allows adding specified modules ("tapestry.modules") but does not offer the possibility to exclude specified modules.
> Nourredine.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TAP5-1655) Disable loading specified modules

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

Nourredine K. updated TAP5-1655:
--------------------------------

    Attachment: tapestry.exclude-modules_5.3-beta8.patch

Here a patch for tapestry5.3-beta-8.

Same usage as for "tapestry.modules".

To disable loading of a list of modules : 

-Dtapestry.exclude-modules="fooPackage.services.FooModule,barPackage.services.BarModule"

Nourredine.

> Disable loading specified modules
> ---------------------------------
>
>                 Key: TAP5-1655
>                 URL: https://issues.apache.org/jira/browse/TAP5-1655
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core, tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Nourredine K.
>            Priority: Minor
>              Labels: ioc, module
>         Attachments: tapestry.exclude-modules_5.3-beta8.patch
>
>
> Hi,
> For testing purpose, it can be useful to disable loading for specified modules.
> Tapestry already provides a way to disable loading for ALL modules ("tapestry.disable-default-modules") and also allows adding specified modules ("tapestry.modules") but does not offer the possibility to exclude specified modules.
> Nourredine.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira