public class PdeAntBuildTask extends DefaultTask
Runs PDE build on an ant file.
Your project must have defined GOOMPH_PDE_VER
, see PdeInstallation.fromProject(org.gradle.api.Project)
for details.
task featureBuild(type: PdeAntBuildTask) {
antFile(FEATURE + '.xml')
define('featuredir', FEATURE)
inputs.dir(FEATURE)
defineToFile('repodir', buildDir)
outputs.dir(buildDir)
}
Task.Namer
TASK_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 |
antFile(Object antFile)
The directory from which plugins will be pulled, besides the delta pack.
|
void |
build() |
void |
define(String key,
String value)
Adds a property to the build properties file.
|
void |
defineToFile(String key,
Object value)
Adds a property to the build properties file.
|
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, toString