Package | Description |
---|---|
net.sf.antcontrib.cpptasks |
C++ and other compiled languages build support for Ant.
|
Modifier and Type | Field and Description |
---|---|
private SourceHistory[] |
TargetHistory.sources |
Modifier and Type | Method and Description |
---|---|
SourceHistory[] |
TargetInfo.getSourceHistories(java.lang.String basePath)
Returns an array of SourceHistory objects (contains relative path and
last modified time) for the source[s] of this target
|
SourceHistory[] |
TargetHistory.getSources() |
Constructor and Description |
---|
TargetHistory(java.lang.String config,
java.lang.String output,
long outputLastModified,
SourceHistory[] sources)
Constructor from build step
|