public class ProjectBuildOrderTask extends BaseTask
Constructor and Description |
---|
ProjectBuildOrderTask() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
void |
setBndFile(java.lang.String bndFileParam)
Sets a single bnd file for ProjectBuildOrderTask to acquire the build
order from.
|
void |
setDelayRunDependencies(boolean b)
Set true to ignore runbundles dependencies.
|
void |
setFullPath(boolean fullpath)
Sets whether to use project names or full absolute paths to projects in
the resultant ant property.
|
void |
setProjectDir(java.io.File projectLocation)
Sets the project directory which contains the bndFile.
|
void |
setProperty(java.lang.String newProperty)
Sets the ant property that will contain the list of projects in build
order.
|
void |
setSeparator(java.lang.String separator)
Sets character (or string) separator between projects in resultant ant
property.
|
void |
setWorkspaceLocation(java.io.File workspaceLocation)
Sets Bnd workspace location.
|
addProperty, addWsproperty, error, exception, getErrors, getFile, getLocation, getWarnings, isExceptions, isOk, isPedantic, isTrace, join, progress, report, report, setExceptions, setPedantic, setTrace, split, trace, warning
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public void setSeparator(java.lang.String separator)
public void setWorkspaceLocation(java.io.File workspaceLocation)
public void setFullPath(boolean fullpath)
public void setProjectDir(java.io.File projectLocation)
public void setBndFile(java.lang.String bndFileParam)
public void setProperty(java.lang.String newProperty)
public void setDelayRunDependencies(boolean b)