Hi Laurent,
Thx for your response !
org.eclipse.nebula.widgets.opal.header is in my dependencies plugin
and i have added "org.eclipse.nebula.widgets.opal.header.feature" and "org.eclipse.nebula.widgets.opal.commons.feature" in the product content…


Logs :
WARNING: Using incubator modules: jdk.incubator.jpackage, jdk.incubator.foreign
!SESSION 2021-07-30 20:01:32.225 -----------------------------------------------
eclipse.buildId=unknown
java.version=15
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=fr_FR
Framework arguments: -product org.ezteam.ezrouteur.application.ezproduct -clearPersistedState
Command-line arguments: -product org.ezteam.ezrouteur.application.ezproduct -data C:\DATA\WorkspaceEMF/../runtime-ezrouteur.product
-dev file:C:/DATA/WorkspaceEMF/.metadata/.plugins/org.eclipse.pde.core/ezrouteur.product/dev.properties -os win32 -ws win32 -arch x86_64 -consoleLog -clearPersistedState
!ENTRY org.eclipse.equinox.app 0 0 2021-07-30 20:01:34.349
!MESSAGE Product org.ezteam.ezrouteur.application.ezproduct could not be found.
!ENTRY org.ezteam.ezrouteur.application 2 0 2021-07-30 20:01:34.578
!MESSAGE Could not resolve module: org.ezteam.ezrouteur.application [89]
Unresolved requirement: Require-Bundle: org.eclipse.nebula.widgets.opal.header; bundle-version="1.0.0"
!ENTRY org.eclipse.osgi 4 0 2021-07-30 20:01:34.671
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException:
No application id has been found.
at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:246)
at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:33)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:654)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1462)
at org.eclipse.equinox.launcher.Main.main(Main.java:1435)
An error has occurred. See the log file
C:\DATA\WorkspaceEMF\.metadata\.plugins\org.eclipse.pde.core\ezrouteur.product\1627668092686.log.
De : nebula-dev <nebula-dev-bounces@xxxxxxxxxxx> De la part de Laurent Caron
Envoyé : vendredi 30 juillet 2021 18:14
À : Nebula Dev
Objet : Re: [nebula-dev] Unresolved requirement: Require-Bundle: org.eclipse.nebula.widgets.opal.header; bundle-version="1.0.0"
This mail has been sent from an external source
|
Did you check the runtime configuration ? The "header" bundle should be included.
Can you please post a log file.
Hello,
I am testing Nebula widget so i installe dit from
http://download.eclipse.org/nebula/releases/latest
I added org.eclipse.nebula.widgets.opal.header plugin and try this code :
final Header header =
new Header(parent, SWT.NONE);
header.setTitle("Header title");
header.setImage(InitEZRouteur.getInstance().getEzLogo48());
header.setDescription("Description
area for the header. You can put all additional, relevant information to the description panel (or jokes, citations, ... what you want !)");
The Eclipse build is ok but during the runtime i have the following popup :
Unresolved requirement: Require-Bundle: org.eclipse.nebula.widgets.opal.header; bundle-version="1.0.0"
What is wrong ?
Thanks for your help
Best regards
Guillaume Helle
This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient,
you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.
_______________________________________________
nebula-dev mailing list
nebula-dev@xxxxxxxxxxx
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/nebula-dev