Build Oomph installer using old or custom equinox launcher/SWT bits #127
Replies: 2 comments 4 replies
-
|
Is it possible to simply reuse an older installer version? E.g., https://download.eclipse.org/justj/?file=oomph/drops/release/1.34.0/products The build uses the following so changing the URLs there should do the trick: Using an Oomph Configuration it's possible to automatically augment the product/project catalogs and to specify what exactly you want installed. I've used this quite a lot for custom project, not so much for custom products. https://wiki.eclipse.org/Eclipse_Oomph_Authoring#Automation_and_Specialization_with_Configurations I probably need to understand your needs better in order to help you better... |
Beta Was this translation helpful? Give feedback.
-
|
I will try. We used to build everything because usually we need to fix everything anyway, so I've not considered to try older Oomph yet. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
we are facing issues supporting Eclipse 4.35 based Oomph installer on RHEL7 because of native launcher & SWT bits not compatible anymore with old RHEL GLIBC library.
So I want to build Oomph installer that either uses older launcher/SWT versions or our re-built versions (identical to master except native parts compiled on RHEL7).
What I have:
What I need:
Beta Was this translation helpful? Give feedback.
All reactions