Is it possible to add one small config param? :)
Something like --quiet to suppress parse tree show on errors?
I use command line JCF as part of GNU make batch job. And as you understand it's better to just return bad errorlevel for file instead of clicking to close window :(
Best regards,
Denis
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, all
Devs, you do the great job, thanks.
Is it possible to add one small config param? :)
Something like --quiet to suppress parse tree show on errors?
I use command line JCF as part of GNU make batch job. And as you understand it's better to just return bad errorlevel for file instead of clicking to close window :(
Best regards,
Denis
You're right, it's dangerous to batch files, especially those that run on a build server not on a desktop PC.
I have checked in a change that should totally suppress that parse tree show from the commandline app.
Thanks, Anthony. It works ok.