Re: devcloud with maven issue

2012-10-30 Thread Rohit Yadav
I think this was fixed recently, can you git pull and recheck? On 30-Oct-2012, at 8:44 PM, Sebastien Goasguen 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

Re: devcloud with maven issue

2012-10-30 Thread Sebastien Goasguen
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

Re: devcloud with maven issue

2012-10-30 Thread Rohit Yadav
On 30-Oct-2012, at 1:32 PM, Prasanna Santhanam 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

Re: devcloud with maven issue

2012-10-30 Thread Prasanna Santhanam
> 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. > pip should've fetched mysql-connector-python when installing marvin. Didn't happen? -- Prasanna.,

RE: devcloud with maven issue

2012-10-29 Thread Rohit Yadav
Cool, glad it worked for you. Regards. From: Sebastien Goasguen [run...@gmail.com] Sent: Tuesday, October 30, 2012 12:35 AM To: cloudstack-dev@incubator.apache.org Subject: Re: devcloud with maven issue Rohit, you are the man Juts works

RE: devcloud with maven issue

2012-10-29 Thread Edison Su
Will you record a video about it?:) Glad to know it works for you. > -Original Message- > From: Sebastien Goasguen [mailto:run...@gmail.com] > Sent: Monday, October 29, 2012 12:06 PM > To: cloudstack-dev@incubator.apache.org > Subject: Re: devcloud with maven issue > &g

Re: devcloud with maven issue

2012-10-29 Thread Sebastien Goasguen
would require python and > mysql-connector-python, get it via easy_install or pip): > mvn -P developer,deploysvr -pl tools/devcloud -Ddeploysvr > > Regards. > > > From: Sebastien Goasguen [run...@gmail.com] > Sent: Monday, October 29,

RE: devcloud with maven issue

2012-10-29 Thread Rohit Yadav
Regards. From: Sebastien Goasguen [run...@gmail.com] Sent: Monday, October 29, 2012 9:09 PM To: cloudstack-dev@incubator.apache.org Subject: devcloud with maven issue Hi, I have followed: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Building+w

devcloud with maven issue

2012-10-29 Thread Sebastien Goasguen
Hi, I have followed: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Building+with+Maven#BuildingwithMaven-Dependencies And I am able to run the mgt server locally with: mvn -P developer -pl developer -Ddeploydb mvn -pl :cloud-client-ui jetty:run Now I am trying to check devcloud with mav