net.sf.antcontrib.cpptasks
Class TargetHistoryTable
java.lang.Object
net.sf.antcontrib.cpptasks.TargetHistoryTable
public final class TargetHistoryTable
extends java.lang.Object
A history of the compiler and linker settings used to build the files in the
same directory as the history.
TargetHistoryTable(CCTask task, File outputDir) - Creates a target history table from history.xml in the output directory,
if it exists.
|
TargetHistoryTable
public TargetHistoryTable(CCTask task,
File outputDir)
throws BuildException
Creates a target history table from history.xml in the output directory,
if it exists. Otherwise, initializes the history table empty.
task
- task used for logging history load errorsoutputDir
- output directory for task
commit
public void commit()
throws IOException
markForRebuild
public void markForRebuild(Hashtable targetInfos)
markForRebuild
public void markForRebuild(TargetInfo targetInfo)
Copyright B) 2001-2006 Ant-Contrib project. All Rights Reserved.