Re: Building debs with Maven

2012-10-04 Thread Chip Childers
On Thu, Oct 4, 2012 at 5:30 AM, Noah Slater wrote: > Chip, thank for the explanation. This makes perfect sense, and I like the > approach. > > To summarise what I'm hearing: > >- A release includes source for plugins for non-OS software Yes >- By default, the release will only build plug

Re: Building debs with Maven

2012-10-04 Thread Noah Slater
Chip, thank for the explanation. This makes perfect sense, and I like the approach. To summarise what I'm hearing: - A release includes source for plugins for non-OS software - By default, the release will only build plugins for OS software - Users can enable the plugins for non-OS softw

Re: Building debs with Maven

2012-10-01 Thread Chip Childers
On Sun, Sep 30, 2012 at 1:31 PM, Noah Slater wrote: > Just a clarification here. It is fine to use, or depend on proprietary > software that exists on the system. During the build, or after install. > "For example, using a GPL'ed tool during the build is OK." [1] The > stipulation is that we canno

Re: Building debs with Maven

2012-09-30 Thread Noah Slater
Just a clarification here. It is fine to use, or depend on proprietary software that exists on the system. During the build, or after install. "For example, using a GPL'ed tool during the build is OK." [1] The stipulation is that we cannot ship anything WITH the build that is incompatible with our

Re: Building debs with Maven

2012-09-13 Thread David Nalley
On Thu, Sep 13, 2012 at 3:03 PM, Rohit Yadav wrote: > >>But how do you build them without those libraries - for instance the >>VMware plugin doesn't build without the vmware libraries being >>present. > > No, not vmware plugin or any nonoss plugin. > By default mvn builds only oss ones. > > So if

RE: Building debs with Maven

2012-09-13 Thread Rohit Yadav
>But how do you build them without those libraries - for instance the >VMware plugin doesn't build without the vmware libraries being >present. No, not vmware plugin or any nonoss plugin. By default mvn builds only oss ones. So if you've the non-oss jars, you copy them to deps/ and run the inst

Re: Building debs with Maven

2012-09-13 Thread David Nalley
On Thu, Sep 13, 2012 at 1:41 PM, Rohit Yadav wrote: > Hi David, > > I think I misunderstood the problem. Okay the plugins directory in our > repository contains all ASF compliant code. > I think the VMWare, NetApp etc. code in plugins are mere wrapper over the > actual libraries shipped by respe

RE: Building debs with Maven

2012-09-13 Thread Rohit Yadav
acts. Thanks. Regards, Rohit From: David Nalley [da...@gnsa.us] Sent: Thursday, September 13, 2012 10:54 PM To: cloudstack-dev@incubator.apache.org Subject: Re: Building debs with Maven On Thu, Sep 13, 2012 at 1:10 PM, Rohit Yadav wrote: > Thanks David for the com

RE: Building debs with Maven

2012-09-13 Thread Rohit Yadav
s. Thanks. Regards, Rohit From: Chip Childers [chip.child...@sungard.com] Sent: Thursday, September 13, 2012 10:43 PM To: cloudstack-dev@incubator.apache.org Subject: Re: Building debs with Maven Rohit, Can we keep the same package structure that exists today? -chip On Th

Re: Building debs with Maven

2012-09-13 Thread David Nalley
On Thu, Sep 13, 2012 at 1:10 PM, Rohit Yadav wrote: > Thanks David for the comments. Alright, in that case, the non-compliant > packages can be shipped as non-oss. > Regards. I am not sure that having two packages (one oss and one nonoss) satisfies the problem. Consider the F5, VMware, NetApp,

Re: Building debs with Maven

2012-09-13 Thread Chip Childers
; Regards. > > From: David Nalley [da...@gnsa.us] > Sent: Thursday, September 13, 2012 10:30 PM > To: cloudstack-dev@incubator.apache.org > Subject: Re: Building debs with Maven > > On Thu, Sep 13, 2012 at 12:32 PM, Rohit Yadav wrote: >> Another poll: >> >> Would

RE: Building debs with Maven

2012-09-13 Thread Rohit Yadav
: Building debs with Maven On Thu, Sep 13, 2012 at 12:32 PM, Rohit Yadav wrote: > Another poll: > > Would you prefer all the plugin jars/artifacts in one cloud-plugin deb/rpm, > or, have separate debs/rpms for each plugin jar/artifact, like > cloud-plugin-kvm etc. > > Some problem

Re: Building debs with Maven

2012-09-13 Thread David Nalley
On Thu, Sep 13, 2012 at 12:32 PM, Rohit Yadav wrote: > Another poll: > > Would you prefer all the plugin jars/artifacts in one cloud-plugin deb/rpm, > or, have separate debs/rpms for each plugin jar/artifact, like > cloud-plugin-kvm etc. > > Some problem with attachments, my branch here: > https:

RE: Building debs with Maven

2012-09-13 Thread Rohit Yadav
Another poll: Would you prefer all the plugin jars/artifacts in one cloud-plugin deb/rpm, or, have separate debs/rpms for each plugin jar/artifact, like cloud-plugin-kvm etc. Some problem with attachments, my branch here: https://github.com/bhaisaab/incubator-cloudstack/tree/maven-debs Regards,