Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Eclipse Platform Build

Hi,

Does this help?

https://github.com/eclipse-platform/eclipse.platform.swt/wiki/Devel-GTK-Dev-guide

What I do to build the natives of SWT is:

cd .../bundles/org.eclipse.swt/bin/library
make clean
build.sh -gtk3 install

In your case you might want to instead checkout eclipse.platform.swt and eclipse.platform.swt.binaries at the same tag (tags e.g. look like this: v4960r6). Whichever SWT version you want to use, there should be a tag, this tag can be used to checkout the binaries from the eclipse.platform.swt.binaries repository.

I'm not sure how you would bundle whatever you built or checked out with Eclipse though, without doing a full platform build (I only know this option, maybe there are others):

https://wiki.eclipse.org/Platform-releng/Platform_Build

Keep in mind wikis could be outdated.

Best regards,
Simeon

On Wed, 24 May 2023 at 10:49, Vishnu Sarath <vishnu.sarath@xxxxxxxxxxx> wrote:

Gentle reminder!

 

From: Vishnu Sarath
Sent: Tuesday, May 23, 2023 7:26 PM
To: 'platform-dev@xxxxxxxxxxx' <platform-dev@xxxxxxxxxxx>
Cc: Vinod Appu <vinod.appu@xxxxxxxxxxx>
Subject: Eclipse Platform Build

 

Hi,

 

In order to fix the SUSE crash issue : https://github.com/eclipse-platform/eclipse.platform/issues/212 (which is a critical one for us), we are trying to build the eclipse.platform.swt and eclipse.platform.swt.binaries locally and add to our product (built using maven tycho plugin), rather than getting it from the eclipse repo. So could you please help me with proper documents to do SWT and platform specific binaries locally?

 

Basically we are trying to achieve the below thing:

  • Upgrade all the plugins from eclipse platform repo to latest version.
  • But keep swt and org.eclipse.swt.gtk.linux.x86_64 plugins to the one from eclipse platform 4.23 which is working perfectly in SUSE.

 

Thanks,

Vishnu  

_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-dev

Back to the top