| AW: How to invoke the JDK 1.6 annotation processing engine? | AW: How to invoke the JDK 1.6 annotation processing engine? 2007-06-26 - By Jan.Materne@(protected)
Havent tried, but I would try somethink like
<javac ... > <classpath ... /> <compilerarg ... /> </javac>
Jan
>-----Urspr?ngliche Nachricht----- >Von: Todor Boev [mailto:t_boev@(protected)] >Gesendet: Montag, 25. Juni 2007 16:49 >An: user@(protected) >Betreff: How to invoke the JDK 1.6 annotation processing engine? > >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)
|
|
 |