[Engine-devel] compilation failure: VmSnapshotListModel.java:[234, 36] cannot find symbol, symbol : variable RemoveSnapshot

git hash 727abd1bd4447be81ca0e9dcd3d03563b74a7046 (but I really don't recall when was the last time I tried to compile!): [INFO] Compiling 39 source files to /home/ykaul/ovirt-engine/frontend/webadmin/modules/userportal/target/classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] VmSnapshotListModel.java:[234,36] cannot find symbol symbol : variable RemoveSnapshot location: class org.ovirt.engine.core.common.action.VdcActionType [INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE On Fedora 16/x64, fully updated. TIA, Y.

On 02/13/2012 12:03 PM, Yaniv Kaul wrote:
git hash 727abd1bd4447be81ca0e9dcd3d03563b74a7046 (but I really don't recall when was the last time I tried to compile!):
[INFO] Compiling 39 source files to /home/ykaul/ovirt-engine/frontend/webadmin/modules/userportal/target/classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] VmSnapshotListModel.java:[234,36] cannot find symbol symbol : variable RemoveSnapshot location: class org.ovirt.engine.core.common.action.VdcActionType [INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE
On Fedora 16/x64, fully updated.
TIA, Y. _______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel
mvn2 clean install before the build cleared that one, but I am getting several errors, some of it seems relevant to recent log changes: [INFO] [gwt:compile {execution: gwtcompile}] [INFO] auto discovered modules [org.ovirt.engine.ui.GwtExtension, org.ovirt.engine.ui.Frontend, org.ovirt.engine.ui.webadmin.WebAdmin, org.ovirt.engine.ui.common.GwtCommon, org.ovirt.engine.ui.UICommonWeb] [WARNING] Don't declare gwt-dev as a project dependency. This may introduce complex dependency conflicts [INFO] org.ovirt.engine.ui.GwtExtension has no EntryPoint - compilation skipped [INFO] org.ovirt.engine.ui.Frontend has no EntryPoint - compilation skipped [INFO] org.ovirt.engine.ui.common.GwtCommon has no EntryPoint - compilation skipped [INFO] org.ovirt.engine.ui.UICommonWeb has no EntryPoint - compilation skipped [ERROR] [AppClassLoader@64601bb1] info AspectJ Weaver Version 1.6.11 built on Tuesday Mar 15, 2011 at 15:31:04 GMT [ERROR] [AppClassLoader@64601bb1] info register classloader sun.misc.Launcher$AppClassLoader@64601bb1 [ERROR] [AppClassLoader@64601bb1] info using configuration file:/home/ykaul/ovirt-engine/frontend/webadmin/modules/gwt-extension/target/gwt-extension-3.0.0-0001.jar!/META-INF/aop.xml [ERROR] [AppClassLoader@64601bb1] info using configuration file:/home/ykaul/.m2/repository/org/ovirt/engine/ui/gwt-extension/3.0.0-0001/gwt-extension-3.0.0-0001-sources.jar!/META-INF/aop.xml [ERROR] [AppClassLoader@64601bb1] info register aspect org.ovirt.engine.ui.gwtextension.DontPrune [ERROR] [AppClassLoader@64601bb1] info register aspect org.ovirt.engine.ui.gwtextension.DontPrune [INFO] Compiling module org.ovirt.engine.ui.webadmin.WebAdmin [INFO] Validating newly compiled units [INFO] [ERROR] Errors in 'jar:file:/home/ykaul/ovirt-engine/frontend/webadmin/modules/sharedgwt/target/sharedgwt-3.0.0-0001.jar!/org/ovirt/engine/core/common/businessentities/VdsFencingOptions.java' [INFO] [ERROR] Line 631: No source code is available for type org.ovirt.engine.core.compat.LogCompat; did you forget to inherit a required module? [INFO] [ERROR] Line 631: No source code is available for type org.ovirt.engine.core.compat.LogFactoryCompat; did you forget to inherit a required module?
participants (1)
-
Yaniv Kaul