Change in ovirt-engine[master]: webadmin, userportal: Fix GWT DevMode refresh issue

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 <vszocs@redhat.com> --- 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 <vszocs@redhat.com> Gerrit-Reviewer: Alexander Wels <awels@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkaplan@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Einav Cohen <ecohen@redhat.com> Gerrit-Reviewer: Gilad Chaplik <gchaplik@redhat.com> Gerrit-Reviewer: Lior Vernia <lvernia@redhat.com> Gerrit-Reviewer: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: Vojtech Szocs <vszocs@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
vszocs@redhat.com