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 42 KiB

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