Solved
Forum Discussion
RGrot
New Contributor
7 years agoToday we found a solution: Use eclipse itself in stead of the console version eclipsec. The same command-line options can be used, e.g:
I.s.o. using this:
COMMAND_TO_RUN="eclipsec --launcher.suppressErrors -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data ${TEMP_WORKSPACE_DIR} -build ${project}"
use this
COMMAND_TO_RUN="eclipse --launcher.suppressErrors -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data ${TEMP_WORKSPACE_DIR} -build ${project}"
This is related to case 00412336 on IPS (Intel Premier Support).