]
Xavier Coulon updated JBIDE-14964:
----------------------------------
Fix Version/s: LATER
(was: 4.2.x)
LiveReload doesn't reload when JRebel is used, because resources
are "never published automatically"
----------------------------------------------------------------------------------------------------
Key: JBIDE-14964
URL:
https://issues.jboss.org/browse/JBIDE-14964
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: livereload
Affects Versions: 4.1.0.Beta1
Reporter: Lukáš Fryč
Assignee: Xavier Coulon
Priority: Critical
Fix For: LATER
When JRebel is used together with LiveReload, "Never Publish Automatically"
needs to be turned on in Publishing setup of Server Runtime (AS/EAP) settings.
In this mode, LiveReload does not work, because new resources are never published
according to the IDE.
However JRebel reloads those resources in a background.
----
In the opposite case ("Automatically publish after resource change"), I'm
getting "Concurrent resource modification" error occasionally which might not be
related to JRebel usage.