How to invoke the JDK 1.6 annotation processing engine?

2007-06-25 Thread 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

*.java to *.class?

2003-04-02 Thread Todor Boev
? Best regards, Todor Boev