Re: jenkins job for the developer build

2014-03-07 Thread chris snow
Ah, thanks for the tip. On Thu, Mar 6, 2014 at 9:21 AM, Hugo Trippaers trip...@gmail.com wrote: The Jenkins builds do mvn -Pawsapi,systemvm clean install. I'm not using the developer profile there thats just for Marvin and Apidocs. Those are built separately. You can have a fully functional

Re: jenkins job for the developer build

2014-03-06 Thread Hugo Trippaers
The Jenkins builds do mvn -Pawsapi,systemvm clean install. I'm not using the developer profile there thats just for Marvin and Apidocs. Those are built separately. You can have a fully functional cloud dev environment without the developer profile. Cheers, Hugo Sent from my iPhone On 6

jenkins job for the developer build

2014-03-05 Thread chris snow
Is there a jenkins job for the developer's build, i.e. mvn clean install -P developer,systemvm? As a newbie cloudstack developer, when the build fails locally it's difficult to know whether the problem is because I am doing something wrong, or if the problem is due to a bad commit.