[webbeans-dev] AST processing

Nicklas Karlsson nickarls at gmail.com
Tue Mar 10 08:12:45 EDT 2009


Hi,

  I'm currently looking at https://jira.jboss.org/jira/browse/WBRI-166
for generating XSD of the packages

  Annotation processors can easily be plugged in with -processor (and
in Eclipse) but they aren't run if there aren't any annotations and we
are interested in the whole package. There is the Compiler Tree API
from Sun that can be used for visiting compiled files but there is no
way
of plugging it into the compilation process automagically, is there?
Is there any other way of observing the compilation process?

---
Nik



More information about the weld-dev mailing list