Hi Mickael,

did the parallelisation work gain something? I see that we still have
a default of 1 for parallel work. Would be help to increase that to a
higher number?

https://bugs.eclipse.org/bugs/show_bug.cgi?id=538461 and
https://bugs.eclipse.org/bugs/show_bug.cgi?id=531554 are still open.
But maybe other builders have improved?

Best regards, Lars

On Wed, Dec 4, 2019 at 3:14 PM Mickael Istria <mist...@redhat.com> wrote:
>
> Hi,
>
> On Wed, Dec 4, 2019 at 2:13 PM Meik Piepmeyer <meik.piepme...@aeb.com> wrote:
>>
>> I stumbled upon the presentation of parallel builds in Eclipse at the 
>> EclipseCon 2018 from Mickael Istria:
>>     
>> https://de.slideshare.net/mickaelistria/parallel-builds-in-eclipse-ide-workspace-eclispecon-europe-2018
>
>
> As additional resource, I suggest you watch 
> https://www.youtube.com/watch?v=o2yZB6-WrkI&list=PLy7t4z5SYNaQ82WyePL05PFwqNmfTxhwD&index=42&t=0s
>  where you have the explanation on top of the slides.
>
>> Until now I had no success in seeing parallel builds. We invoke the Java and 
>> the Maven builder and the test plugin gives me a Gantt diagram, but there 
>> are no parallel builds at all, just the regular sequential build process. I 
>> think the test plugin works if automatic builds are disabled only. its the 
>> only situation where I’m getting the diagram file.
>
>
> I don't remember much about the test plugin to be honest, but indeed, I 
> believe it only monitors full build, not automatic/increment.
>
>>
>> Is the “default building order” necessary for the test plugin or am I wrong?
>
>
> You're right, see 
> https://git.eclipse.org/c/platform/eclipse.platform.resources.git/tree/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/Workspace.java#n435:
>  `buildParallel = ... && workspace.getBuildOrder() == null`
>
>>
>> Can I get any meaningful logs from Eclipse itself and/or the test plugin? 
>> The file ".metadata/.log" is a way too shy I think.
>
>
> You can set the debug options defined in 
> org.eclipse.core.internal.utils.Policy with the usual -debug settings ( 
> https://help.eclipse.org/2019-09/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Frunning_eclipse.htm&cp=0_3_0
>  )
>
>> I do not find much information about parallel builds at all, so I may 
>> overlook something.
>
>
> The video of the presentation is the 2nd best documentation; and the source 
> code is the very best documentation ;)
>
> HTH
>
> --
> Mickael Istria
> Eclipse IDE developer, for Red Hat Developers
> _______________________________________________
> platform-dev mailing list
> platform-dev@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe from 
> this list, visit
> https://www.eclipse.org/mailman/listinfo/platform-dev



-- 
Eclipse Platform project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (040) 5247 6322, Email: lars.vo...@vogella.com, Web: http://www.vogella.com
_______________________________________________
platform-dev mailing list
platform-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/platform-dev

Reply via email to