org.apache.tools.ant.taskdefs.compilers

Class Jvc

public class Jvc extends DefaultCompilerAdapter

The implementation of the jvc compiler from microsoft. This is primarily a cut-and-paste from the original javac task before it was refactored.

Since: Ant 1.3

Method Summary
booleanexecute()
Run the compilation.

Method Detail

execute

public boolean execute()
Run the compilation.

Returns: true if the compiler ran with a zero exit result (ok)

Throws: BuildException if the compilation has problems.