RE: [DISCUSS]Incremental build

2013-03-07 Thread Animesh Chaturvedi
> -Original Message- > From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] > Sent: Thursday, March 07, 2013 10:30 AM > To: cloudstack-dev@incubator.apache.org > Subject: RE: [DISCUSS]Incremental build > > > > > -Original Mes

RE: [DISCUSS]Incremental build

2013-03-07 Thread Animesh Chaturvedi
> -Original Message- > From: Alex Huang [mailto:alex.hu...@citrix.com] > Sent: Wednesday, March 06, 2013 7:44 PM > To: cloudstack-dev@incubator.apache.org > Subject: RE: [DISCUSS]Incremental build > > +1 to that. My suggestion is to fix maven. Can't be tha

RE: [DISCUSS]Incremental build

2013-03-07 Thread Alex Huang
undararajan [mailto:pradeep.soundarara...@citrix.com] > Sent: Thursday, March 7, 2013 4:31 AM > To: cloudstack-dev@incubator.apache.org > Subject: RE: [DISCUSS]Incremental build > > I think we can run them in multi thread. Have to test it with multi core > machine. > > Thanks, >

RE: [DISCUSS]Incremental build

2013-03-07 Thread Pradeep Soundararajan
I think we can run them in multi thread. Have to test it with multi core machine. Thanks, Pradeep S -Original Message- From: David Nalley [mailto:da...@gnsa.us] Sent: Thursday, March 07, 2013 5:52 PM To: cloudstack-dev@incubator.apache.org Subject: Re: [DISCUSS]Incremental build On

Re: [DISCUSS]Incremental build

2013-03-07 Thread David Nalley
On Thu, Mar 7, 2013 at 6:06 AM, Prasanna Santhanam wrote: > How about we break the cloudstack job on jenkins down to -server, > -core, -utils, -plugins etc? > > Each of the projects takes less than a minute or two to execute. It's > the combined project that takes >20m to run on jenkins delaying b

Re: [DISCUSS]Incremental build

2013-03-07 Thread Prasanna Santhanam
gt; Sent: Wednesday, March 6, 2013 3:13 PM > > To: cloudstack-dev@incubator.apache.org > > Subject: Re: [DISCUSS]Incremental build > > > > On Wed, Mar 6, 2013 at 6:09 PM, Edison Su wrote: > > > Maven 3 doesn't support incremental > > build(https://cw

RE: [DISCUSS]Incremental build

2013-03-06 Thread Alex Huang
o: cloudstack-dev@incubator.apache.org > Subject: Re: [DISCUSS]Incremental build > > On Wed, Mar 6, 2013 at 6:09 PM, Edison Su wrote: > > Maven 3 doesn't support incremental > build(https://cwiki.apache.org/MAVEN/incremental-builds.html), so it takes > a long time(4-7mins) to make a bui

Re: [DISCUSS]Incremental build

2013-03-06 Thread David Nalley
On Wed, Mar 6, 2013 at 6:09 PM, Edison Su wrote: > Maven 3 doesn't support incremental > build(https://cwiki.apache.org/MAVEN/incremental-builds.html), so it takes a > long time(4-7mins) to make a build, even I just make a small changes in the > source code. I know, you can specify which projec

[DISCUSS]Incremental build

2013-03-06 Thread Edison Su
Maven 3 doesn't support incremental build(https://cwiki.apache.org/MAVEN/incremental-builds.html), so it takes a long time(4-7mins) to make a build, even I just make a small changes in the source code. I know, you can specify which projects to build by using "-pl" instead of build whole project