public class ReleaseTask extends BaseTask
ANT task to release into a repository, equivalent to: <bnd
command="release"/>
To release into the default repository (defined by
-releaserepo in build.bnd):
<bndrelease/>
To release into a specific named repository:
<bndrelease releaserepo="My Repository"/>
for setup instructions.Reporter.SetLocationReport.Location| Constructor and Description |
|---|
ReleaseTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
setReleaserepo(String releaseRepo) |
addProperty, addWsproperty, error, exception, getErrors, getFile, getLocation, getWarnings, isExceptions, isOk, isPedantic, isTrace, join, progress, report, report, setExceptions, setPedantic, setTrace, split, trace, warningbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic void setReleaserepo(String releaseRepo)
Copyright © 2019 aQute SARL. All rights reserved.