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" <[email protected]> > To: "Amit Aviram" <[email protected]>, "Martin Betak" <[email protected]> > Cc: [email protected], "Vojtech Szocs" <[email protected]> > 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" <[email protected]> > > To: [email protected] > > 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 > > [email protected] > > http://lists.ovirt.org/mailman/listinfo/devel > > > _______________________________________________ Devel mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/devel
