Based on a AJDT build properties file resolves the combination of all
include and exclude statements and returns a set of all the files to be
compiled and weaved.
Specifies that javadoc should retrieve the text for the overview documentation from the "source" file specified by path/filename and place it on the Overview page (overview-summary.html).
Emit warnings for any instances of the comma-delimited list of questionable code (eg 'unusedLocals,deprecation'):
see http://www.eclipse.org/aspectj/doc/released/devguide/ajc-ref.html#ajc for available settings
(Experimental) runs weaver in reweavable mode which causes it to create
woven classes that can be rewoven, subject to the restriction
that on attempting a reweave all the types that advised the woven
type must be accessible.