[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.jdt] [APT] Messages showing up in Error Log rather than Problems View

Hi,

I'm implementing a Java 6 (JSR 269) compatible annotation processor. Within the processor I'm using the messager API to create a message like that:

processingEnv.getMessager().printMessage(Kind.ERROR, "Message");

Unfortunately this message shows up only in the Error Log (at INFO level), rather than in the Problems view. Is there any way to change this behaviour?

Thanks,

Gunnar