You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2011/05/12 16:54:51 UTC

[jira] [Created] (GERONIMODEVTOOLS-744) More flexible no-redeployment option

More flexible no-redeployment option
------------------------------------

                 Key: GERONIMODEVTOOLS-744
                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-744
             Project: Geronimo-Devtools
          Issue Type: New Feature
          Components: eclipse-plugin
    Affects Versions: 3.0
            Reporter: Jarek Gawor


It would be nice to let user specify a list of file extensions that do not cause the application to be re-deployed if one of the files with a matching extension is modified. Instead the given file would be simply copied and the application left running as is.


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

[jira] [Resolved] (GERONIMODEVTOOLS-744) More flexible no-redeployment option

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

Jarek Gawor resolved GERONIMODEVTOOLS-744.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0

> More flexible no-redeployment option
> ------------------------------------
>
>                 Key: GERONIMODEVTOOLS-744
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-744
>             Project: Geronimo-Devtools
>          Issue Type: New Feature
>          Components: eclipse-plugin
>    Affects Versions: 3.0
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>             Fix For: 3.0
>
>
> It would be nice to let user specify a list of file extensions that do not cause the application to be re-deployed if one of the files with a matching extension is modified. Instead the given file would be simply copied and the application left running as is.

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

        

[jira] [Commented] (GERONIMODEVTOOLS-744) More flexible no-redeployment option

Posted by "Yi Xiao (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13076081#comment-13076081 ] 

Yi Xiao commented on GERONIMODEVTOOLS-744:
------------------------------------------

Hi Jarek, how to set the docBase attribute in an web application?  I've create a myApp/META-INF/context.xml file which contains a '<Context docBase="..."></Context>' element. But, it does not work.

> More flexible no-redeployment option
> ------------------------------------
>
>                 Key: GERONIMODEVTOOLS-744
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-744
>             Project: Geronimo-Devtools
>          Issue Type: New Feature
>          Components: eclipse-plugin
>    Affects Versions: 3.0
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>             Fix For: 3.0
>
>
> It would be nice to let user specify a list of file extensions that do not cause the application to be re-deployed if one of the files with a matching extension is modified. Instead the given file would be simply copied and the application left running as is.

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

        

[jira] [Assigned] (GERONIMODEVTOOLS-744) More flexible no-redeployment option

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

Jarek Gawor reassigned GERONIMODEVTOOLS-744:
--------------------------------------------

    Assignee: Jarek Gawor

> More flexible no-redeployment option
> ------------------------------------
>
>                 Key: GERONIMODEVTOOLS-744
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-744
>             Project: Geronimo-Devtools
>          Issue Type: New Feature
>          Components: eclipse-plugin
>    Affects Versions: 3.0
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>
> It would be nice to let user specify a list of file extensions that do not cause the application to be re-deployed if one of the files with a matching extension is modified. Instead the given file would be simply copied and the application left running as is.

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

        

[jira] [Commented] (GERONIMODEVTOOLS-744) More flexible no-redeployment option

Posted by "Yi Xiao (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13076103#comment-13076103 ] 

Yi Xiao commented on GERONIMODEVTOOLS-744:
------------------------------------------

I try to add the '<web:context docBase="/TestWeb"></web:context>' in geronimo-web.xml, the 'docBase' attribute has been transferred to server, but the server ignores it, so it does not work.
Should we need to still retain the feature in 3.0?

> More flexible no-redeployment option
> ------------------------------------
>
>                 Key: GERONIMODEVTOOLS-744
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-744
>             Project: Geronimo-Devtools
>          Issue Type: New Feature
>          Components: eclipse-plugin
>    Affects Versions: 3.0
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>             Fix For: 3.0
>
>
> It would be nice to let user specify a list of file extensions that do not cause the application to be re-deployed if one of the files with a matching extension is modified. Instead the given file would be simply copied and the application left running as is.

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

        

[jira] [Commented] (GERONIMODEVTOOLS-744) More flexible no-redeployment option

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13032470#comment-13032470 ] 

David Jencks commented on GERONIMODEVTOOLS-744:
-----------------------------------------------

I think this is to support in place editing of jsps, html, etc.  What happens if you deploy an "exploded" wab using a reference:file:// url?  I would not expect anything to get copied into the server due to the reference: url.  Does the bundle pick up live changes to the resources?  Do jsps work?

> More flexible no-redeployment option
> ------------------------------------
>
>                 Key: GERONIMODEVTOOLS-744
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-744
>             Project: Geronimo-Devtools
>          Issue Type: New Feature
>          Components: eclipse-plugin
>    Affects Versions: 3.0
>            Reporter: Jarek Gawor
>
> It would be nice to let user specify a list of file extensions that do not cause the application to be re-deployed if one of the files with a matching extension is modified. Instead the given file would be simply copied and the application left running as is.

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

[jira] [Commented] (GERONIMODEVTOOLS-744) More flexible no-redeployment option

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13053063#comment-13053063 ] 

Jarek Gawor commented on GERONIMODEVTOOLS-744:
----------------------------------------------

Added support for more flexible no-redeployment option in the following revisions: 1134919, 1135267, 1135268, and 1135290.

No-redeployment option is only supported on web modules (Java EE & OSGI bundles, standalone or embedded). Modified files that are not on the include file list or are on the exclude file list will cause the entire module to be re-deployed. Otherwise, a simple file copy or delete is performed. The no-redeployment option only works on web modules that have "document base" (i.e. publish directory) set. That is, GEP searches for WebModule mbeans with a specific "contextPath" and looks up their "docBase" directory. 



> More flexible no-redeployment option
> ------------------------------------
>
>                 Key: GERONIMODEVTOOLS-744
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-744
>             Project: Geronimo-Devtools
>          Issue Type: New Feature
>          Components: eclipse-plugin
>    Affects Versions: 3.0
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>             Fix For: 3.0
>
>
> It would be nice to let user specify a list of file extensions that do not cause the application to be re-deployed if one of the files with a matching extension is modified. Instead the given file would be simply copied and the application left running as is.

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