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

2011-08-02 Thread Yi Xiao (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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] [Commented] (GERONIMODEVTOOLS-744) More flexible no-redeployment option

2011-08-02 Thread Yi Xiao (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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

2011-06-22 Thread Jarek Gawor (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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




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

2011-05-12 Thread David Jencks (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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