Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] build speed?

The build performance issue is traced here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=356888

 

The whole target platform/dependency resolution is not really an easy subject, so probably not a good starting point in case you wanted to contribute a patch.

 

Regards

Tobias

 

 

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Jeff MAURY
Sent: Freitag, 17. Februar 2012 17:43
To: Tycho user list
Subject: Re: [tycho-user] build speed?

 

You could try the offline mode that is now supported by 0.14.0

Jeff

On Fri, Feb 17, 2012 at 5:34 PM, Matthew O'Connor <thegreendragon@xxxxxxxxx> wrote:

Hi,

I'm looking for ways to speed up my build.

I have a Tycho project with around 10 subprojects each of which has 5-10 bundles in them. I specify all my project dependencies in the root pom. The rest of the poms just specify they are "eclipse-plugin"s. Likewise for build plugins.

Running "mvn -o package" takes around 2 1/2 minutes. About 1 1/2 of those are spent on Tycho's dependency, class path, and target platform resolution. It seems like dependency resolution is slow, but then I don't know the complexity of what is being done.

I've created a "release" profile that handles creating products & zips for all our target platforms. This helped quite a bit for normal builds.

What are some good ways to speed up the build?

Thanks,
Matt

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user




--
Jeff MAURY

"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury


Back to the top