2001-02-13 12:32:01 +00:00
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Language" content="en-us">
|
2001-10-30 10:05:39 +00:00
|
|
|
<title>Apache Ant User Manual</title>
|
2001-02-13 12:32:01 +00:00
|
|
|
<base target="mainFrame">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<h2><a href="toc.html" target="navFrame">Table of Contents</a></h2>
|
|
|
|
|
2002-02-20 01:16:20 +00:00
|
|
|
<a href="optionaltasklist.html" target="navFrame">Optional Tasks</a><br>
|
2002-07-09 21:06:15 +00:00
|
|
|
<a href="tasksoverview.html" target="mainFrame">Overview of Ant Tasks</a><br>
|
|
|
|
<a href="conceptstypeslist.html" target="navFrame">Concepts and Types</a><br>
|
2001-02-13 12:32:01 +00:00
|
|
|
|
|
|
|
<h3>Core Tasks</h3>
|
|
|
|
<a href="CoreTasks/ant.html">Ant</a><br>
|
|
|
|
<a href="CoreTasks/antcall.html">AntCall</a><br>
|
|
|
|
<a href="CoreTasks/antstructure.html">AntStructure</a><br>
|
2001-07-12 12:06:45 +00:00
|
|
|
<a href="CoreTasks/apply.html">Apply/<i>ExecOn</i></a><br>
|
2001-02-13 12:32:01 +00:00
|
|
|
<a href="CoreTasks/available.html">Available</a><br>
|
2002-03-20 03:21:45 +00:00
|
|
|
<a href="CoreTasks/basename.html">Basename</a><br>
|
2002-03-31 01:17:57 +00:00
|
|
|
<a href="CoreTasks/buildnumber.html">BuildNumber</a><br>
|
Here are two new ant tasks - BZip2 and BUnzip2. �These
two tasks use the BZip2 compression algorithm (Visit:
http://sourceware.cygnus.com/bzip2/�for more info.) for
packing and unpacking.
These tasks resemble GZip and GUnzip tasks in input,
input validation, etc. �Hence, I refactored GZip and
GUnzip tasks as well so that the tasks GZip and BZip2
extend from a common base class named Pack, and
GUnzip and BUnzip2 extend from a common base class named
Unpack. �This lays the foundation for creating more Pack
tasks based on different algorithms like lzop, etc. in
the future.
The BZip2 and BUnzip2 tasks depend upon 4 classes:
BZip2Constants.java
CBZip2InputStream.java
CBZip2OutputStream.java
CRC.java
Keiron Liddle (keiron@aftexsw.com) has graciously
accepted to contribute the above code files he has
authored, under ASF license - many thanks to him. �I
have packaged them under org.apache.tools.bzip2,
mimicking the package naming style that has been used
for zip and tar tools we already have. �I have also
given proper credits to him in the code. �Perhaps, this
needs to exist under jakarta-commons, as Stefan had
suggested, but till then...
Submitted by: "Magesh Umasankar" <umagesh@rediffmail.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269919 13f79535-47bb-0310-9956-ffa450edef68
2001-11-15 09:14:10 +00:00
|
|
|
<a href="CoreTasks/unpack.html">BUnzip2</a><br>
|
|
|
|
<a href="CoreTasks/pack.html">BZip2</a><br>
|
2001-11-16 12:30:58 +00:00
|
|
|
<a href="CoreTasks/checksum.html">Checksum</a><br>
|
2001-02-13 12:32:01 +00:00
|
|
|
<a href="CoreTasks/chmod.html">Chmod</a><br>
|
2002-04-02 14:03:05 +00:00
|
|
|
<a href="CoreTasks/concat.html">Concat</a><br>
|
2001-08-09 05:48:49 +00:00
|
|
|
<a href="CoreTasks/condition.html">Condition</a><br>
|
2002-02-20 01:16:20 +00:00
|
|
|
<a href="CoreTasks/conditions.html">Supported conditions</a><br>
|
2001-02-13 12:32:01 +00:00
|
|
|
<a href="CoreTasks/copy.html">Copy</a><br>
|
2001-02-28 01:41:08 +00:00
|
|
|
<a href="CoreTasks/copydir.html"><i>Copydir</i></a><br>
|
|
|
|
<a href="CoreTasks/copyfile.html"><i>Copyfile</i></a><br>
|
2001-02-13 12:32:01 +00:00
|
|
|
<a href="CoreTasks/cvs.html">Cvs</a><br>
|
2002-04-03 09:11:09 +00:00
|
|
|
<a href="CoreTasks/changelog.html">CvsChangeLog</a><br>
|
2001-04-27 11:52:55 +00:00
|
|
|
<a href="CoreTasks/cvspass.html">CVSPass</a><br>
|
2002-04-15 09:53:24 +00:00
|
|
|
<a href="CoreTasks/cvstagdiff.html">CvsTagDiff</a><br>
|
2003-05-09 12:10:36 +00:00
|
|
|
<a href="CoreTasks/defaultexcludes.html">Defaultexcludes</a><br>
|
2001-02-13 12:32:01 +00:00
|
|
|
<a href="CoreTasks/delete.html">Delete</a><br>
|
2001-03-20 19:28:29 +00:00
|
|
|
<a href="CoreTasks/deltree.html"><i>Deltree</i></a><br>
|
2001-08-06 14:32:46 +00:00
|
|
|
<a href="CoreTasks/dependset.html">Dependset</a><br>
|
2002-03-20 03:21:45 +00:00
|
|
|
<a href="CoreTasks/dirname.html">Dirname</a><br>
|
2001-06-13 15:29:47 +00:00
|
|
|
<a href="CoreTasks/ear.html">Ear</a><br>
|
2001-02-13 12:32:01 +00:00
|
|
|
<a href="CoreTasks/echo.html">Echo</a><br>
|
|
|
|
<a href="CoreTasks/exec.html">Exec</a><br>
|
|
|
|
<a href="CoreTasks/fail.html">Fail</a><br>
|
|
|
|
<a href="CoreTasks/filter.html">Filter</a><br>
|
|
|
|
<a href="CoreTasks/fixcrlf.html">FixCRLF</a><br>
|
|
|
|
<a href="CoreTasks/genkey.html">GenKey</a><br>
|
|
|
|
<a href="CoreTasks/get.html">Get</a><br>
|
Here are two new ant tasks - BZip2 and BUnzip2. �These
two tasks use the BZip2 compression algorithm (Visit:
http://sourceware.cygnus.com/bzip2/�for more info.) for
packing and unpacking.
These tasks resemble GZip and GUnzip tasks in input,
input validation, etc. �Hence, I refactored GZip and
GUnzip tasks as well so that the tasks GZip and BZip2
extend from a common base class named Pack, and
GUnzip and BUnzip2 extend from a common base class named
Unpack. �This lays the foundation for creating more Pack
tasks based on different algorithms like lzop, etc. in
the future.
The BZip2 and BUnzip2 tasks depend upon 4 classes:
BZip2Constants.java
CBZip2InputStream.java
CBZip2OutputStream.java
CRC.java
Keiron Liddle (keiron@aftexsw.com) has graciously
accepted to contribute the above code files he has
authored, under ASF license - many thanks to him. �I
have packaged them under org.apache.tools.bzip2,
mimicking the package naming style that has been used
for zip and tar tools we already have. �I have also
given proper credits to him in the code. �Perhaps, this
needs to exist under jakarta-commons, as Stefan had
suggested, but till then...
Submitted by: "Magesh Umasankar" <umagesh@rediffmail.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269919 13f79535-47bb-0310-9956-ffa450edef68
2001-11-15 09:14:10 +00:00
|
|
|
<a href="CoreTasks/unpack.html">GUnzip</a><br>
|
|
|
|
<a href="CoreTasks/pack.html">GZip</a><br>
|
2001-11-30 12:24:17 +00:00
|
|
|
<a href="CoreTasks/input.html">Input</a><br>
|
2001-02-13 12:32:01 +00:00
|
|
|
<a href="CoreTasks/jar.html">Jar</a><br>
|
|
|
|
<a href="CoreTasks/java.html">Java</a><br>
|
|
|
|
<a href="CoreTasks/javac.html">Javac</a><br>
|
2001-03-20 19:28:29 +00:00
|
|
|
<a href="CoreTasks/javadoc.html">Javadoc/<i>Javadoc2</i></a><br>
|
2001-12-25 06:14:40 +00:00
|
|
|
<a href="CoreTasks/loadfile.html">LoadFile</a><br>
|
2002-03-06 03:25:51 +00:00
|
|
|
<a href="CoreTasks/loadproperties.html">LoadProperties</a><br>
|
2001-02-13 12:32:01 +00:00
|
|
|
<a href="CoreTasks/mail.html">Mail</a><br>
|
2001-12-12 10:54:08 +00:00
|
|
|
<a href="CoreTasks/manifest.html">Manifest</a><br>
|
2001-02-13 12:32:01 +00:00
|
|
|
<a href="CoreTasks/mkdir.html">Mkdir</a><br>
|
|
|
|
<a href="CoreTasks/move.html">Move</a><br>
|
2001-08-09 10:48:12 +00:00
|
|
|
<a href="CoreTasks/parallel.html">Parallel</a><br>
|
2001-02-13 12:32:01 +00:00
|
|
|
<a href="CoreTasks/patch.html">Patch</a><br>
|
2001-06-22 05:36:34 +00:00
|
|
|
<a href="CoreTasks/pathconvert.html">PathConvert</a><br>
|
2001-02-13 12:32:01 +00:00
|
|
|
<a href="CoreTasks/property.html">Property</a><br>
|
2001-04-12 06:03:39 +00:00
|
|
|
<a href="CoreTasks/recorder.html">Record</a><br>
|
2001-02-28 01:41:08 +00:00
|
|
|
<a href="CoreTasks/rename.html"><i>Rename</i></a><br>
|
2001-02-13 12:32:01 +00:00
|
|
|
<a href="CoreTasks/replace.html">Replace</a><br>
|
|
|
|
<a href="CoreTasks/rmic.html">Rmic</a><br>
|
2001-08-09 11:03:39 +00:00
|
|
|
<a href="CoreTasks/sequential.html">Sequential</a><br>
|
2001-02-13 12:32:01 +00:00
|
|
|
<a href="CoreTasks/signjar.html">SignJar</a><br>
|
2001-06-21 10:15:35 +00:00
|
|
|
<a href="CoreTasks/sleep.html">Sleep</a><br>
|
2001-02-13 12:32:01 +00:00
|
|
|
<a href="CoreTasks/sql.html">Sql</a><br>
|
2002-06-01 12:26:43 +00:00
|
|
|
<a href="CoreTasks/style.html">Style</a><br>
|
2003-04-21 06:36:46 +00:00
|
|
|
<a href="CoreTasks/subant.html">Subant</a><br>
|
2003-05-14 11:52:08 +00:00
|
|
|
<a href="CoreTasks/sync.html">Sync</a><br>
|
2001-02-13 12:32:01 +00:00
|
|
|
<a href="CoreTasks/tar.html">Tar</a><br>
|
|
|
|
<a href="CoreTasks/taskdef.html">Taskdef</a><br>
|
2002-07-09 21:06:15 +00:00
|
|
|
<a href="CoreTasks/tempfile.html">Tempfile</a><br>
|
2001-02-13 12:32:01 +00:00
|
|
|
<a href="CoreTasks/touch.html">Touch</a><br>
|
2001-07-08 20:30:59 +00:00
|
|
|
<a href="CoreTasks/tstamp.html">TStamp</a><br>
|
2001-06-07 11:42:09 +00:00
|
|
|
<a href="CoreTasks/typedef.html">Typedef</a><br>
|
2001-02-13 12:32:01 +00:00
|
|
|
<a href="CoreTasks/unzip.html">Unjar</a><br>
|
2001-11-21 07:31:01 +00:00
|
|
|
<a href="CoreTasks/unzip.html">Untar</a><br>
|
2001-02-13 12:32:01 +00:00
|
|
|
<a href="CoreTasks/unzip.html">Unwar</a><br>
|
|
|
|
<a href="CoreTasks/unzip.html">Unzip</a><br>
|
|
|
|
<a href="CoreTasks/uptodate.html">Uptodate</a><br>
|
2001-11-30 12:05:27 +00:00
|
|
|
<a href="CoreTasks/waitfor.html">Waitfor</a><br>
|
2001-02-13 12:32:01 +00:00
|
|
|
<a href="CoreTasks/war.html">War</a><br>
|
2002-04-22 00:05:09 +00:00
|
|
|
<a href="CoreTasks/xmlproperty.html">XmlProperty</a><br>
|
2002-06-01 12:26:43 +00:00
|
|
|
<a href="CoreTasks/style.html">Xslt</a><br>
|
2001-02-13 12:32:01 +00:00
|
|
|
<a href="CoreTasks/zip.html">Zip</a><br>
|
|
|
|
</body>
|
|
|
|
</html>
|