org.apache.tools.ant.taskdefs.compilers

Class JavacExternal

public class JavacExternal extends DefaultCompilerAdapter

Performs a compile using javac externally.

Since: Ant 1.4

Method Summary
booleanexecute()
Performs a compile using the Javac externally.

Method Detail

execute

public boolean execute()
Performs a compile using the Javac externally.

Returns: true if the compilation succeeded

Throws: BuildException on error