I have a feature-based RCP Product. When I export the product checking option Generate P2 Repository, it is not exported right. It generates logs zip file but it does not have any error information. It just has some information about warning and info.
I can export the product right when I don't check option Generate P2 Repository.
I am using eclipse 2020-06 and jdk11. And I have start level configuration like the below.
<configurations>
<plugin id="org.apache.felix.scr" autoStart="true" startLevel="2" />
<plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="0" />
<plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
<plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="0" />
<plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="2" />
<plugin id="org.eclipse.equinox.p2.reconciler.dropins" autoStart="true" startLevel="0" />
<plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
</configurations>
And .log in workspace .metadata says like the below.
!ENTRY org.eclipse.pde.core 2 0 2022-04-29 15:17:04.122
!MESSAGE Compilation errors occurred during the operation. A zip file containing the build logs has been generated and placed at C:\Users\Administrator\workspace-2022-P6\tesw
Hope anyone could help me with this problem. Thanks.