Hi everyone,
I’ve successfully launched my KNIME application using the minimal.product
file on both Windows and macOS. The user interface renders correctly and everything appears to be functioning as expected.
However, I’m encountering an issue when trying to export the application using the Eclipse Product Export Wizard. The export fails on both platforms with the following error:
/Users/vjain43/543/.metadata/.plugins/org.eclipse.pde.core/temp/org.eclipse.pde.container.feature/package.org.eclipse.pde.container.feature.macosx.cocoa.aarch64.xml:90: The following error occurred while executing this line:
/Users/vjain43/543/.metadata/.plugins/org.eclipse.pde.core/temp/org.eclipse.pde.container.feature/package.org.eclipse.pde.container.feature.macosx.cocoa.aarch64.xml:1006: The following error occurred while executing this line:
/Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.pde.build_3.12.300.v20240212-0530/scripts/genericTargets.xml:240: A problem occured while invoking the director.
The following error occurred while executing this line:
/Users/vjain43/543/.metadata/.plugins/org.eclipse.pde.core/temp/org.eclipse.pde.container.feature/package.org.eclipse.pde.container.feature.macosx.cocoa.aarch64.xml:1006: The following error occurred while executing this line:
/Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.pde.build_3.12.300.v20240212-0530/scripts/genericTargets.xml:240: A problem occured while invoking the director.
It seems to be related to the director
task during the build process. I’m actively investigating this, but I’d appreciate any insights or suggestions from the community—especially if anyone has encountered a similar issue or knows how to resolve it.
Thanks in advance for your help!