You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

tasksoverview.html 40 KiB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204
  1. <!--
  2. Licensed to the Apache Software Foundation (ASF) under one or more
  3. contributor license agreements. See the NOTICE file distributed with
  4. this work for additional information regarding copyright ownership.
  5. The ASF licenses this file to You under the Apache License, Version 2.0
  6. (the "License"); you may not use this file except in compliance with
  7. the License. You may obtain a copy of the License at
  8. http://www.apache.org/licenses/LICENSE-2.0
  9. Unless required by applicable law or agreed to in writing, software
  10. distributed under the License is distributed on an "AS IS" BASIS,
  11. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. See the License for the specific language governing permissions and
  13. limitations under the License.
  14. -->
  15. <html>
  16. <head>
  17. <meta http-equiv="Content-Language" content="en-us">
  18. <link rel="stylesheet" type="text/css" href="stylesheets/style.css">
  19. <title>Overview of Apache Ant Tasks</title>
  20. <base target="mainFrame">
  21. </head>
  22. <body>
  23. <a name="top"></a>
  24. <h2>Overview of Apache Ant Tasks</h2>
  25. <p>Given the large number of tasks available with Ant, it may be
  26. difficult to get an overall view of what each task can do. The following
  27. tables provide a short description of each task and a link to the complete
  28. documentation.</p>
  29. <a href="#archive">Archive Tasks</a><br>
  30. <a href="#audit">Audit/Coverage Tasks</a><br>
  31. <a href="#compile">Compile Tasks</a><br>
  32. <a href="#deploy">Deployment Tasks</a><br>
  33. <a href="#doc">Documentation Tasks</a><br>
  34. <a href="#ejb">EJB Tasks</a><br>
  35. <a href="#exec">Execution Tasks</a><br>
  36. <a href="#file">File Tasks</a><br>
  37. <a href="#extensions">Java2 Extensions Tasks</a><br>
  38. <a href="#log">Logging Tasks</a><br>
  39. <a href="#mail">Mail Tasks</a><br>
  40. <a href="#misc">Miscellaneous Tasks</a><br>
  41. <a href="#preproc">Pre-process Tasks</a><br>
  42. <a href="#prop">Property Tasks</a><br>
  43. <a href="#remote">Remote Tasks</a><br>
  44. <a href="#scm">SCM Tasks</a><br>
  45. <a href="#testing">Testing Tasks</a><br>
  46. <p></p>
  47. <table width="100%" border="0" cellpadding="4" cellspacing="0">
  48. <th align="left">
  49. <font size="+0" face="arial,helvetica,sanserif">
  50. <a name="archive">Archive Tasks</a>
  51. </font>
  52. </th>
  53. <font size="-1" face="arial,helvetica,sanserif">
  54. <th align="right"><a href="#top">[Back to top]</a></th>
  55. </font>
  56. </table>
  57. <table width="100%" border="1" cellpadding="4" cellspacing="0">
  58. <tr valign="top">
  59. <th nowrap>Task Name</th>
  60. <th nowrap>Description</th>
  61. </tr>
  62. <tr valign="top">
  63. <td nowrap><a href="Tasks/unpack.html">BUnzip2</a></td>
  64. <td><p>Expands a file packed using GZip or BZip2.</p></td>
  65. </tr>
  66. <tr valign="top">
  67. <td nowrap><a href="Tasks/pack.html">BZip2</a></td>
  68. <td><p>Packs a file using the GZip or BZip2 algorithm. This task
  69. does not do any dependency checking; the output file is always
  70. generated</p></td>
  71. </tr>
  72. <tr valign="top">
  73. <td nowrap><a href="Tasks/cab.html">Cab</a></td>
  74. <td><p>Creates Microsoft CAB archive files. It is invoked
  75. similar to the <a href="Tasks/jar.html">Jar</a> or
  76. <a href="Tasks/zip.html">Zip</a> tasks. This task will work on
  77. Windows using the external <i>cabarc</i> tool (provided by Microsoft),
  78. which must be located in your executable path.</p></td>
  79. </tr>
  80. <tr valign="top">
  81. <td nowrap><a href="Tasks/ear.html">Ear</a></td>
  82. <td><p>An extension of the <a href="Tasks/jar.html">Jar</a> task with
  83. special treatment for files that should end up in an
  84. Enterprise Application archive.</p></td>
  85. </tr>
  86. <tr valign="top">
  87. <td nowrap><a href="Tasks/gunzip.html">GUnzip</a></td>
  88. <td><p>Expands a GZip file.</p></td>
  89. </tr>
  90. <tr valign="top">
  91. <td nowrap><a href="Tasks/gzip.html">GZip</a></td>
  92. <td><p>GZips a set of files.</p></td>
  93. </tr>
  94. <tr valign="top">
  95. <td nowrap><a href="Tasks/jar.html">Jar</a></td>
  96. <td><p>Jars a set of files.</p></td>
  97. </tr>
  98. <tr valign="top">
  99. <td nowrap><a href="Tasks/jlink.html">Jlink</a></td>
  100. <td><p><i>Deprecated.</i> Use the <code>zipfileset</code>
  101. and <code>zipgroupfileset</code> attributes of the
  102. <a href="Tasks/jar.html">Jar</a> or
  103. <a href="Tasks/zip.html">Zip</a> tasks instead.</p></td>
  104. </tr>
  105. <tr valign="top">
  106. <td nowrap><a href="Tasks/manifest.html">Manifest</a></td>
  107. <td><p>Creates a manifest file.</p></td>
  108. </tr>
  109. <tr valign="top">
  110. <td nowrap><a href="Tasks/rpm.html">Rpm</a></td>
  111. <td><p>Invokes the <i>rpm</i> executable to build a Linux installation
  112. file. This task currently only works on Linux or other Unix platforms
  113. with RPM support.</p></td>
  114. </tr>
  115. <tr valign="top">
  116. <td nowrap><a href="Tasks/signjar.html">SignJar</a></td>
  117. <td><p>Signs a jar or zip file with the <i>javasign</i>
  118. command-line tool.</p></td>
  119. </tr>
  120. <tr valign="top">
  121. <td nowrap><a href="Tasks/tar.html">Tar</a></td>
  122. <td><p>Creates a tar archive.</p></td>
  123. </tr>
  124. <tr valign="top">
  125. <td nowrap><a href="Tasks/unzip.html">Unjar</a></td>
  126. <td><p>Unzips a jarfile.</p></td>
  127. </tr>
  128. <tr valign="top">
  129. <td nowrap><a href="Tasks/untar.html">Untar</a></td>
  130. <td><p>Untars a tarfile.</p></td>
  131. </tr>
  132. <tr valign="top">
  133. <td nowrap><a href="Tasks/unzip.html">Unwar</a></td>
  134. <td><p>Unzips a warfile.</p></td>
  135. </tr>
  136. <tr valign="top">
  137. <td nowrap><a href="Tasks/unzip.html">Unzip</a></td>
  138. <td><p>Unzips a zipfile.</p></td>
  139. </tr>
  140. <tr valign="top">
  141. <td nowrap><a href="Tasks/war.html">War</a></td>
  142. <td><p>An extension of the <a href="Tasks/jar.html">Jar</a> task
  143. with special treatment for files that should end up in the
  144. <code>WEB-INF/lib</code>, <code>WEB-INF/classes</code>, or
  145. <code>WEB-INF</code> directories of the Web Application Archive.</p></td>
  146. </tr>
  147. <tr valign="top">
  148. <td nowrap><a href="Tasks/zip.html">Zip</a></td>
  149. <td><p>Creates a zipfile.</p></td>
  150. </tr>
  151. </table>
  152. <p></p>
  153. <table width="100%" border="0" cellpadding="4" cellspacing="0">
  154. <th align="left">
  155. <font size="+0" face="arial,helvetica,sanserif">
  156. <a name="audit">Audit/Coverage Tasks</a>
  157. </font></th>
  158. <font size="-1" face="arial,helvetica,sanserif">
  159. <th align="right"><a href="#top">[Back to top]</a></th>
  160. </font>
  161. </table>
  162. <table width="100%" border="1" cellpadding="4" cellspacing="0">
  163. <tr valign="top">
  164. <th nowrap>Task Name</th>
  165. <th>Description</th>
  166. </tr>
  167. <tr valign="top">
  168. <td nowrap><a href="Tasks/jdepend.html">JDepend</a></td>
  169. <td><p>Invokes the <a href="http://www.clarkware.com/software/JDepend.html">
  170. JDepend</a> parser. This parser &quot;traverses a set of Java source-file
  171. directories and generates design-quality metrics for each Java
  172. package&quot;.</p></td>
  173. </tr>
  174. </table>
  175. <p></p>
  176. <table width="100%" border="0" cellpadding="4" cellspacing="0">
  177. <th align="left">
  178. <font size="+0" face="arial,helvetica,sanserif">
  179. <a name="compile">Compile Tasks</a>
  180. </font></th>
  181. <font size="-1" face="arial,helvetica,sanserif">
  182. <th align="right"><a href="#top">[Back to top]</a></th>
  183. </font>
  184. </table>
  185. <table width="100%" border="1" cellpadding="4" cellspacing="0">
  186. <tr valign="top">
  187. <th nowrap>Task Name</th>
  188. <th>Description</th>
  189. </tr>
  190. <tr valign="top">
  191. <td nowrap><a href="Tasks/depend.html">Depend</a></td>
  192. <td><p>Determines which classfiles are out-of-date with respect to their
  193. source, removing the classfiles of any other classes that depend on the
  194. out-of-date classes, forcing the re-compile of the removed classfiles.
  195. Typically used in conjunction with the
  196. <a href="Tasks/javac.html">Javac</a> task.</p></td>
  197. <tr valign="top">
  198. <td nowrap><a href="Tasks/javac.html">Javac</a></td>
  199. <td><p>Compiles the specified source file(s) within the running
  200. (Ant) VM, or in another VM if the <code>fork</code> attribute is
  201. specified.</p></td>
  202. </tr>
  203. <tr valign="top">
  204. <td nowrap><a href="Tasks/apt.html">Apt</a></td>
  205. <td><p>Runs the annotation processor tool (apt), and then optionally compiles
  206. the original code, and any generated source code.</p></td>
  207. </tr>
  208. <tr valign="top">
  209. <td nowrap><a href="Tasks/jspc.html">JspC</a></td>
  210. <td><p>Runs the JSP compiler. It can be used to precompile JSP pages
  211. for fast initial invocation of JSP pages, deployment on a server without
  212. the full JDK installed, or simply to syntax-check the pages without
  213. deploying them. The <a href="Tasks/javac.html">Javac</a> task
  214. can be used to compile the generated Java source.
  215. (For Weblogic JSP compiles,
  216. see the <a href="Tasks/wljspc.html">Wljspc</a> task.)</p></td>
  217. </tr>
  218. <tr valign="top">
  219. <td nowrap><a href="Tasks/netrexxc.html">NetRexxC</a></td>
  220. <td><p>Compiles a
  221. <a href="http://www2.hursley.ibm.com/netrexx" target="_top">NetRexx</a>
  222. source tree within the running (Ant) VM.</p></td>
  223. </tr>
  224. <tr valign="top">
  225. <td nowrap><a href="Tasks/rmic.html">Rmic</a></td>
  226. <td><p>Runs the <i>rmic</i> compiler on the specified file(s).</p></td>
  227. </tr>
  228. <tr valign="top">
  229. <td nowrap><a href="Tasks/wljspc.html">Wljspc</a></td>
  230. <td><p>Compiles JSP pages using Weblogic's JSP compiler,
  231. <i>weblogic.jspc</i>. (For non-Weblogic JSP compiles, see the
  232. <a href="Tasks/jspc.html">JspC</a> task.</p></td>
  233. </tr>
  234. </table>
  235. <p></p>
  236. <table width="100%" border="0" cellpadding="4" cellspacing="0">
  237. <th align="left">
  238. <font size="+0" face="arial,helvetica,sanserif">
  239. <a name="deploy">Deployment Tasks</a>
  240. </font></th>
  241. <font size="-1" face="arial,helvetica,sanserif">
  242. <th align="right"><a href="#top">[Back to top]</a></th>
  243. </font>
  244. </table>
  245. <table width="100%" border="1" cellpadding="4" cellspacing="0">
  246. <tr valign="top">
  247. <th nowrap>Task Name</th>
  248. <th>Description</th>
  249. </tr>
  250. <tr valign="top">
  251. <td nowrap><a href="Tasks/serverdeploy.html">ServerDeploy</a></td>
  252. <td><p>Task to run a &quot;hot&quot; deployment tool for vendor-specific
  253. J2EE server.
  254. </p></td>
  255. </tr>
  256. </table>
  257. <p></p>
  258. <table width="100%" border="0" cellpadding="4" cellspacing="0">
  259. <th align="left">
  260. <font size="+0" face="arial,helvetica,sanserif">
  261. <a name="doc">Documentation Tasks</a>
  262. </font></th>
  263. <font size="-1" face="arial,helvetica,sanserif">
  264. <th align="right"><a href="#top">[Back to top]</a></th>
  265. </font>
  266. </table>
  267. <table width="100%" border="1" cellpadding="4" cellspacing="0">
  268. <tr valign="top">
  269. <th nowrap>Task Name</th>
  270. <th>Description</th>
  271. </tr>
  272. <tr valign="top">
  273. <td nowrap><a href="Tasks/javadoc.html">Javadoc/<i>Javadoc2</i></a></td>
  274. <td><p>Generates code documentation using the <i>javadoc</i> tool.
  275. The Javadoc2 task is deprecated; use the Javadoc task instead.</p></td>
  276. </tr>
  277. </table>
  278. <p></p>
  279. <table width="100%" border="0" cellpadding="4" cellspacing="0">
  280. <th align="left">
  281. <font size="+0" face="arial,helvetica,sanserif">
  282. <a name="ejb">EJB Tasks</a>
  283. </font></th>
  284. <font size="-1" face="arial,helvetica,sanserif">
  285. <th align="right"><a href="#top">[Back to top]</a></th>
  286. </font>
  287. </table>
  288. <table width="100%" border="1" cellpadding="4" cellspacing="0">
  289. <tr valign="top">
  290. <th nowrap>Task Name</th>
  291. <th>Description</th>
  292. </tr>
  293. <tr valign="top">
  294. <td nowrap><a href="Tasks/ejb.html">EJB Tasks</a></td>
  295. <td><p>(See the documentation describing the EJB tasks.)</p></td>
  296. </tr>
  297. </table>
  298. <p></p>
  299. <table width="100%" border="0" cellpadding="4" cellspacing="0">
  300. <th align="left">
  301. <font size="+0" face="arial,helvetica,sanserif">
  302. <a name="exec">Execution Tasks</a>
  303. </font></th>
  304. <font size="-1" face="arial,helvetica,sanserif">
  305. <th align="right"><a href="#top">[Back to top]</a></th>
  306. </font>
  307. </table>
  308. <table width="100%" border="1" cellpadding="4" cellspacing="0">
  309. <tr valign="top">
  310. <th nowrap>Task Name</th>
  311. <th>Description</th>
  312. </tr>
  313. <tr valign="top">
  314. <td nowrap><a href="Tasks/ant.html">Ant</a></td>
  315. <td><p>Runs Ant on a supplied buildfile, optionally
  316. passing properties (with possibly new values).
  317. This task can be used to build sub-projects.</p></td>
  318. </tr>
  319. <tr valign="top">
  320. <td nowrap><a href="Tasks/antcall.html">AntCall</a></td>
  321. <td><p>Runs another target within the same buildfile, optionally
  322. passing properties (with possibly new values).</p></td>
  323. </tr>
  324. <tr valign="top">
  325. <td nowrap><a href="Tasks/apply.html">Apply/<i>ExecOn</i></a></td>
  326. <td><p>Executes a system command. When the <code>os</code> attribute is
  327. specified, the command is only executed when Ant is run on one
  328. of the specified operating systems.</p></td>
  329. </tr>
  330. <tr valign="top">
  331. <td nowrap><a href="Tasks/dependset.html">Dependset</a></td>
  332. <td><p>This task compares a set of source files with a set of target
  333. files. If any of the source files is newer than any of
  334. the target files, all the target files are removed. </p></td>
  335. </tr>
  336. <tr valign="top">
  337. <td nowrap><a href="Tasks/exec.html">Exec</a></td>
  338. <td><p>Executes a system command. When the <code>os</code> attribute
  339. is specified, the command is only executed when Ant is run on one of
  340. the specified operating systems.</p></td>
  341. </tr>
  342. <tr valign="top">
  343. <td nowrap><a href="Tasks/java.html">Java</a></td>
  344. <td><p>Executes a Java class within the running (Ant) VM, or in
  345. another VM if the <code>fork</code> attribute is specified.</p></td>
  346. </tr>
  347. <tr valign="top">
  348. <td nowrap><a href="Tasks/parallel.html">Parallel</a></td>
  349. <td><p>A container task that can contain other Ant tasks.
  350. Each nested task specified within the <code>&lt;parallel&gt;</code>
  351. tag will be executed in its own thread.</p></td>
  352. </tr>
  353. <tr valign="top">
  354. <td nowrap><a href="Tasks/sequential.html">Sequential</a></td>
  355. <td><p>A container task that can contain other Ant tasks.
  356. The nested tasks are simply executed in sequence. Its primary use is
  357. to support the sequential execution of a subset of tasks within
  358. the <code>&lt;parallel&gt;</code> tag.</p></td>
  359. </tr>
  360. <tr valign="top">
  361. <td nowrap><a href="Tasks/sleep.html">Sleep</a></td>
  362. <td><p> A task for suspending execution for a specified period of time.
  363. Useful when a build or deployment process requires an interval between
  364. tasks.</p></td>
  365. </tr>
  366. <tr valign="top">
  367. <td nowrap><a href="Tasks/subant.html">Subant</a></td>
  368. <td><p> Calls a given target for all defined sub-builds. This is an extension of ant for bulk project execution.</p></td>
  369. </tr>
  370. <tr valign="top">
  371. <td nowrap><a href="Tasks/waitfor.html">Waitfor</a></td>
  372. <td><p>Blocks execution until a set of specified conditions become true.
  373. This task is intended to be used with the
  374. <a href="Tasks/parallel.html">Parallel</a> task to synchronize
  375. a set of processes.</p></td>
  376. </tr>
  377. </table>
  378. <p></p>
  379. <table width="100%" border="0" cellpadding="4" cellspacing="0">
  380. <th align="left">
  381. <font size="+0" face="arial,helvetica,sanserif">
  382. <a name="file">File Tasks</a>
  383. </font></th>
  384. <font size="-1" face="arial,helvetica,sanserif">
  385. <th align="right"><a href="#top">[Back to top]</a></th>
  386. </font>
  387. </table>
  388. <table width="100%" border="1" cellpadding="4" cellspacing="0">
  389. <tr valign="top">
  390. <th nowrap>Task Name</th>
  391. <th>Description</th>
  392. </tr>
  393. <tr valign="top">
  394. <td nowrap><a href="Tasks/attrib.html">Attrib</a></td>
  395. <td><p>Changes the permissions and/or attributes of a file or all
  396. files inside the specified directories. Currently, it has effect
  397. only under Windows.</p></td>
  398. </tr>
  399. <tr valign="top">
  400. <td nowrap><a href="Tasks/checksum.html">Checksum</a></td>
  401. <td><p>Generates a checksum for a file or set of files. This task can
  402. also be used to perform checksum verifications.</p></td>
  403. </tr>
  404. <tr valign="top">
  405. <td nowrap><a href="Tasks/chgrp.html">Chgrp</a></td>
  406. <td><p>Changes the group ownership of a file or all files inside
  407. the specified directories. Currently, it has effect only under
  408. Unix.</p></td>
  409. </tr>
  410. <tr valign="top">
  411. <td nowrap><a href="Tasks/chmod.html">Chmod</a></td>
  412. <td><p>Changes the permissions of a file or all files inside the
  413. specified directories. Currently, it has effect only under Unix.
  414. The permissions are also UNIX style, like the arguments for the
  415. <i>chmod</i> command.</p></td>
  416. </tr>
  417. <tr valign="top">
  418. <td nowrap><a href="Tasks/chown.html">Chown</a></td>
  419. <td><p>Changes the owner of a file or all files inside the
  420. specified directories. Currently, it has effect only under
  421. Unix.</p></td>
  422. </tr>
  423. <tr valign="top">
  424. <td nowrap><a href="Tasks/concat.html">Concat</a></td>
  425. <td><p>Concatenates multiple files into a single one or to Ant's
  426. logging system.</p></td>
  427. </tr>
  428. <tr valign="top">
  429. <td nowrap><a href="Tasks/copy.html">Copy</a></td>
  430. <td><p>Copies a file or Fileset to a new file or directory.</p></td>
  431. </tr>
  432. <tr valign="top">
  433. <td nowrap><a href="Tasks/copydir.html"><i>Copydir</i></a></td>
  434. <td><p><i>Deprecated.</i> Use the
  435. <a href="Tasks/copy.html">Copy</a> task instead.</p></td>
  436. </tr>
  437. <tr valign="top">
  438. <td nowrap><a href="Tasks/copyfile.html"><i>Copyfile</i></a></td>
  439. <td><p><i>Deprecated.</i> Use the
  440. <a href="Tasks/copy.html">Copy</a> task instead.</p></td>
  441. </tr>
  442. <tr valign="top">
  443. <td nowrap><a href="Tasks/delete.html">Delete</a></td>
  444. <td><p>Deletes either a single file, all files and sub-directories
  445. in a specified directory, or a set of files specified by one or more
  446. <a href="Types/fileset.html">FileSet</a>s.</p></td>
  447. </tr>
  448. <tr valign="top">
  449. <td nowrap><a href="Tasks/deltree.html"><i>Deltree</i></a></td>
  450. <td><p><i>Deprecated.</i> Use the
  451. <a href="Tasks/delete.html">Delete</a> task instead.</p></td>
  452. </tr>
  453. <tr valign="top">
  454. <td nowrap><a href="Tasks/filter.html">Filter</a></td>
  455. <td><p>Sets a token filter for this project, or reads multiple token
  456. filters from a specified file and sets these as filters. Token filters
  457. are used by all tasks that perform file-copying operations.</p></td>
  458. </tr>
  459. <tr valign="top">
  460. <td nowrap><a href="Tasks/fixcrlf.html">FixCRLF</a></td>
  461. <td><p>Modifies a file to add or remove tabs, carriage returns, linefeeds,
  462. and EOF characters.</p></td>
  463. </tr>
  464. <tr valign="top">
  465. <td nowrap><a href="Tasks/get.html">Get</a></td>
  466. <td><p>Gets a file from a URL.</p></td>
  467. </tr>
  468. <tr valign="top">
  469. <td nowrap><a href="Tasks/mkdir.html">Mkdir</a></td>
  470. <td><p>Creates a directory. Non-existent parent directories are created,
  471. when necessary.</p></td>
  472. </tr>
  473. <tr valign="top">
  474. <td nowrap><a href="Tasks/move.html">Move</a></td>
  475. <td><p>Moves a file to a new file or directory, or a set(s) of file(s) to
  476. a new directory.</p></td>
  477. </tr>
  478. <tr valign="top">
  479. <td nowrap><a href="Tasks/patch.html">Patch</a></td>
  480. <td><p>Applies a &quot;diff&quot; file to originals.</p></td>
  481. </tr>
  482. <tr valign="top">
  483. <td nowrap><a href="Tasks/rename.html"><i>Rename</i></a></td>
  484. <td><p><i>Deprecated.</i> Use the <a href="Tasks/move.html">Move</a>
  485. task instead.</p></td>
  486. </tr>
  487. <tr valign="top">
  488. <td nowrap><a href="Tasks/renameextensions.html">
  489. <i>RenameExtensions</i></a></td>
  490. <td><p><i>Deprecated</i>. Use the <a href="Tasks/move.html">Move</a>
  491. task with a <a href="Types/mapper.html#glob-mapper">glob mapper</a>
  492. instead.</p></td>
  493. </tr>
  494. <tr valign="top">
  495. <td nowrap><a href="Tasks/replace.html">Replace</a></td>
  496. <td><p>Replace is a directory-based task for replacing the occurrence
  497. of a given string with another string in selected file.</p></td>
  498. </tr>
  499. <tr valign="top">
  500. <td nowrap><a href="Tasks/replaceregexp.html">
  501. ReplaceRegExp</a></td>
  502. <td><p>Directory-based task for replacing the occurrence of a given
  503. regular expression with a substitution pattern in a file or set of
  504. files.</p></td>
  505. </tr>
  506. <tr valign="top">
  507. <td nowrap><a href="Tasks/sync.html">Sync</a></td>
  508. <td><p>Synchronize two directory trees.</p></td>
  509. </tr>
  510. <tr valign="top">
  511. <td nowrap><a href="Tasks/tempfile.html">Tempfile</a></td>
  512. <td><p>Generates a name for a new temporary file and sets the specified
  513. property to that name.</p></td>
  514. </tr>
  515. <tr valign="top">
  516. <td nowrap><a href="Tasks/touch.html">Touch</a></td>
  517. <td><p>Changes the modification time of a file and possibly creates it at
  518. the same time.</p></td>
  519. </tr>
  520. </table>
  521. <p></p>
  522. <table width="100%" border="0" cellpadding="4" cellspacing="0">
  523. <th align="left">
  524. <font size="+0" face="arial,helvetica,sanserif">
  525. <a name="extensions">Java2 Extensions Tasks</a>
  526. </font></th>
  527. <font size="-1" face="arial,helvetica,sanserif">
  528. <th align="right"><a href="#top">[Back to top]</a></th>
  529. </font>
  530. </table>
  531. <table width="100%" border="1" cellpadding="4" cellspacing="0">
  532. <tr valign="top">
  533. <th nowrap>Task Name</th>
  534. <th>Description</th>
  535. </tr>
  536. <tr valign="top">
  537. <td nowrap>
  538. <a href="Tasks/jarlib-available.html">Jarlib-available</a></td>
  539. <td><p>Check whether an extension is present in a FileSet or an
  540. ExtensionSet. If the extension is present, the specified property is
  541. set.</p>
  542. </td>
  543. </tr>
  544. <tr valign="top">
  545. <td nowrap>
  546. <a href="Tasks/jarlib-display.html">Jarlib-display</a></td>
  547. <td><p>Display the &quot;Optional Package&quot; and
  548. &quot;Package Specification&quot; information contained within the
  549. specified jars.</p>
  550. </td>
  551. </tr>
  552. <tr valign="top">
  553. <td nowrap>
  554. <a href="Tasks/jarlib-manifest.html">Jarlib-manifest</a></td>
  555. <td><p>Task to generate a manifest that declares all the dependencies
  556. in manifest. The dependencies are determined by looking in the
  557. specified path and searching for Extension/&quot;Optional Package&quot;
  558. specifications in the manifests of the jars.</p>
  559. </td>
  560. </tr>
  561. <tr valign="top">
  562. <td nowrap>
  563. <a href="Tasks/jarlib-resolve.html">Jarlib-resolve</a></td>
  564. <td><p>Try to locate a jar to satisfy an extension, and place the
  565. location of the jar into the specified property.</p>
  566. </td>
  567. </tr>
  568. </table>
  569. <p></p>
  570. <p></p>
  571. <table width="100%" border="0" cellpadding="4" cellspacing="0">
  572. <th align="left">
  573. <font size="+0" face="arial,helvetica,sanserif">
  574. <a name="log">Logging Tasks</a>
  575. </font></th>
  576. <font size="-1" face="arial,helvetica,sanserif">
  577. <th align="right"><a href="#top">[Back to top]</a></th>
  578. </font>
  579. </table>
  580. <table width="100%" border="1" cellpadding="4" cellspacing="0">
  581. <tr valign="top">
  582. <th nowrap>Task Name</th>
  583. <th>Description</th>
  584. </tr>
  585. <tr valign="top">
  586. <td nowrap><a href="Tasks/recorder.html">Record</a></td>
  587. <td><p>Runs a listener that records the logging output of the
  588. build-process events to a file. Several recorders can exist
  589. at the same time. Each recorder is associated with a file.</p></td>
  590. </tr>
  591. </table>
  592. <p></p>
  593. <table width="100%" border="0" cellpadding="4" cellspacing="0">
  594. <th align="left">
  595. <font size="+0" face="arial,helvetica,sanserif">
  596. <a name="mail">Mail Tasks</a>
  597. </font></th>
  598. <font size="-1" face="arial,helvetica,sanserif">
  599. <th align="right"><a href="#top">[Back to top]</a></th>
  600. </font>
  601. </table>
  602. <table width="100%" border="1" cellpadding="4" cellspacing="0">
  603. <tr valign="top">
  604. <th nowrap>Task Name</th>
  605. <th>Description</th>
  606. </tr>
  607. <tr valign="top">
  608. <td nowrap><a href="Tasks/mail.html">Mail</a></td>
  609. <td><p>A task to send SMTP email.</p></td>
  610. </tr>
  611. <tr valign="top">
  612. <td nowrap><a href="Tasks/mimemail.html">MimeMail</a></td>
  613. <td><p><i>Deprecated</i>. Use the <a href="Tasks/mail.html">Mail</a>
  614. task instead.</p></td>
  615. </tr>
  616. </table>
  617. <p></p>
  618. <table width="100%" border="0" cellpadding="4" cellspacing="0">
  619. <th align="left">
  620. <font size="+0" face="arial,helvetica,sanserif">
  621. <a name="misc">Miscellaneous Tasks</a>
  622. </font></th>
  623. <font size="-1" face="arial,helvetica,sanserif">
  624. <th align="right"><a href="#top">[Back to top]</a></th>
  625. </font>
  626. </table>
  627. <table width="100%" border="1" cellpadding="4" cellspacing="0">
  628. <tr valign="top">
  629. <th nowrap>Task Name</th>
  630. <th>Description</th>
  631. </tr>
  632. <tr valign="top">
  633. <td nowrap><a href="Tasks/defaultexcludes.html">Defaultexcludes</a></td>
  634. <td><p>Modify the list of default exclude patterns from within
  635. your build file.</p></td>
  636. </tr>
  637. <tr valign="top">
  638. <td nowrap><a href="Tasks/echo.html">Echo</a></td>
  639. <td><p>Echoes text to <code>System.out</code> or to a file.</p></td>
  640. </tr>
  641. <tr valign="top">
  642. <td nowrap><a href="Tasks/fail.html">Fail</a></td>
  643. <td><p>Exits the current build by throwing a BuildException,
  644. optionally printing additional information.</p></td>
  645. </tr>
  646. <tr valign="top">
  647. <td nowrap><a href="Tasks/genkey.html">GenKey</a></td>
  648. <td><p>Generates a key in keystore.</p></td>
  649. </tr>
  650. <tr valign="top">
  651. <td nowrap><a href="Tasks/hostinfo.html">HostInfo</a></td>
  652. <td><p>Sets properties related to the provided host, or to
  653. the host the process is run on.</p></td>
  654. </tr>
  655. <tr valign="top">
  656. <td nowrap><a href="Tasks/input.html">Input</a></td>
  657. <td><p>Allows user interaction during the build process by displaying a
  658. message and reading a line of input from the console.</p></td>
  659. </tr>
  660. <tr valign="top">
  661. <td nowrap><a href="Tasks/script.html">Script</a></td>
  662. <td><p>Executes a script in a
  663. <a href="http://jakarta.apache.org/bsf/"
  664. target="_top">Apache BSF</a>-supported language.</p></td>
  665. </tr>
  666. <tr valign="top">
  667. <td nowrap><a href="Tasks/sound.html">Sound</a></td>
  668. <td><p>Plays a sound file at the end of the build, according to whether
  669. the build failed or succeeded.</p></td>
  670. </tr>
  671. <tr valign="top">
  672. <td nowrap><a href="Tasks/splash.html">Splash</a></td>
  673. <td><p>Displays a splash screen.</p></td>
  674. </tr>
  675. <tr valign="top">
  676. <td nowrap><a href="Tasks/sql.html">Sql</a></td>
  677. <td><p>Executes a series of SQL statements via JDBC to a database.
  678. Statements can either be read in from a text file using the
  679. <code>src</code> attribute, or from between the enclosing SQL
  680. tags.</p></td>
  681. </tr>
  682. <tr valign="top">
  683. <td nowrap><a href="Tasks/taskdef.html">Taskdef</a></td>
  684. <td><p>Adds a task definition to the current project, such that this
  685. new task can be used in the current project.</p></td>
  686. </tr>
  687. <tr valign="top">
  688. <td nowrap><a href="Tasks/tstamp.html">TStamp</a></td>
  689. <td><p>Sets the <code>DSTAMP</code>, <code>TSTAMP</code>, and
  690. <code>TODAY</code> properties in the current project, based on
  691. the current date and time.</p></td>
  692. </tr>
  693. <tr valign="top">
  694. <td nowrap><a href="Tasks/typedef.html">Typedef</a></td>
  695. <td><p>Adds a data-type definition to the current project, such that this
  696. new type can be used in the current project.</p></td>
  697. </tr>
  698. <tr valign="top">
  699. <td nowrap><a href="Tasks/xmlvalidate.html">XmlValidate</a></td>
  700. <td><p>Checks that XML files are valid (or only well-formed). This task
  701. uses the XML parser that is currently used by Ant by default, but any SAX1/2
  702. parser can be specified, if needed.</p></td>
  703. </tr>
  704. </table>
  705. <p></p>
  706. <table width="100%" border="0" cellpadding="4" cellspacing="0">
  707. <th align="left">
  708. <font size="+0" face="arial,helvetica,sanserif">
  709. <a name="preproc">Pre-process Tasks</a>
  710. </font></th>
  711. <font size="-1" face="arial,helvetica,sanserif">
  712. <th align="right"><a href="#top">[Back to top]</a></th>
  713. </font>
  714. </table>
  715. <table width="100%" border="1" cellpadding="4" cellspacing="0">
  716. <tr valign="top">
  717. <th nowrap>Task Name</th>
  718. <th>Description</th>
  719. </tr>
  720. <tr valign="top">
  721. <td nowrap><a href="Tasks/antlr.html">ANTLR</a></td>
  722. <td><p>Invokes the <a HREF="http://www.antlr.org/" target="_top">ANTLR</a>
  723. Translator generator on a grammar file.</p></td>
  724. </tr>
  725. <tr valign="top">
  726. <td nowrap><a href="Tasks/antstructure.html">AntStructure</a></td>
  727. <td><p>Generates a DTD for Ant buildfiles that contains information
  728. about all tasks currently known to Ant.</p></td>
  729. </tr>
  730. <tr valign="top">
  731. <td nowrap><a href="Tasks/import.html">Import</a></td>
  732. <td><p>Import another build file and potentially override targets
  733. in it with targets of your own.</p></td>
  734. </tr>
  735. <tr valign="top">
  736. <td nowrap><a href="Tasks/include.html">Include</a></td>
  737. <td><p>Include another build file.</p></td>
  738. </tr>
  739. <tr valign="top">
  740. <td nowrap><a href="Tasks/javacc.html">JavaCC</a></td>
  741. <td><p>Invokes the
  742. <a HREF="http://javacc.dev.java.net/" target="_top">
  743. JavaCC</a> compiler-compiler on a grammar file.</p></td>
  744. </tr>
  745. <tr valign="top">
  746. <td nowrap><a href="Tasks/javah.html">Javah</a></td>
  747. <td><p>Generates JNI headers from a Java class.</p></td>
  748. </tr>
  749. <tr valign="top">
  750. <td nowrap><a href="Tasks/jjdoc.html">JJDoc</a></td>
  751. <td><p>Invokes the <a href="http://javacc.dev.java.net/">
  752. JJDoc</a> documentation generator for the JavaCC compiler-compiler.
  753. JJDoc takes a JavaCC parser specification and produces documentation
  754. for the BNF grammar. It can operate in three modes, determined by
  755. command line options. This task only invokes JJDoc if the grammar file
  756. is newer than the generated BNF grammar documentation.</p></td>
  757. </tr>
  758. <tr valign="top">
  759. <td nowrap><a href="Tasks/jjtree.html">JJTree</a></td>
  760. <td><p>Invokes the <a href="http://javacc.dev.java.net/">
  761. JJTree</a> preprocessor for the JavaCC compiler-compiler. It inserts
  762. parse-tree building actions at various places in the JavaCC source that
  763. it generates. The output of JJTree is run through JavaCC to create the
  764. parser. This task only invokes JJTree if the grammar file is newer than
  765. the generated JavaCC file.</p></td>
  766. </tr>
  767. <tr valign="top">
  768. <td nowrap><a href="Tasks/macrodef.html">Macrodef</a></td>
  769. <td><p>Define a new task as a macro built-up upon other tasks.</p></td>
  770. </tr>
  771. <tr valign="top">
  772. <td nowrap><a href="Tasks/native2ascii.html">
  773. Native2Ascii</a></td>
  774. <td><p>Converts files from native encodings to ASCII with escaped Unicode.
  775. A common usage is to convert source files maintained in a native
  776. operating system encoding to ASCII, prior to compilation.</p></td>
  777. </tr>
  778. <tr valign="top">
  779. <td nowrap><a href="Tasks/presetdef.html">Presetdef</a></td>
  780. <td><p>Define a new task by instrumenting an existing task with
  781. default values for attributes or child elements.</p>
  782. </tr>
  783. <tr valign="top">
  784. <td nowrap><a href="Tasks/translate.html">Translate</a></td>
  785. <td><p>Identifies keys in files, delimited by special tokens, and
  786. translates them with values read from resource bundles.</p></td>
  787. </tr>
  788. <tr valign="top">
  789. <td nowrap><a href="Tasks/style.html">XSLT</a></td>
  790. <td><p>Processes a set of documents via XSLT.</p></td>
  791. </tr>
  792. </table>
  793. <p></p>
  794. <table width="100%" border="0" cellpadding="4" cellspacing="0">
  795. <th align="left">
  796. <font size="+0" face="arial,helvetica,sanserif">
  797. <a name="prop">Property Tasks</a>
  798. </font></th>
  799. <font size="-1" face="arial,helvetica,sanserif">
  800. <th align="right"><a href="#top">[Back to top]</a></th>
  801. </font>
  802. </table>
  803. <table width="100%" border="1" cellpadding="4" cellspacing="0">
  804. <tr valign="top">
  805. <th nowrap>Task Name</th>
  806. <th>Description</th>
  807. </tr>
  808. <tr valign="top">
  809. <td nowrap><a href="Tasks/available.html">Available</a></td>
  810. <td><p>Sets a property if a specified file, directory, class in the
  811. classpath, or JVM system resource is available at runtime.</p></td>
  812. </tr>
  813. <tr valign="top">
  814. <td nowrap><a href="Tasks/basename.html">Basename</a></td>
  815. <td><p>Sets a property to the last element of a specified path.
  816. </tr>
  817. <tr valign="top">
  818. <td nowrap><a href="Tasks/buildnumber.html">BuildNumber</a></td>
  819. <td><p>Task that can be used to track build numbers.
  820. </tr>
  821. <tr valign="top">
  822. <td nowrap><a href="Tasks/condition.html">Condition</a></td>
  823. <td><p>Sets a property if a certain condition holds true; this is a
  824. generalization of <a href="Tasks/available.html">Available</a> and
  825. <a href="Tasks/uptodate.html">Uptodate</a>.</p></td>
  826. </tr>
  827. <tr valign="top">
  828. <td nowrap><a href="Tasks/dirname.html">Dirname</a></td>
  829. <td><p>Sets a property to the value of the specified file up to,
  830. but not including, the last path element.
  831. </tr>
  832. <tr valign="top">
  833. <td nowrap>
  834. <a href="Tasks/echoproperties.html">Echoproperties</a><br>
  835. </td>
  836. <td><p>Lists the current properties.</p></td>
  837. </tr>
  838. <tr valign="top">
  839. <td nowrap><a href="Tasks/loadfile.html">LoadFile</a></td>
  840. <td><p>Loads a file into a property.</p></td>
  841. </tr>
  842. <tr valign="top">
  843. <td nowrap><a href="Tasks/loadproperties.html">LoadProperties</a></td>
  844. <td><p>Load a file's contents as Ant properties. This task is
  845. equivalent to using <code>&lt;property file=&quot;...&quot;/&gt;</code>
  846. except that it supports nested <code>&lt;filterchain&gt;</code> elements,
  847. and it cannot be specified outside a target.</p></td>
  848. </tr>
  849. <tr valign="top">
  850. <td nowrap><a href="Tasks/makeurl.html">MakeURL</a></td>
  851. <td><p>Creates a URL (list) from a file/fileset or path</p></td>
  852. </tr>
  853. <tr valign="top">
  854. <td nowrap><a href="Tasks/pathconvert.html">PathConvert</a></td>
  855. <td><p>Converts a nested path, path reference, filelist reference, or
  856. fileset reference to the form usable on a specified platform and/or
  857. to a list of items separated by the specified separator and stores
  858. the result in the specified property.</p></td>
  859. </tr>
  860. <tr valign="top">
  861. <td nowrap><a href="Tasks/property.html">Property</a></td>
  862. <td><p>Sets a property (by name and value), or set of properties
  863. (from a file or resource) in the project.</p></td>
  864. </tr>
  865. <tr valign="top">
  866. <td nowrap><a href="Tasks/propertyfile.html">
  867. PropertyFile</a></td>
  868. <td><p>Creates or modifies property files. Useful when wanting to make
  869. unattended modifications to configuration files for application
  870. servers and applications. Typically used for things such as
  871. automatically generating a build number and saving it to a build
  872. properties file, or doing date manipulation.<p></td>
  873. </tr>
  874. <tr valign="top">
  875. <td nowrap><a href="Tasks/uptodate.html">Uptodate</a></td>
  876. <td><p>Sets a property if a given target file is newer than a set of
  877. source files.</p></td>
  878. </tr>
  879. <tr valign="top">
  880. <td nowrap><a href="Tasks/whichresource.html">Whichresource</a></td>
  881. <td><p>Find a class or resource.</p></td>
  882. </tr>
  883. <tr valign="top">
  884. <td nowrap><a href="Tasks/xmlproperty.html">XmlProperty</a></td>
  885. <td><p>Loads property values from a well-formed XML file.</p></td>
  886. </tr>
  887. </table>
  888. <p></p>
  889. <table width="100%" border="0" cellpadding="4" cellspacing="0">
  890. <th align="left">
  891. <font size="+0" face="arial,helvetica,sanserif">
  892. <a name="remote">Remote Tasks</a>
  893. </font></th>
  894. <font size="-1" face="arial,helvetica,sanserif">
  895. <th align="right"><a href="#top">[Back to top]</a></th>
  896. </font>
  897. </table>
  898. <table width="100%" border="1" cellpadding="4" cellspacing="0">
  899. <tr valign="top">
  900. <th nowrap>Task Name</th>
  901. <th>Description</th>
  902. </tr>
  903. <tr valign="top">
  904. <td nowrap><a href="Tasks/ftp.html">FTP</a></td>
  905. <td><p>Implements a basic FTP client that can send, receive,
  906. list, and delete files, and create directories.</p></td>
  907. </tr>
  908. <tr valign="top">
  909. <td nowrap><a href="Tasks/rexec.html">Rexec</a></td>
  910. <td><p>Task to automate a remote rexec session.</p></td>
  911. </tr>
  912. <tr valign="top">
  913. <td nowrap><a href="Tasks/scp.html">Scp</a></td>
  914. <td><p>Copy files to or from a remote server using SSH.</p></td>
  915. </tr>
  916. <tr valign="top">
  917. <td nowrap><a href="Tasks/setproxy.html">setproxy</a></td>
  918. <td><p>Sets Java's web proxy properties, so that tasks and code run
  919. in the same JVM can have through-the-firewall access to remote web sites.</p></td>
  920. </tr>
  921. <tr valign="top">
  922. <td nowrap><a href="Tasks/sshexec.html">Sshexec</a></td>
  923. <td><p>Execute a command on a remote server using SSH.</p></td>
  924. </tr>
  925. <tr valign="top">
  926. <td nowrap><a href="Tasks/telnet.html">Telnet</a></td>
  927. <td><p>Task to automate a remote <i>telnet</i> session. This task uses
  928. nested <code>&lt;read&gt;</code> and <code>&lt;write&gt;</code> tags
  929. to indicate strings to wait for and specify text to send.</p></td>
  930. </tr>
  931. </table>
  932. <p></p>
  933. <table width="100%" border="0" cellpadding="4" cellspacing="0">
  934. <th align="left">
  935. <font size="+0" face="arial,helvetica,sanserif">
  936. <a name="scm">SCM Tasks</a>
  937. </font></th>
  938. <font size="-1" face="arial,helvetica,sanserif">
  939. <th align="right"><a href="#top">[Back to top]</a></th>
  940. </font>
  941. </table>
  942. <table width="100%" border="1" cellpadding="4" cellspacing="0">
  943. <tr valign="top">
  944. <th nowrap>Task Name</th>
  945. <th>Description</th>
  946. </tr>
  947. <tr valign="top">
  948. <td nowrap><a href="Tasks/cvs.html">Cvs</a></td>
  949. <td><p>Handles packages/modules retrieved from a
  950. <a href="http://www.nongnu.org/cvs/" target="_top">CVS</a>
  951. repository.</p></td>
  952. </tr>
  953. <tr valign="top">
  954. <td nowrap><a href="Tasks/changelog.html">CvsChangeLog</a></td>
  955. <td><p>Generates an XML report of the changes recorded in a
  956. <a href="http://www.nongnu.org/cvs/" target="_top">CVS</a>
  957. repository.</p></td>
  958. </tr>
  959. <tr valign="top">
  960. <td nowrap><a href="Tasks/cvspass.html">CVSPass</a></td>
  961. <td><p>Adds entries to a .cvspass file. Adding entries to this file
  962. has the same affect as a <i>cvs login</i> command.</p></td>
  963. </tr>
  964. <tr valign="top">
  965. <td nowrap><a href="Tasks/cvstagdiff.html">CvsTagDiff</a></td>
  966. <td><p>Generates an XML-formatted report file of the changes between
  967. two tags or dates recorded in a <a href="http://www.nongnu.org/cvs/"
  968. target="_top">CVS</a> repository.</p></td>
  969. </tr>
  970. <tr valign="top">
  971. <td nowrap><a href="Tasks/clearcase.html">ClearCase</a></td>
  972. <td><p>Tasks to perform the ClearCase cleartool <i>checkin</i>, <i>checkout</i>,
  973. <i>uncheckout</i>, <i>update</i>, <i>lock</i>, <i>unlock</i>, <i>mklbtype</i>, <i>rmtype</i>, <i>mklabel</i>, <i>mkattr</i>, <i>mkdir</i>, <i>mkelem</i>, and <i>mkbl</i> commands.</p></td>
  974. </tr>
  975. <tr valign="top">
  976. <td nowrap><a href="Tasks/ccm.html">Continuus/Synergy</a></td>
  977. <td><p>Tasks to perform the Continuus <i>ccmcheckin</i>,
  978. <i>ccmcheckout</i>, <i>ccmcheckintask</i>, <i>ccmreconfigure</i>, and
  979. <i>ccmcreateTask</i> commands.</p></td>
  980. </tr>
  981. <tr valign="top">
  982. <td nowrap><a href="Tasks/vss.html">
  983. Microsoft Visual SourceSafe</a></td>
  984. <td><p>Tasks to perform the Visual SourceSafe <i>vssget</i>,
  985. <i>vsslabel</i>, <i>vsshistory</i>, <i>vsscheckin</i>,
  986. <i>vsscheckout</i>, <i>vssadd</i>, <i>vsscp</i>, and <i>vsscreate</i>
  987. commands.</p></td>
  988. </tr>
  989. <tr valign="top">
  990. <td nowrap><a href="Tasks/perforce.html">Perforce</a></td>
  991. <td><p>Tasks to perform the Perforce <i>p4sync</i>, <i>p4change</i>,
  992. <i>p4edit</i>, <i>p4submit</i>, <i>p4have</i>, <i>p4label</i>,
  993. <i>p4counter</i>, <i>p4reopen</i>, <i>p4revert</i>, and <i>p4add</i>
  994. commands.</p></td>
  995. </tr>
  996. <tr valign="top">
  997. <td nowrap><a href="Tasks/pvcstask.html">Pvcs</a></td>
  998. <td><p>Allows the user extract the latest edition of the source code
  999. from a PVCS repository.</p></td>
  1000. </tr>
  1001. <tr valign="top">
  1002. <td nowrap><a href="Tasks/sos.html">SourceOffSite</a></td>
  1003. <td><p>Tasks to perform the SourceOffSite <i>sosget</i>, <i>soslabel</i>,
  1004. <i>soscheckin</i>, and <i>soscheckout</i> commands.</p></td>
  1005. </tr>
  1006. </table>
  1007. <p></p>
  1008. <table width="100%" border="0" cellpadding="4" cellspacing="0">
  1009. <th align="left">
  1010. <font size="+0" face="arial,helvetica,sanserif">
  1011. <a name="testing">Testing Tasks</a>
  1012. </font></th>
  1013. <font size="-1" face="arial,helvetica,sanserif">
  1014. <th align="right"><a href="#top">[Back to top]</a></th>
  1015. </font>
  1016. </table>
  1017. <table width="100%" border="1" cellpadding="4" cellspacing="0">
  1018. <tr valign="top">
  1019. <th nowrap>Task Name</th>
  1020. <th>Description</th>
  1021. </tr>
  1022. <tr valign="top">
  1023. <td nowrap><a href="Tasks/junit.html">Junit</a></td>
  1024. <td><p>Runs tests from the <a href="http://www.junit.org">Junit</a>
  1025. testing framework. This task has been tested with JUnit 3.0 up to
  1026. JUnit 3.7; it won't work with versions prior to JUnit 3.0.</p></td>
  1027. </tr>
  1028. <tr valign="top">
  1029. <td nowrap><a href="Tasks/junitreport.html">JunitReport</a></td>
  1030. <td><p>Merges the individual XML files generated by the
  1031. <a href="Tasks/junit.html">Junit</a> task and applies a
  1032. stylesheet on the resulting merged document to provide a browsable
  1033. report of the testcases results.</p></td>
  1034. </tr>
  1035. </table>
  1036. </body>
  1037. </html>