public class Ajc
extends DefaultCompilerAdapter
org.aspectj.tools.ant.taskdefs.Ajc
Modifier and Type | Field and Description |
---|---|
static int |
AJC_COMPILER_SUCCESS
The value of a compiler success.
|
Constructor and Description |
---|
Ajc() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute()
Checks the command line for arguments allowed only in AJC and
disallowed by AJC and then calls the
compile() |
protected void |
logAndAddFilesToCompile(Commandline cmd)
Logs the compilation parameters, adds the files to compile and logs the
&qout;niceSourceList"
|
public static final int AJC_COMPILER_SUCCESS
public boolean execute() throws BuildException
compile() method.
org.apache.tools.ant.BuildException
BuildException
protected void logAndAddFilesToCompile(Commandline cmd)