org.apache.tools.ant.taskdefs.compilers
Class Jvc

java.lang.Object
  |
  +--org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
        |
        +--org.apache.tools.ant.taskdefs.compilers.Jvc
All Implemented Interfaces:
CompilerAdapter

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.

Author:
James Davidson duncan@x180.com, Robin Green greenrd@hotmail.com, Stefan Bodewig, J D Glanville

Fields inherited from class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
attributes, bootclasspath, compileClasspath, compileList, debug, depend, deprecation, destDir, encoding, extdirs, includeAntRuntime, includeJavaRuntime, location, lSep, optimize, project, src, target, verbose
 
Constructor Summary
Jvc()
           
 
Method Summary
 boolean execute()
          Executes the task.
 
Methods inherited from class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
addExtdirsToClasspath, executeExternalCompile, getCompileClasspath, getJavac, logAndAddFilesToCompile, setJavac, setupJavacCommand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jvc

public Jvc()
Method Detail

execute

public boolean execute()
                throws BuildException
Description copied from interface: CompilerAdapter
Executes the task.
Following copied from interface: org.apache.tools.ant.taskdefs.compilers.CompilerAdapter
Returns:
has the compilation been successful


Copyright ? 2000 Apache Software Foundation. All Rights Reserved.