All Implemented Interfaces:
CompilerAdapter, CompilerAdapterExtension

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
  • Constructor Details

    • Jvc

      public Jvc()
  • Method Details

    • execute

      public boolean execute() throws BuildException
      Run the compilation.
      Returns:
      true if the compiler ran with a zero exit result (ok)
      Throws:
      BuildException - if the compilation has problems.