It's fixed on the latest master: head: a2d50c7e43f7e7fe1493972646c6f776af9d8143
> -----Original Message----- > From: John Burwell [mailto:jburw...@basho.com] > Sent: Monday, October 29, 2012 1:20 PM > To: cloudstack-dev@incubator.apache.org > Subject: Compile Error on master > > All, > > I just updated to the latest master (latest commit > c03712e86ac9f36d9cf8522807583969eef2ea70) and am receiving the following > error when doing a mvn clean install -P deps: > > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler- > plugin:2.5.1:compile (default-compile) on project cloud-server: Compilation > failure [ERROR] > /Users/jburwell/Documents/projects/cloudstack/src/cloudstack- > basho/server/src/com/cloud/projects/ProjectManagerImpl.java:[387,26] > cannot find symbol [ERROR] symbol : constructor > InvalidParameterValueException(java.lang.String,<nulltype>) > [ERROR] location: class > com.cloud.exception.InvalidParameterValueException > [ERROR] -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e > switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException > > Thanks, > -John