This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How do I suppress the error messagebox dialog window appearing on command line call?

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