Indirect Ant Compilation

Indirect Ant Compilation is a special compiler type that you can apply to arbitrary files so that the files are built with Ant whenever you choose the Compile command or press F9. When you compile a file whose compiler type is set to Indirect Ant Compilation, the IDE runs the specified targets in the Ant script and all of the files affected by those targets are compiled.

To view or change the properties of Indirect Ant Compilation, open the Options window, expand Building and expand Compiler Types and select Indirect Ant Compilation. When you change the value of a property, your change affects all classes that use Indirect Ant Compilation.

You can set the following properties for Ant Script Execution:

See also
External Compiler
Internal Compiler
Jikes Compiler
Ant Script Compilation
Compiling Projects With Ant

Legal Notices