com.redstarhackers.craftsman.taskdefs
Class CompileTestTask

java.lang.Object
  extended by Task
      extended by com.redstarhackers.craftsman.taskdefs.ModuleOrientedTask
          extended by com.redstarhackers.craftsman.taskdefs.JavaCompileTask
              extended by com.redstarhackers.craftsman.taskdefs.CompileTestTask

public class CompileTestTask
extends JavaCompileTask

Performs the tasks for compiling the unit tests for a module.

Version:
$Revision: 2405 $
Author:
$Author: kostya $

Field Summary
static java.lang.String FAILONERROR_PROPERTY
           
 
Fields inherited from class com.redstarhackers.craftsman.taskdefs.JavaCompileTask
COMPILE_PROPERTY, DEBUG_PROPERTY, DEBUGLEVEL_PROPERTY, DEPRECATION_PROPERTY, FORK_PROPERTY, INITIALMEMORY_PROPERTY, LISTFILES_PROPERTY, MAXMEMORY_PROPERTY, NOWARN_PROPERTY, OPTIMIZE_PROPERTY, VERBOSE_PROPERTY, VM_SOURCE_PROPERTY, VM_TARGET_PROPERTY
 
Constructor Summary
CompileTestTask()
          Default constructor.
 
Method Summary
 void execute()
           
 
Methods inherited from class com.redstarhackers.craftsman.taskdefs.JavaCompileTask
addBootClasspath, addBootClasspathToHead, addClasspath, addClasspathToHead, addConfiguredBootClasspath, addConfiguredClasspath, addConfiguredSrc, addSrc, getBootClasspaths, getClasspaths, getDestDir, getSourceVersion, getSrcs, getTargetVersion, init, isFailOnError, setBootClasspaths, setClasspaths, setDestDir, setFailOnError, setSourceVersion, setSrcs, setTargetVersion
 
Methods inherited from class com.redstarhackers.craftsman.taskdefs.ModuleOrientedTask
getModule, getModuleBuildVersion, getModuleId, getModuleProperty, getModuleProperty, getSetting, getSetting, isModulePropertySet, setModuleId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FAILONERROR_PROPERTY

public static final java.lang.String FAILONERROR_PROPERTY
See Also:
Constant Field Values
Constructor Detail

CompileTestTask

public CompileTestTask()
Default constructor.

Method Detail

execute

public void execute()
Overrides:
execute in class JavaCompileTask