
Hi all. I'm having troubles debugging oVirt's GUI with gwt-debug recently- this happens on master, it fails with the following error: ..... [INFO] diagnostic ... engine/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/presenter/tab/virtualMachine/SubTabVirtualMachineVirtualDiskPresenter.java:38: error: type org.ovirt.engine.ui.uicommonweb.models.vms.VmListModel does not take parameters SearchableDetailModelProvider<Disk, VmListModel<Void>, VmDiskListModel> modelProvider) { ^ ..... After going a few patches back, prior to the one which adds this code, the issue seems to be solved.. Did anybody else had the same problem/know how to fix it? or maybe that just happens to me locally.. Amit.

adding Martin Betak (author of [1]) which did the last modification to SubTabVirtualMachineVirtualDiskPresenter.java, line 38. [CC'ing Vojtech] @Martin/Vojtech - any idea? [1] https://gerrit.ovirt.org/#/c/32907/ [frontend: refactoring: Generify list models] ----- Original Message -----
From: "Amit Aviram" <aaviram@redhat.com> To: devel@ovirt.org Sent: Sunday, March 8, 2015 7:06:31 AM Subject: [ovirt-devel] Problems with using gwt-debug
Hi all.
I'm having troubles debugging oVirt's GUI with gwt-debug recently- this happens on master, it fails with the following error:
.....
[INFO] diagnostic ... engine/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/presenter/tab/virtualMachine/SubTabVirtualMachineVirtualDiskPresenter.java:38: error: type org.ovirt.engine.ui.uicommonweb.models.vms.VmListModel does not take parameters SearchableDetailModelProvider<Disk, VmListModel<Void>, VmDiskListModel> modelProvider) { ^ .....
After going a few patches back, prior to the one which adds this code, the issue seems to be solved..
Did anybody else had the same problem/know how to fix it?
or maybe that just happens to me locally..
Amit. _______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

Hi Amit, this seems to be only and issue of missing `make clean` or removing the install prefix directory. I guess debug mode is picking up old files from before when the generic parameter wasn't there. The debug mode is working for me and other frontend guys with current master. Best regards, Martin ----- Original Message -----
From: "Einav Cohen" <ecohen@redhat.com> To: "Amit Aviram" <aaviram@redhat.com>, "Martin Betak" <mbetak@redhat.com> Cc: devel@ovirt.org, "Vojtech Szocs" <vszocs@redhat.com> Sent: Sunday, March 8, 2015 5:26:27 PM Subject: Re: [ovirt-devel] Problems with using gwt-debug
adding Martin Betak (author of [1]) which did the last modification to SubTabVirtualMachineVirtualDiskPresenter.java, line 38. [CC'ing Vojtech]
@Martin/Vojtech - any idea?
[1] https://gerrit.ovirt.org/#/c/32907/ [frontend: refactoring: Generify list models]
----- Original Message -----
From: "Amit Aviram" <aaviram@redhat.com> To: devel@ovirt.org Sent: Sunday, March 8, 2015 7:06:31 AM Subject: [ovirt-devel] Problems with using gwt-debug
Hi all.
I'm having troubles debugging oVirt's GUI with gwt-debug recently- this happens on master, it fails with the following error:
.....
[INFO] diagnostic ... engine/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/presenter/tab/virtualMachine/SubTabVirtualMachineVirtualDiskPresenter.java:38: error: type org.ovirt.engine.ui.uicommonweb.models.vms.VmListModel does not take parameters SearchableDetailModelProvider<Disk, VmListModel<Void>, VmDiskListModel> modelProvider) { ^ .....
After going a few patches back, prior to the one which adds this code, the issue seems to be solved..
Did anybody else had the same problem/know how to fix it?
or maybe that just happens to me locally..
Amit. _______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

----- Original Message -----
From: "Martin Betak" <mbetak@redhat.com> To: "Einav Cohen" <ecohen@redhat.com> Cc: devel@ovirt.org Sent: Monday, March 9, 2015 1:25:59 PM Subject: Re: [ovirt-devel] Problems with using gwt-debug
Hi Amit,
this seems to be only and issue of missing `make clean` or removing the install prefix directory. I guess debug mode is picking up old files from before when the generic parameter wasn't there.
The debug mode is working for me and other frontend guys with current master.
I can confirm this - Im freshly rebased and it works without any issues to me.
Best regards,
Martin
----- Original Message -----
From: "Einav Cohen" <ecohen@redhat.com> To: "Amit Aviram" <aaviram@redhat.com>, "Martin Betak" <mbetak@redhat.com> Cc: devel@ovirt.org, "Vojtech Szocs" <vszocs@redhat.com> Sent: Sunday, March 8, 2015 5:26:27 PM Subject: Re: [ovirt-devel] Problems with using gwt-debug
adding Martin Betak (author of [1]) which did the last modification to SubTabVirtualMachineVirtualDiskPresenter.java, line 38. [CC'ing Vojtech]
@Martin/Vojtech - any idea?
[1] https://gerrit.ovirt.org/#/c/32907/ [frontend: refactoring: Generify list models]
----- Original Message -----
From: "Amit Aviram" <aaviram@redhat.com> To: devel@ovirt.org Sent: Sunday, March 8, 2015 7:06:31 AM Subject: [ovirt-devel] Problems with using gwt-debug
Hi all.
I'm having troubles debugging oVirt's GUI with gwt-debug recently- this happens on master, it fails with the following error:
.....
[INFO] diagnostic ... engine/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/presenter/tab/virtualMachine/SubTabVirtualMachineVirtualDiskPresenter.java:38: error: type org.ovirt.engine.ui.uicommonweb.models.vms.VmListModel does not take parameters SearchableDetailModelProvider<Disk, VmListModel<Void>, VmDiskListModel> modelProvider) { ^ .....
After going a few patches back, prior to the one which adds this code, the issue seems to be solved..
Did anybody else had the same problem/know how to fix it?
or maybe that just happens to me locally..
Amit. _______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
participants (4)
-
Amit Aviram
-
Einav Cohen
-
Martin Betak
-
Tomas Jelinek