Hi there,
I could not compile master after pulling latest code today, build failed with
the following error:
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile)
on project cloud-engine-orchestration: Compilation failure
[ERROR]
/Users/minc/dev/cloud-asf/engine/orchestration/src/org/apache/cloudstack/engine/cloud/entity/api/db/VMEntityVO.java:[52,7]
org.apache.cloudstack.engine.cloud.entity.api.db.VMEntityVO is not abstract
and does not override abstract method getNewSvcOfferingId() in
com.cloud.vm.VirtualMachine
[ERROR] -> [Help 1]
I checked the commit history, it seems related to commit
e0019eccd997d9b2b3ff9395bcd99f821f5121db, so CC Nitin here. Can somebody
quickly fix this? This is blocking me from verifying CLOUDSTACK-1491 and merge
my feature branch vim51_win8.
Thanks
-min