Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Building and testing frameworks eclipse.c



On Thu, Feb 17, 2022 at 5:39 PM Felix Van der Jeugt <felix.vanderjeugt@xxxxxxxxxx> wrote:
Well, I still haven't found out how to actually start Eclipse from a
modified framework repository. Any hints on this would be welcome.

Doing it from CLI is hard as it basically requires to rebuild most of Eclipse, but still it's documented in https://wiki.eclipse.org/Platform-releng/Platform_Build
Doing it from the IDE is as trivial as Run As > Eclipse application on your module, assuming the .c files have already been recompiled and binary content is available in the bundle.

Back to the top