Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] How do I build eclipse with my changes?
  • From: Christopher Genly <genly@xxxxxxxxxxxxxxxxx>
  • Date: Fri, 25 Aug 2023 19:05:07 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=coherentlogix.com; dmarc=pass action=none header.from=coherentlogix.com; dkim=pass header.d=coherentlogix.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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=hcJ6MqbqkNwz6Vd8mYz2A7Kid/wUkSfrVeSyv/dyjt0=; b=BzGaAwJnoLSgxGzEi2v9A5Vj413VHw2+1ygEF/npIWu6Nw3v8mM7MHvrZpsnPLKzaoNwFbkwKCg3Yve8eVTxCY1fuQsRx3xrYK6pc/ClONhazT1CMf+2cfMP8ORHRWmQG0wP70IIvXJ57xEt/9Urqv+KFsWM5m0nxl5AAQNyXKU5Ex9xKjdz68esRlwVmmqe2IRTC6CHphH5KCPIyureox+ojo+oTK2pJsgF1mgBWPn1SWiaPO5PsFp9C1+NXi+LVNAaQEXc06MFaGlWbgLDqTzHaTF/tQzPvkeOovDF6VI/zTHAa9TWA1uHv4q/OoYCOOE8Yrl+npUodkt2LmC7kg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Ox18zWA0fC0REI3KSOzPVHWVfIj1XSEII+lh4/RUVQPMW50JtO87YA0JO2Bt5epMKcK7au9L3/3zrKDkU9K6fKOW+0UMNwigQoAZfG/8FTe2ShrD9dWBi07Mqhxro3Re74oHR6jXVRUoZHb2SxnCfB0Nn2DRWjBIpmWxHkKJkf3EXkmUQ/o82WDSkdZv/ndC+jyUBx/mrHQUzUi6R1/vzIaUytnHvSBwdD2Fg6kHftbIvfMPA6g5VXjLhlz9LOSlLTARy+/FxTidpBq/I2COc2S/PQbtFTxMDkqy0mFreUvAvnP9gCWHSGu+2mdxEeIo6OFely1HMoJ6q5ef+szS8g==
  • 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>
  • Msip_labels:
  • Thread-index: AQHZ14bkb0rSyMRuYEq+HRlZ0v//Mw==
  • Thread-topic: How do I build eclipse with my changes?

I have the eclipse development environment produced by oomph.   As described here: https://wiki.eclipse.org/Eclipse_Platform_SDK_Provisioning
I can launch a new eclipse from the development eclipse, but there are problems installing software into the development eclipse.  Christoph Läubrich explained on Jul 7, 2023 that this is a known problem in eclipse.platform.debug.
So, instead, I'd like to build eclipse with my changes, and then run that.  How do I do that?

Thanks

Back to the top