Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] How to add a bundle to the aggregated build?
  • From: Karsten Thoms <karsten.thoms@xxxxxxxxxxx>
  • Date: Wed, 15 Apr 2020 19:54:20 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=karakun.com; dmarc=pass action=none header.from=karakun.com; dkim=pass header.d=karakun.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=KPLdfZdbUkE8wk56VXn1PvGZuXlmaxjF66gjlazJ5Y0=; b=HLna0IHvGy7nE6tBQVrbq1BKNipnDxF4tDCyDtidjxHpXUhQniws3iA9pQWzp0LC+pHaDdtSIpnJQHWcFxic6ClkI0HNDSiL+CpuR9XTehO50leLl05IAuA8CvyfkIqeuup2izmoVaVlbOBcn72IsKMArPgVBCjR/eC6fJY9KSkFd3XDg7sgOYzxyLFyL9UGEjHNqTFfWo4wr2k8UbOJDjFysg5DdLU0GPaHdleiFBPuZSzbkiu8bUi3UhP/3kEwXSNgC7/u/i+SjPV7rh1czGGbp/cIKcfPhXHPpCGbdxJhAxlD88g0Orfb4+14IIP9jwfkagNMnm0qkELRKsI4Yg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=C6w4FjfWpNWJIZoK5fvhd00t2pTOGj+e7febudsa8d+fE8bnskrF99AD6ZZ0oKLTA5gFA+zUKOZjDAVFmZeGuCWg+e/YKULvLRStgug3hHtbicMja8V6F7eynj6azamYstjtL1UI0opqsLRATKrsQH/2Zejio3h7OW9kGN03yP3T5wr0iB7ECdr4eOVWA+2dQ1XfDUTVnbWT4rtQVZixnILuQCUSX/BklafRMMItyRwUSTQrS0VdenoJ+BOGcVyb6h0cIEYpsEh7Ig3HEVzZ0xn2TagJbSpl4FlYm7ATnflwmtwn3THd4ywog7/4ly7KlH+nCB88ofMQ0cvKi12mrw==
  • Delivered-to: platform-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/platform-dev>
  • List-help: <mailto:platform-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWEzbQDzpIRFYBY0+LuzvFAAB0vqh6SC6AgABMZQCAAAF2AIAAAtaA
  • Thread-topic: [platform-dev] How to add a bundle to the aggregated build?


Am 15.04.2020 um 21:44 schrieb Aleksandar Kurtakov <akurtako@xxxxxxxxxx>:
Ideally it should be added to one of the features and that's it. Technical alternative is to list plugin in https://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/tree/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/category.xml directly but I don't remember this being done and I don't like setting thus precedense. 
IMHO best is to add the plugin to e4.rcp feature.

That’s what I raised with https://bugs.eclipse.org/bugs/show_bug.cgi?id=559967 but Lars commented
> -1 for adding it to the e4.rcp feature. This feature is also used in the SDK.
> Include the org.eclipse.e4.ui.progress.feature in the build?
> +1, I assumed this bundle is part of the build
If there are no further objections I’ll provide a patch and further discussions could be done on the bug or the change.

I raised this discussion as I wanted to follow Lars’ recommendation but could not find how. Your hint answers now my question. We can decide now on the bug/change if that path has to be taken.

Thanks a lot to you all!

Back to the top