| How to invoke the JDK 1.6 annotation processing engine? | How to invoke the JDK 1.6 annotation processing engine? 2007-06-25 - By Todor Boev
Hi everyone, I want to use the new JDK 1.6 annotation processing API directly from ant. It seems the present APT task can't do it. The Javac task also does not support it. Currently I plan to invoke the java compiler as an external process: "javac -cp "my annotations and processors" -processor "my.Processor" ...."
Regards, Todor
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |