[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Use jdtcore.jar compiler to generate verbose eror log

We would like to use the Eclipse-jdt-compiler
org.eclipse.jdt.internal.compiler.batch.Main

To generate a verbose XML/HTML report of errors/warnings.

because this compiler generates a lot more information than the SUN JAVAC compiler.

I would like to hook in some listener to get a hand of the problems and write them to an xml logger.

Similar to the way that the ProblemView listens to those problems.

Any idea where to start looking?

roel