org.apache.avalon.tools.tasks
Class JavacTask

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended byorg.apache.avalon.tools.tasks.ContextualTask
              extended byorg.apache.avalon.tools.tasks.SystemTask
                  extended byorg.apache.avalon.tools.tasks.JavacTask

public class JavacTask
extends SystemTask

Compile sources.

Version:
$Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
Author:
Avalon Development Team

Field Summary
static String DEBUG_KEY
           
static boolean DEBUG_VALUE
           
static String DEPRECATION_KEY
           
static boolean DEPRECATION_VALUE
           
static String FORK_KEY
           
static boolean FORK_VALUE
           
 
Fields inherited from class org.apache.avalon.tools.tasks.ContextualTask
MODULE_PROPERTIES, USER_PROPERTIES
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
JavacTask()
           
 
Method Summary
 void execute()
           
 void init()
           
 
Methods inherited from class org.apache.avalon.tools.tasks.SystemTask
getHome, setRefid
 
Methods inherited from class org.apache.avalon.tools.tasks.ContextualTask
getContext, getKey, isInitialized, loadProperties, mkDir, setupProperties
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG_KEY

public static final String DEBUG_KEY
See Also:
Constant Field Values

DEBUG_VALUE

public static final boolean DEBUG_VALUE
See Also:
Constant Field Values

FORK_KEY

public static final String FORK_KEY
See Also:
Constant Field Values

FORK_VALUE

public static final boolean FORK_VALUE
See Also:
Constant Field Values

DEPRECATION_KEY

public static final String DEPRECATION_KEY
See Also:
Constant Field Values

DEPRECATION_VALUE

public static final boolean DEPRECATION_VALUE
See Also:
Constant Field Values
Constructor Detail

JavacTask

public JavacTask()
Method Detail

init

public void init()
          throws org.apache.tools.ant.BuildException
Overrides:
init in class ContextualTask
Throws:
org.apache.tools.ant.BuildException

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException