Apt Task for running the Annotation processing tool for JDK 1.5. It derives
from the existing Javac task, and forces the compiler based on whether we're
executing internally, or externally.
since: Ant 1.7
Set the fork attribute.
Non-forking APT is highly classpath dependent and appears to be too
brittle to work. The sole reason this attribute is retained
is the superclass does it
Parameters: fork - if false; warn the option is ignored.
setPreprocessDir
public void setPreprocessDir(File preprocessDir)(Code)
Set the preprocessdir attribute.
Parameters: preprocessDir - where to place processor generated source files.
Fields inherited from org.apache.tools.ant.taskdefs.Javac