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

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

public class JavacExternal
extends DefaultCompilerAdapter

Performs a compile using javac externally.

Author:
Brian Deitte

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, memoryInitialSize, memoryMaximumSize, optimize, project, src, target, verbose
 
Constructor Summary
JavacExternal()
           
 
Method Summary
 boolean execute()
          Performs a compile using the Javac externally.
 
Methods inherited from class org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
addExtdirsToClasspath, executeExternalCompile, getCompileClasspath, getJavac, logAndAddFilesToCompile, setJavac, setupJavacCommand, setupJavacCommandlineSwitches, setupModernJavacCommand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavacExternal

public JavacExternal()
Method Detail

execute

public boolean execute()
                throws BuildException
Performs a compile using the Javac externally.
Following copied from interface: org.apache.tools.ant.taskdefs.compilers.CompilerAdapter
Returns:
has the compilation been successful


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.