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
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
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
> 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.,
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
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
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,
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
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