Hi Manikanta, I looked at the same error before. At that time, I was mistaken in the build procedure. In the build procedure on master, Ant is not used already. I think that it is maybe the cause.
https://cwiki.apache.org/CLOUDSTACK/building-with-maven.html Thanks, Satoshi 2012/11/1 Manikanta Kattamuri <manikanta.kattam...@sungard.com>: > Hi, > > Form yesterday I am finding that the master build is failing with > cloud-utils. > > > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile > (default-compile) on project cloud-utils: Compilation failure: Compilation > failure: > > [ERROR] > /root/cloudstack/incubator-cloudstack/utils/src/com/cloud/utils/component/ComponentLocator.java:[201,23] > cannot find symbol > > [ERROR] symbol : method > putAll(java.util.Map<java.lang.String,com.cloud.utils.component.ComponentLocator.ComponentInfo<com.cloud.utils.db.GenericDao<?,?>>>) > > [ERROR] location: class > java.util.LinkedHashMap<java.lang.String,com.cloud.utils.component.ComponentLocator.ComponentInfo<com.cloud.utils.db.GenericDao<?,? > extends java.io.Serializable>>> > > [ERROR] > /root/cloudstack/incubator-cloudstack/utils/src/com/cloud/utils/component/ComponentLocator.java:[721,27] > cannot find symbol > > [ERROR] symbol : method > putAll(java.util.Map<java.lang.String,com.cloud.utils.component.ComponentLocator.ComponentInfo<com.cloud.utils.db.GenericDao<?,?>>>) > > [ERROR] location: class > java.util.LinkedHashMap<java.lang.String,com.cloud.utils.component.ComponentLocator.ComponentInfo<com.cloud.utils.db.GenericDao<?,? > extends java.io.Serializable>>> > > [ERROR] -> [Help 1] > > [ERROR] > > > > Is it the same with everyone or am I missing something. > > > > Mani. -- Satoshi Kobayashi <satosh...@stratosphere.co.jp>