How to dramatically reduce the build time:)

2013-04-03 Thread Edison Su
As a poor man, don't have luxury build machine as Alex has, I find a way may help you a little bit to build cloudstack as quick as possible: mvn -pl `git status --porcelain |sed '/^?/d'| awk '{print $2}' |sed 's/\/src/$/'|cut -d $ -f 1|uniq |tr "\n" "," |sed 's/,$/,client/'` clean install It trie

RE: How to dramatically reduce the build time:)

2013-04-03 Thread Rajesh Battala
Thanks a lot Edison. This is very nice . > -Original Message- > From: Edison Su [mailto:edison...@citrix.com] > Sent: Thursday, April 4, 2013 6:48 AM > To: dev@cloudstack.apache.org > Subject: How to dramatically reduce the build time:) > > As a poor man, don't

Re: How to dramatically reduce the build time:)

2013-04-03 Thread Ahmad Emneina
holy moly, thats a serious bash one liner. On Wed, Apr 3, 2013 at 6:18 PM, Edison Su wrote: > As a poor man, don't have luxury build machine as Alex has, I find a way > may help you a little bit to build cloudstack as quick as possible: > mvn -pl `git status --porcelain |sed '/^?/d'| awk '{prin

RE: How to dramatically reduce the build time:)

2013-04-04 Thread Musayev, Ilya
This is great :) -Original Message- From: Ahmad Emneina [mailto:aemne...@gmail.com] Sent: Thursday, April 04, 2013 12:40 AM To: dev@cloudstack.apache.org Subject: Re: How to dramatically reduce the build time:) holy moly, thats a serious bash one liner. On Wed, Apr 3, 2013 at 6:18 PM

Re: How to dramatically reduce the build time:)

2013-04-04 Thread Chip Childers
On Wed, Apr 03, 2013 at 06:18:22PM -0700, Edison Su wrote: > As a poor man, don't have luxury build machine as Alex has, I find a way may > help you a little bit to build cloudstack as quick as possible: > mvn -pl `git status --porcelain |sed '/^?/d'| awk '{print $2}' |sed > 's/\/src/$/'|cut -d $

Re: How to dramatically reduce the build time:)

2013-04-04 Thread Rohit Yadav
Thanks Edison, now we can build like a boss™ [1] [1] https://github.com/bhaisaab/dotfiles/commit/965c9d5594cb29e0e86f3bcdfc9b0947d88b50c6 Cheers. On Thu, Apr 4, 2013 at 6:48 AM, Edison Su wrote: > As a poor man, don't have luxury build machine as Alex has, I find a way > may help you a littl

RE: How to dramatically reduce the build time:)

2013-04-04 Thread Prachi Damle
This is amazing!!! Reduced build time for me, from 6:45.917s to 1:28.435s Thanks Edison! On Thu, Apr 4, 2013 at 6:48 AM, Edison Su wrote: > As a poor man, don't have luxury build machine as Alex has, I find a > way may help you a little bit to build cloudstack as quick as possible: > mvn -pl

RE: How to dramatically reduce the build time:)

2013-04-05 Thread Edison Su
n detecting changes in maven java projects. > -Original Message- > From: Prachi Damle [mailto:prachi.da...@citrix.com] > Sent: Thursday, April 04, 2013 2:32 PM > To: dev@cloudstack.apache.org > Subject: RE: How to dramatically reduce the build time:) > > This is amaz