Vojtech Szocs has submitted this change and it was merged.

Change subject: webadmin,userportal: Fix GWT DevMode refresh issue
......................................................................


webadmin,userportal: Fix GWT DevMode refresh issue

GWT SDK version 2.5.1 + gwt-maven-plugin version 2.5.1 combo
has an issue where GUI code change (modifying *.java file)
isn't reflected into (running) GWT DevMode debug session:

  https://jira.codehaus.org/browse/MGWT-350

In practice, this means developer has to restart GWT DevMode
each time he (she) makes GUI code change, which is not good.

This patch modifies 'gwtdev' Maven build profile to work
around this issue by using gwt-maven-plugin version 2.4.0
instead of (GWT SDK based) version 2.5.1.

Note that 'gwtdev' profile is used only for GWT debugging
purposes, therefore this patch has no impact on regular
GWT build.

Change-Id: I831d0b2ce203bea3a4ffa1b42c27a3d0c300c7a1
Signed-off-by: Vojtech Szocs <[email protected]>
---
M frontend/webadmin/modules/userportal-gwtp/pom.xml
M frontend/webadmin/modules/webadmin/pom.xml
M pom.xml
3 files changed, 20 insertions(+), 0 deletions(-)

Approvals:
  Vojtech Szocs: Verified; Looks good to me, approved



-- 
To view, visit http://gerrit.ovirt.org/22108
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I831d0b2ce203bea3a4ffa1b42c27a3d0c300c7a1
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vojtech Szocs <[email protected]>
Gerrit-Reviewer: Alexander Wels <[email protected]>
Gerrit-Reviewer: Alona Kaplan <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Einav Cohen <[email protected]>
Gerrit-Reviewer: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: Lior Vernia <[email protected]>
Gerrit-Reviewer: Tomas Jelinek <[email protected]>
Gerrit-Reviewer: Vojtech Szocs <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to