Bonjour,

J'ai un souci avec le déploiement version Mac de mon appli RCP.

J'ai utilisé l'assistant wizard d'exportation suivant les OS. celui de windows fonctionne à 100%.
celui de Linux à 95% (car certains onglets disparaissent).

Mon vrai problème est celui de Mac qui ne se lance pas vraiment.
En traquant les log je trouve les messages ci-dessous et n'arrive toujours pas à résoudre mon problème.

!SESSION 2009-12-16 15:16:33.004 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0_13
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en
/Users/TOTO/.eclipse_keyring -consoleLog -showlocation

!ENTRY org.eclipse.osgi 4 0 2009-12-16 15:16:34.675
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: Application "org.MyProjet.application.application" could not be found in the registry. The applications available are: org.eclipse.ant.core.antRunner, org.eclipse.equinox.app.error.
at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:242)
at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)

!ENTRY org.eclipse.osgi 2 0 2009-12-16 15:16:34.698
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-12-16 15:16:34.698
!MESSAGE Bundle initial@reference:file:plugins/org. MyProjet.application_1.0.0.jar/ [3] was not resolved.
!SUBENTRY 2 org. MyProjet.application 2 0 2009-12-16 15:16:34.698
En gros, aucun de mes plugins n'est résolu au chargement dans la version mac.

Quelqu'un aurait-il une idée ?

merci