Class TargetHistoryTable

java.lang.Object
net.sf.antcontrib.cpptasks.TargetHistoryTable

public final class TargetHistoryTable extends Object
A history of the compiler and linker settings used to build the files in the same directory as the history.
Author:
Curt Arnold
  • Constructor Details

    • TargetHistoryTable

      public TargetHistoryTable(CCTask task, File outputDir) throws org.apache.tools.ant.BuildException
      Creates a target history table from history.xml in the output directory, if it exists. Otherwise, initializes the history table empty.
      Parameters:
      task - task used for logging history load errors
      outputDir - output directory for task
      Throws:
      org.apache.tools.ant.BuildException
  • Method Details