org.codehaus.janino

Class AntCompilerAdapter

public class AntCompilerAdapter extends DefaultCompilerAdapter

A simple org.apache.tools.ant.taskdefs.compilers.CompilerAdapter for the "ant" tool that silently ignores most of the configuration parameters and attempts to compile all given source files into class files.
Method Summary
booleanexecute()
Compile all source files in DefaultCompilerAdapter.compileList individually and write class files in directory DefaultCompilerAdapter.destDir.

Method Detail

execute

public boolean execute()
Compile all source files in DefaultCompilerAdapter.compileList individually and write class files in directory DefaultCompilerAdapter.destDir.

The following fields of DefaultCompilerAdapter are honored:

The following fields of DefaultCompilerAdapter are not honored at this time:

Returns: "true" on success