| net.sourceforge.groboutils.codecoverage.v2.ant.CoveragePostCompilerTask
CoveragePostCompilerTask | public class CoveragePostCompilerTask extends Task (Code) | | Ant task the compiles the class files into coverage files. Now, also
generates the properties file for you.
author: Matt Albrecht groboclown@users.sourceforge.net version: $Date: 2004/04/15 05:48:25 $ since: December 18, 2002 |
Inner Class :final public static class Configuration | |
addFileSet | public void addFileSet(FileSet fs)(Code) | | Add a new fileset instance to this compilation. Whatever the fileset is,
only filename that are .class will be considered as
'candidates'. Currently, jar files are not read; you'll have to
uncompress them to a directory before running this step.
Parameters: fs - the new fileset containing the rules to get the testcases. |
createLogSettings | public Configuration createLogSettings() throws BuildException(Code) | | Create the property file settings.
|
execute | public void execute() throws BuildException(Code) | | Perform the task
|
setDataDir | public void setDataDir(File f)(Code) | | Sets the directory in which all the data accumulated from the
post compilation step will be placed. This should be a directory
dedicated just to the output data.
|
setOutClassDir | public void setOutClassDir(File f)(Code) | | Sets the directory in which all the recompiled class files will be
placed. This directory should never be confused with the original
class file location.
|
|
|