Community
Participate
Working Groups
Goal is to provide bundles with maven profile activation for compilation both jave and native parts.
New Gerrit change created: https://git.eclipse.org/r/60726
New Gerrit change created: https://git.eclipse.org/r/60727
Gerrit change https://git.eclipse.org/r/60726 was merged to [master]. Commit: http://git.eclipse.org/c/platform/eclipse.platform.swt.git/commit/?id=45c115df7ed7bb612de6b4f47e68bfae761c5d0a
Gerrit change https://git.eclipse.org/r/60727 was merged to [master]. Commit: http://git.eclipse.org/c/platform/eclipse.platform.swt.binaries.git/commit/?id=c07b21691be118af7f64ff6a9999267059e2d76d
Marking as fixed as the planed stuff if in now.
Alex, do you think this deserves a mention in the M4 N&N?
It does but I wanted to make it together with some wiki page explaining "how to build your own" which I didn't manage to find time for. Hoping to complete that before next milestone build. Maybe put the docs in the fragments and add it to N&N for next milestone.
(In reply to Alexander Kurtakov from comment #7) > It does but I wanted to make it together with some wiki page explaining "how > to build your own" which I didn't manage to find time for. Hoping to > complete that before next milestone build. Maybe put the docs in the > fragments and add it to N&N for next milestone. Sounds good, thanks!
As of bug 510996 the solution here doesn't seem to suffice.
It looks like this change: https://git.eclipse.org/c/platform/eclipse.platform.swt.git/commit/?id=45c115df7ed7bb612de6b4f47e68bfae761c5d0a Got reverted by this change by the fix for bug 509525: https://git.eclipse.org/c/platform/eclipse.platform.swt.git/commit/bundles/org.eclipse.swt/META-INF/p2.inf?id=765d670fdeea29a4eac7d4137bbdb26169047874 I.e., some Linux fragments were accidentally removed along with the unwanted Unix fragments... Now if I supply my own Linux arm/aarch64 fragments, SWT will not ensure they are installed.
New Gerrit change created: https://git.eclipse.org/r/95455
(In reply to Eclipse Genie from comment #11) > New Gerrit change created: https://git.eclipse.org/r/95455 Downstream at Fedora we build for three additional architectures: arm, aarch64 and s390x, so ideally I'd want to restore those three deleted entries, as shown in the above gerrit submission.
This makes tycho try to always resolve them and caused people not being able to build with eclipse.org repos. See bug 491951 for details. I would love to have that but we have to fix the Tycho bug first.
Hmm, I suppose this was not a problem for s390x due to the "contributed" binaries for that arch... I guess this needs thinking about some more.
Any chance of aarch64 builds seeing the light for Oxygen 1a on Oct 11? If not, is there an up to date build guide for ARM architectures?
Why are all the build instructions obsolete? https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681726
Any Eclipse developers like Apple? Eclipse will not work on the next generation of Apple products if this bug persists and Apple adopts AArch64; https://www.bloomberg.com/news/articles/2018-04-02/apple-is-said-to-plan-move-from-intel-to-own-mac-chips-from-2020 The over complicated build environment should really be simplified to "git clone $URL && build.sh" to benefit from the advantages of the unix philosophy.
Source bundles are there https://git.eclipse.org/c/platform/eclipse.platform.swt.binaries.git/tree/bundles linux only though. If anyone wants to see binaries it requires having aarch64 machine available for builds but this should be handled by separate bug.
New Gerrit change created: https://git.eclipse.org/r/142306
Gerrit change https://git.eclipse.org/r/142306 was merged to [master]. Commit: http://git.eclipse.org/c/platform/eclipse.platform.swt.binaries.git/commit/?id=3bb91e2b6d586fdc26b5e378f4e57b73d810ba4c
Obviously binaries are the goal. Fedora is the only distribution that offers Eclipse on arm64. Apache NetBeans has overtaken Eclipse in some ways.