Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Slow computation of target platfomr

I'll try that, but is there an easy way to get the list of referenced update sites from the composite site?

Lutz

On Tue, Feb 24, 2015 at 1:02 PM, Marc-André Laperle <marc-andre.laperle@xxxxxxxxxxxx> wrote:
Hi,

Are you using the Eclipse simultaneous update site in your target by any chance [1]? I have found that it is considerably faster to point to each project's update site instead. For example, the Eclipse platform would be found at http://download.eclipse.org/eclipse/updates/4.4/

[1] http://download.eclipse.org/releases/luna/

Marc-Andre


From: tycho-user-bounces@xxxxxxxxxxx [tycho-user-bounces@xxxxxxxxxxx] on behalf of Lutz Wrage [lutz.wrage@xxxxxxxxx]
Sent: Tuesday, 24 February 2015 12:07 PM
To: Tycho user list
Subject: [tycho-user] Slow computation of target platfomr

Hello all,
I am building an eclipse based product which contains most of eclipse modeling platform plus about 50 custom plugins. I have a target file and a module with packaging "eclipse-target-definition". As one of the first steps in the build tycho computes a target platform for each of the 50 custom plugins, which takes about 30%-40% of the overall build time. I don't really know what this does, but to me it looks like it's doing the same thing again and again, because all plugins use the tame target platform.
Is there anything I can do to my build process to speed this up?

Thanks!

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top