public class PdeAntBuildTask extends DefaultTask
Runs PDE build on an ant file.
WARNING: This part of Goomph currently has the following precondition: your project must have the property VER_ECLIPSE=4.5.2 (or some other version), and you must have installed that Eclipse using Wuff. We will remove this restriction in the future.
task featureBuild(type: PdeAntBuildTask) {
antFile(FEATURE + '.xml')
addFileProperty('featuredir', FEATURE)
inputs.dir(FEATURE)
addFileProperty('repodir', buildDir)
outputs.dir(buildDir)
}
Task.NamerTASK_ACTION, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE| Constructor and Description |
|---|
PdeAntBuildTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFileProperty(String key,
Object value)
Adds a property to the build properties file.
|
void |
addProperty(String key,
String value)
Adds a property to the build properties file.
|
void |
antFile(Object antFile)
The directory from which plugins will be pulled, besides the delta pack.
|
void |
build() |
addValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setName, setOnlyIf, setOnlyIf, setProject, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic void antFile(Object antFile)
The directory from which plugins will be pulled, besides the delta pack.
public void addProperty(String key, String value)
Adds a property to the build properties file.
public void addFileProperty(String key, Object value)
Adds a property to the build properties file.