Re: eclipse and maven working together...

2013-03-17 Thread Rohit Yadav
; Oh and with the eclipse change, I was able to finally use multiple >>>threads to >>> compile. Before, it always died because eclipse was interfering. >>>Now I'm >>> able to get the entire compile down to just about 3 minutes. >>>

Re: eclipse and maven working together...

2013-03-14 Thread Chip Childers
On Wed, Mar 13, 2013 at 08:58:23PM -0700, Ahmad Emneina wrote: > I'd update the building with maven section on cwiki. but I dont know how to > describe the impatient profile, beyond 'it pleases alex'. +1 to adding this to the wiki (and +1 to Alex explaining himself!)

Re: eclipse and maven working together...

2013-03-14 Thread Min Chen
>Now I'm >> able to get the entire compile down to just about 3 minutes. >> >> mvn -T 3 -o -P impatient,systemvm clean install -DskipTests=true >> >> --Alex >> >> > -Original Message- >> > From: Alex Huang [mailto:alex.hu...@citrix

Re: eclipse and maven working together...

2013-03-13 Thread Rohit Yadav
t; only problem is I'm not sure if changes to these copies would affect rpm > building or not. > > --Alex > >> -Original Message- >> From: Alex Huang [mailto:alex.hu...@citrix.com] >> Sent: Wednesday, March 13, 2013 9:01 PM >> To: cloudstack-dev@incubato

RE: eclipse and maven working together...

2013-03-13 Thread Alex Huang
trix.com] > Sent: Wednesday, March 13, 2013 9:01 PM > To: cloudstack-dev@incubator.apache.org > Subject: RE: eclipse and maven working together... > > Oh and with the eclipse change, I was able to finally use multiple threads to > compile. Before, it always died because eclipse was

RE: eclipse and maven working together...

2013-03-13 Thread Rajesh Battala
Thanks a lot Alex > -Original Message- > From: Alex Huang [mailto:alex.hu...@citrix.com] > Sent: Thursday, March 14, 2013 9:19 AM > To: cloudstack-dev@incubator.apache.org > Subject: RE: eclipse and maven working together... > > Oh and btw, I checked in a new pro

RE: eclipse and maven working together...

2013-03-13 Thread Alex Huang
-Alex > -Original Message- > From: Alex Huang [mailto:alex.hu...@citrix.com] > Sent: Wednesday, March 13, 2013 8:49 PM > To: cloudstack-dev@incubator.apache.org > Subject: RE: eclipse and maven working together... > > Oh and btw, I checked in a new profile called impati

Re: eclipse and maven working together...

2013-03-13 Thread Ahmad Emneina
I'd update the building with maven section on cwiki. but I dont know how to describe the impatient profile, beyond 'it pleases alex'. On Wed, Mar 13, 2013 at 8:48 PM, Alex Huang wrote: > Oh and btw, I checked in a new profile called impatient. With it, I cut > off a whole minute (about 25% for

RE: eclipse and maven working together...

2013-03-13 Thread Alex Huang
Oh and btw, I checked in a new profile called impatient. With it, I cut off a whole minute (about 25% for me) off the build. Use it in place of developer. Developer profile is still there. mvn -o -P impatient,systemvm clean install -DskipTests=true --Alex > -Original Message- > From