Maven poms structure

2012-08-26 Thread Olivier Lamy
Hi, The current structure is: pom.xml (org.apache.cloudstack:cloudstack [1]) /parent/pom.xml (org.apache.cloudstack:cloud-parent [2]) The [2] has [1] as parent. I don't really understand the need of this [2]. If the goal was to have a flat structure, pom [1] must be only a aggregator pom and all

Re: RPM / DEB repository

2012-08-26 Thread Wido den Hollander
On 08/24/2012 11:16 PM, Joe Brockmeier wrote: On Fri, Aug 24, 2012, at 12:57 PM, Wido den Hollander wrote: A couple of steps to be taken if we want this: * Space (Again, offering!) * Builds need to be uploaded, these have to be tested very well! * Signing of the builds, who does that? Suggest

Re: Review Request: Removing the older Xenserver java sdk source.

2012-08-26 Thread Devdeep Singh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6760/ --- (Updated Aug. 26, 2012, 11:44 a.m.) Review request for cloudstack, David Nalley,

Re: Review Request: Importing the updated xenserver sdk source that comes with BSD license.

2012-08-26 Thread Devdeep Singh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6761/ --- (Updated Aug. 26, 2012, 11:48 a.m.) Review request for cloudstack, David Nalley,

Re: Review Request: Applies the fixes/customization's that had been made to Xenserver java sdk source for CS

2012-08-26 Thread Devdeep Singh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6763/ --- (Updated Aug. 26, 2012, 11:50 a.m.) Review request for cloudstack, David Nalley,

Review Request: Adding empty shell for AWS guide in /docs

2012-08-26 Thread Sebastien Goasguen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6776/ --- Review request for cloudstack. Description --- Created two docbook empty sh

Review Request: In tools/devcloud switched to Ubuntu 12.04.1 iso because 12.04 url changed.

2012-08-26 Thread Sebastien Goasguen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6778/ --- Review request for cloudstack and Chip Childers. Description --- http://rel

RE: Maven poms structure

2012-08-26 Thread Darren Shepherd
I don't think there was any intention of releasing things individually. If you want to get rid of parent/pom.xml (and move all the contents to /pom.xml) I think that would make sense. Honestly, the only reason the structure is how it is is because I copied the exact structure of Apache CXF. Darr

maven: why move tabs -> ws?

2012-08-26 Thread Darren Shepherd
Olivier, Why is there a strong preference of white space over tabs for the pom.xml's? I noticed you changed all of them. The thing is, when I created all the pom files I actually created them with 2 spaces instead of tabs (that's my vim settings). When I start using the pom's in Eclipse it donn

maven: will I be shot for using systemPath?

2012-08-26 Thread Darren Shepherd
I'm going to submit more maven/waf/ant stuff. One of the things right now is that we have non-redistributable jar's in git (and I also put them in my custom maven repo, probably shouldn't have done that). I need to get rid of those and make building those components optional. So I am currently u

Re: How to create binaries from CS source ?

2012-08-26 Thread Hieu Le
Thank you Hugo for replying :) I have tried your method but maybe something is wrong with my system. Here is my output: Processing files: cloud-utils-4.0.0-pre1.el6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.mX1fUF + umask 022 + cd /root/autoscale/artifacts/rpmbuild/BUILD + cd cloud-4.0.

Re: Review Request: Moved Awsapi (EC2/S3) from Hibernate framework to CloudStack Generic Dao Framework

2012-08-26 Thread Likitha Shetty
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6749/#review10768 --- awsapi/src/com/cloud/bridge/persist/dao/CloudStackAccountDaoImpl.jav

Re: Review Request: Moved Awsapi (EC2/S3) from Hibernate framework to CloudStack Generic Dao Framework

2012-08-26 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6749/ --- (Updated Aug. 27, 2012, 6:23 a.m.) Review request for cloudstack, Prachi Damle,

Re: Jenkins job for Maven build

2012-08-26 Thread Olivier Lamy
Hi, I have set a sonar job too see https://analysis.apache.org/project/index/org.apache.cloudstack:cloudstack Some interesting results (yup not only checkstyle :-) ) He is running daily if there is any scm change. 2012/8/25 Olivier Lamy : > all set. > see > https://builds.apache.org/view/A-F/view

Re: maven: why move tabs -> ws?

2012-08-26 Thread Olivier Lamy
2012/8/27 Darren Shepherd : > Olivier, > > Why is there a strong preference of white space over tabs for the > pom.xml's? I noticed you changed all of them. The thing is, when I > created all the pom files I actually created them with 2 spaces instead > of tabs (that's my vim settings). When I s