eclipse.platform icon indicating copy to clipboard operation
eclipse.platform copied to clipboard

Mac Verification build fails with org.eclipse.e4.core.di.annotations: Execute ApiApplication failed: InvocationTargetException: Component 'Eclipse Dependency Injection Annotations' in the baseline 'workspace' is disposed

Open vogella opened this issue 1 year ago • 2 comments

See https://github.com/eclipse-platform/eclipse.platform/actions/runs/11742044019/job/32791372691?pr=1607

Error: Failed to execute goal org.eclipse.tycho:tycho-apitools-plugin:4.0.10-SNAPSHOT:verify (verify) on project org.eclipse.e4.core.di.annotations: Execute ApiApplication failed: InvocationTargetException: Component 'Eclipse Dependency Injection Annotations' in the baseline 'workspace' is disposed [main]: Component was disposed here [Worker-0: Updating plug-in dependencies] -> [Help 1]

vogella avatar Nov 11 '24 09:11 vogella

Sounds similar to https://github.com/eclipse-pde/eclipse.pde/issues/1310

vogella avatar Nov 11 '24 10:11 vogella

Sounds similar to eclipse-pde/eclipse.pde#1310

Yes. This has probably been introduced by the recent Tycho update, see https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/2520#issuecomment-2465017914

HeikoKlare avatar Nov 11 '24 12:11 HeikoKlare