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

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