public class CopyBundlesTask
extends org.apache.tools.ant.Task
<taskdef name="copybundles"
classname="de.viaboxx.nlstools.tasks.CopyBundlesTask">
<classpath refid="maven.test.classpath"/>
</taskdef>
<copybundles masterFile="allBundles.txt"
dest="target/bundles.zip"/>
------------------------------
file allBundles.txt (example):
common.xml
customer.xml
orders.xml
------------------------------
| Constructor and Description |
|---|
CopyBundlesTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
File |
getDest() |
File |
getMasterFile() |
boolean |
isZip() |
void |
setDest(File dest) |
void |
setMasterFile(File masterFile) |
void |
setZip(boolean zip) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic File getMasterFile()
public void setMasterFile(File masterFile)
public File getDest()
public void setDest(File dest)
public boolean isZip()
public void setZip(boolean zip)
public void execute()
execute in class org.apache.tools.ant.TaskCopyright © 2017. All rights reserved.