You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by John Burwell <jb...@basho.com> on 2012/10/29 21:20:02 UTC

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


Re: Compile Error on master

Posted by John Burwell <jb...@basho.com>.
Edison,

I pulled down the latest from master, and the problem is fixed.

Thanks for your help,
-John

On Oct 29, 2012, at 4:37 PM, Edison Su <Ed...@citrix.com> wrote:

> It's fixed on the latest master: head: a2d50c7e43f7e7fe1493972646c6f776af9d8143
> 
>> -----Original Message-----
>> From: John Burwell [mailto:jburwell@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
> 


RE: Compile Error on master

Posted by Edison Su <Ed...@citrix.com>.
It's fixed on the latest master: head: a2d50c7e43f7e7fe1493972646c6f776af9d8143

> -----Original Message-----
> From: John Burwell [mailto:jburwell@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