Hi,
On command line, I call
eclipsec -nosplash -data "my\path\to\mytest" -application org.eclipse.cdt.managedbuilder.core.headlessbuild -build mytest/Release
On build errors, I want to suppress the error dialog popping up as window because my command line call runs unattended out of a robot build system. What is the appropriate command line option?
Thanks in advance