Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] proceedOnError dumping class files with problems

jdt-dev-bounces@xxxxxxxxxxx wrote on 2009-03-13 08:47:40:
> We have configured the <javac> "failonerror" parameter to false and this
> seems to activate the JDT's "proceedOnError" parameter. Our problem with
> "proceedOnError" is its default behavior of "dumping class files with
> problem methods or problem types". 
If you set failonerror to false, what do you expect ?
The batch compiler proceeds with the compilation loop and dump class files 
for problem types and problem methods in order to reduce the number of 
secondary errors that you would have if we would not dump anything.

> Can I somehow control the JDT compiler preventing it from dumping class
> files with problems and still run the <javac> ?failonerror=false??
You cannot.

Please describe what the expected behavior is in this case.
--
Olivier


Back to the top