Havent tried, but I would try somethink like

<javac ... >
    <classpath ... />
    <compilerarg ... />
</javac>


Jan 

>-----Ursprüngliche Nachricht-----
>Von: Todor Boev [mailto:[EMAIL PROTECTED] 
>Gesendet: Montag, 25. Juni 2007 16:49
>An: [email 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to