I think this was fixed recently, can you git pull and recheck? On 30-Oct-2012, at 8:44 PM, Sebastien Goasguen <run...@gmail.com> wrote:
> Everything was working so well yesterday, it's not working today. > I did not update master, I cleaned my db (to test things from scratch). > > and now mvn -P developer install errors with: > > INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 21.651s > [INFO] Finished at: Tue Oct 30 16:12:33 CET 2012 > [INFO] Final Memory: 17M/81M > [INFO] > ------------------------------------------------------------------------ > [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/sebastiengoasguen/Documents/incubator-cloudstack/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 > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the > command > [ERROR] mvn <goals> -rf :cloud-server > > Any idea ? > > -Sebastien > > > > On Oct 30, 2012, at 9:18 AM, Rohit Yadav <rohit.ya...@citrix.com> wrote: > >> >> On 30-Oct-2012, at 1:32 PM, Prasanna Santhanam >> <prasanna.santha...@citrix.com> wrote: >> >>>> Only glitch was that I had to install the mysql-connector-python to >>>> get marvin going…I recalled the email thread about it, I will check >>>> tomorrow if it's documented properly. >> >> That should be documented. >> >>> pip should've fetched mysql-connector-python when installing marvin. >>> Didn't happen? >> >> Yes, as it's install requirement not build requirement, when it does python >> setup.py build. >> >> We're not installing marvin, hence it won't fetch mysql-connector-python. >> >> In tools/marvin/pom.xml, the install execution only happens during deploy >> phase, so if we do mvn deploy -P <args etc> it should fetch, but may fail >> due to non-admin privileges. The default phase is install. >> >> Regards. >> >