Anyone have solutions they are reasonably happy with for "proc only" compilation tasks for running annotation processors, specifically with regards to up-to-date checks?

The problem is that the input to the annotation processor is the full set of sources, but it selectively operates only on a subset of those sources. So when any of the sources change obviously the annotation processing task gets executed. To be honest, not sure there is a good solution for this as the annotation Processor API does not really provide for up front querying of which files are to be considered for processing.

--
Steve Ebersole <[email protected]>
http://hibernate.org

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to