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.

todo.html 30 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- Content Stylesheet for Site -->
  3. <!-- start the processing -->
  4. <html>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
  7. <meta name="author" value="Adam Murdoch">
  8. <meta name="email" value="adammurdoch@apache.org">
  9. <title>Apache Myrmidon - Get Involved</title>
  10. </head>
  11. <body bgcolor="#ffffff" text="#000000" link="#525D76">
  12. <table border="0" width="100%" cellspacing="0">
  13. <!-- TOP IMAGE -->
  14. <tr>
  15. <td> <td colspan="2">
  16. <a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" align="left" border="0"/></a>
  17. </td>
  18. </td>
  19. <td valign="bottom"><div align="right"><b><font size="+3" color="#525D76">Apache Myrmidon</font></b></div></td>
  20. </tr>
  21. </table>
  22. <table border="0" width="100%" cellspacing="4">
  23. <tr><td colspan="2">
  24. <hr noshade="" size="1"/>
  25. </td></tr>
  26. <tr>
  27. <!-- LEFT SIDE NAVIGATION -->
  28. <td valign="top" nowrap="true">
  29. <p><strong>Myrmidon</strong></p>
  30. <ul>
  31. <li> <a href="./index.html">Introduction</a>
  32. </li>
  33. <li> <a href="./getinvolved.html">Get Involved</a>
  34. </li>
  35. <li> <a href="./user.html">Building Myrmidon</a>
  36. </li>
  37. <li> <a href="./todo.html">Todo List</a>
  38. </li>
  39. </ul>
  40. <p><strong>User Guide</strong></p>
  41. <ul>
  42. <li> <a href="./buildfile.html">Build file</a>
  43. </li>
  44. <li> <a href="./vfs.html">Virtual File System</a>
  45. </li>
  46. <li> <a href="./ant1compat.html">Ant1 Compatibility Layer</a>
  47. </li>
  48. <li> <a href="./differences.html">Differences to Ant1</a>
  49. </li>
  50. <li> <a href="./task.html">My First Task</a>
  51. </li>
  52. </ul>
  53. <p><strong>Extending Ant</strong></p>
  54. <ul>
  55. <li> <a href="./configuring.html">Configuration HOWTO</a>
  56. </li>
  57. <li> <a href="./converter.html">Converter HOWTO</a>
  58. </li>
  59. <li> <a href="./type.html">Type HOWTO</a>
  60. </li>
  61. <li> <a href="./classloader.html">ClassLoader HOWTO</a>
  62. </li>
  63. <li> <a href="./librarys.html">Library HOWTO</a>
  64. </li>
  65. </ul>
  66. <p><strong>Container Design</strong></p>
  67. <ul>
  68. </ul>
  69. </td>
  70. <td align="left" valign="top">
  71. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  72. <tr><td bgcolor="#525D76">
  73. <font color="#ffffff" face="arial,helvetica,sanserif">
  74. <a name="Todo List"><strong>Todo List</strong></a>
  75. </font>
  76. </td></tr>
  77. <tr><td>
  78. <blockquote>
  79. <p>The broad goal is to grow Myrmidon from a prototype task engine into a fully
  80. fledged build system, that can serve as the basis for Ant 2. The following
  81. sections describe some of the many things which still need to be done to
  82. achieve that goal. This list is currently under construction.</p>
  83. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  84. <tr><td bgcolor="#828DA6">
  85. <font color="#ffffff" face="arial,helvetica,sanserif">
  86. <a name="Rethink Notification/Event scheme"><strong>Rethink Notification/Event scheme</strong></a>
  87. </font>
  88. </td></tr>
  89. <tr><td>
  90. <blockquote>
  91. <p>We need to rethink the whole notificaiton scheme. Should tasks be able to
  92. raise events? Probably as long as we have <em>ContainerTasks</em>. Should tasks
  93. be able to query state of run? ie Can a task request "are we paused?" or "are we
  94. stopped?" ? Probably as that way long running tasks are given the opportunity
  95. to be gracefully halted by the end users (primarily aimed at IDE vendors here).</p>
  96. </blockquote>
  97. </td></tr>
  98. </table>
  99. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  100. <tr><td bgcolor="#828DA6">
  101. <font color="#ffffff" face="arial,helvetica,sanserif">
  102. <a name="XPath-like Locators for tasks"><strong>XPath-like Locators for tasks</strong></a>
  103. </font>
  104. </td></tr>
  105. <tr><td>
  106. <blockquote>
  107. <p>Most tasks are grouped into some sort of task container. The task containers
  108. can be things like workspaces, projects, targets or other tasks. Each of these
  109. containers usually has a name. Thus we could refer to tasks via a path such as
  110. "/avalon/compile/javac" would refer to the task "javac" in the target "compile"
  111. in the project "avalon". In the past it has been requested that a task get access
  112. to this path programatically - other people have also asked for access to things
  113. like the currently running target. We need to assess this and decide whether we
  114. wish to support it.</p>
  115. <p>Another point to think about is that we could use XPath-like string to designate
  116. to other tasks to execute. ie antcall would refer to a path rather than a target name</p>
  117. </blockquote>
  118. </td></tr>
  119. </table>
  120. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  121. <tr><td bgcolor="#828DA6">
  122. <font color="#ffffff" face="arial,helvetica,sanserif">
  123. <a name="Embeddor HOWTO"><strong>Embeddor HOWTO</strong></a>
  124. </font>
  125. </td></tr>
  126. <tr><td>
  127. <blockquote>
  128. <p>Assigned To: Peter</p>
  129. <p>Write a HOWTO describing how to embed Myrmidon into other
  130. applications.</p>
  131. </blockquote>
  132. </td></tr>
  133. </table>
  134. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  135. <tr><td bgcolor="#828DA6">
  136. <font color="#ffffff" face="arial,helvetica,sanserif">
  137. <a name="Optional Dependencies"><strong>Optional Dependencies</strong></a>
  138. </font>
  139. </td></tr>
  140. <tr><td>
  141. <blockquote>
  142. <p>Assigned To: Peter</p>
  143. <p>Extend Myrmidons library management facilities so that optional
  144. dependencies may be declared for a library. ie The library will still
  145. operate in absence of such libraries but can provide further features
  146. if these libraries are present. Most likely this will be done via a
  147. new manifest entry "Optional-Extension-List:" that behaves similar
  148. to "Extension-List:" except that the extensions are optional.</p>
  149. </blockquote>
  150. </td></tr>
  151. </table>
  152. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  153. <tr><td bgcolor="#828DA6">
  154. <font color="#ffffff" face="arial,helvetica,sanserif">
  155. <a name="Facade task HOWTO"><strong>Facade task HOWTO</strong></a>
  156. </font>
  157. </td></tr>
  158. <tr><td>
  159. <blockquote>
  160. <p>Currently we have a few tasks that have multiple implementations. For instance
  161. Javac task can actually call jikes, jvc, classic javac or modern javac. Similar things
  162. will be seen with the jspc task and the cc task (if it ever gets written). We have a base
  163. class that is meant to facilitate this sort of task and make it easy to develope. See
  164. AbstractFacadeTask. However we need to write up a HOWTO so people can use it.</p>
  165. </blockquote>
  166. </td></tr>
  167. </table>
  168. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  169. <tr><td bgcolor="#828DA6">
  170. <font color="#ffffff" face="arial,helvetica,sanserif">
  171. <a name="Mail tasks"><strong>Mail tasks</strong></a>
  172. </font>
  173. </td></tr>
  174. <tr><td>
  175. <blockquote>
  176. <p>Convert the ant1.x Mail tasks to myrmidon.</p>
  177. </blockquote>
  178. </td></tr>
  179. </table>
  180. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  181. <tr><td bgcolor="#828DA6">
  182. <font color="#ffffff" face="arial,helvetica,sanserif">
  183. <a name="Security Manager"><strong>Security Manager</strong></a>
  184. </font>
  185. </td></tr>
  186. <tr><td>
  187. <blockquote>
  188. <p>Add the ability to run java programs that call System.exit() by adding a
  189. security manager. Should look something like:</p>
  190. <div align="left">
  191. <table cellspacing="4" cellpadding="0" border="0">
  192. <tr>
  193. <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
  194. <td bgcolor="#023264" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
  195. <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
  196. </tr>
  197. <tr>
  198. <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
  199. <td bgcolor="#ffffff"><pre>
  200. public class MyrmidonSecurityManager
  201. extends SecurityManager
  202. {
  203. public void checkExit( final int status )
  204. {
  205. throw new ExitException( status );
  206. }
  207. public void checkPermission( final Permission permission )
  208. {
  209. }
  210. }
  211. </pre></td>
  212. <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
  213. </tr>
  214. <tr>
  215. <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
  216. <td bgcolor="#023264" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
  217. <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
  218. </tr>
  219. </table>
  220. </div>
  221. </blockquote>
  222. </td></tr>
  223. </table>
  224. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  225. <tr><td bgcolor="#828DA6">
  226. <font color="#ffffff" face="arial,helvetica,sanserif">
  227. <a name="Self Hosting"><strong>Self Hosting</strong></a>
  228. </font>
  229. </td></tr>
  230. <tr><td>
  231. <blockquote>
  232. <p>Myrmidon must be able to build itself. Currently, it is built using
  233. Ant 1.x. Ultimately, Myrmidon should be able to build itself from exactly the
  234. same build file. To start with, however, there is no need for Myrmidon to be
  235. able to do this. Myrmidon should also be able to be bootstrapped (that is, be
  236. able to be built from scratch, without using Ant 1.x at all).</p>
  237. </blockquote>
  238. </td></tr>
  239. </table>
  240. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  241. <tr><td bgcolor="#828DA6">
  242. <font color="#ffffff" face="arial,helvetica,sanserif">
  243. <a name="Validation Pass"><strong>Validation Pass</strong></a>
  244. </font>
  245. </td></tr>
  246. <tr><td>
  247. <blockquote>
  248. <p>Consider calling validate() on task prior to execute(). This would allow
  249. us to have a "make -k" mode that actually did basic validation and would also
  250. encourage task writers to do validation properly.</p>
  251. </blockquote>
  252. </td></tr>
  253. </table>
  254. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  255. <tr><td bgcolor="#828DA6">
  256. <font color="#ffffff" face="arial,helvetica,sanserif">
  257. <a name="Paths"><strong>Paths</strong></a>
  258. </font>
  259. </td></tr>
  260. <tr><td>
  261. <blockquote>
  262. <p>Consider allowing the user to configure the ant system by setting the
  263. following path types.</p>
  264. <ul>
  265. <li>ant.type.path: path that is used to search for the type libraries</li>
  266. <li>ant.ext.path: path that is used to search for "Optional Packages"
  267. or extensions.</li>
  268. </ul>
  269. <p>
  270. The default search path will probably include a per-user path element,
  271. a workspace path element and a system path elemtn that are searched in
  272. that order. Some possible defaults;
  273. </p>
  274. <ul>
  275. <li>Unix Per-user: ${user.home}/.ant/lib, ${user.home}/.ant/ext</li>
  276. <li>Windows Per-user: ${user.home}/ant/lib, ${user.home}/ant/ext</li>
  277. <li>MacOSX Per-user: ${user.home}/Library/Ant/lib,
  278. ${user.home}/Library/Ant/ext</li>
  279. <li>Unix System-wide: /opt/ant/lib, /opt/ant/ext</li>
  280. <li>Unix System-wide: /usr/local/ant/lib, /usr/local/ant/ext</li>
  281. <li>Windows System-wide: %SYS_DRIVE%/Program Files/ant/lib,
  282. %SYS_DRIVE%/Program Files/ant/ext</li>
  283. <li>MacOSX System-wide: /Library/Ant/lib, /Library/Ant/ant/ext</li>
  284. </ul>
  285. </blockquote>
  286. </td></tr>
  287. </table>
  288. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  289. <tr><td bgcolor="#828DA6">
  290. <font color="#ffffff" face="arial,helvetica,sanserif">
  291. <a name="Ant 1.x Compatibility"><strong>Ant 1.x Compatibility</strong></a>
  292. </font>
  293. </td></tr>
  294. <tr><td>
  295. <blockquote>
  296. <p>The Ant1 Compatibility layer is still in early stages of development.
  297. </p>
  298. <ul>
  299. <li>Get a version of <code>&lt;antcall&gt;</code> working.</li>
  300. <li>
  301. Provide hooks between Ant1 references and Myrmidon properties.
  302. May use converters for adapting Ant2 objects (like Ant2
  303. <code>&lt;path&gt;</code> or <code>&lt;fileset&gt;</code>)
  304. as Ant1 types.
  305. </li>
  306. <li>
  307. Missing tests:
  308. <ul>
  309. <li>Make sure properties are shared between Ant1 and Myrmidon tasks.</li>
  310. </ul>
  311. </li>
  312. <li>Get GUMP runs going using Myrmidon.</li>
  313. <li>Add protected accessors for get/set/list properties in
  314. Ant1 Project, to minimise the amount of code duplication in
  315. Ant1CompatProject.</li>
  316. </ul>
  317. </blockquote>
  318. </td></tr>
  319. </table>
  320. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  321. <tr><td bgcolor="#828DA6">
  322. <font color="#ffffff" face="arial,helvetica,sanserif">
  323. <a name="Virtual File System"><strong>Virtual File System</strong></a>
  324. </font>
  325. </td></tr>
  326. <tr><td>
  327. <blockquote>
  328. <p>The VFS needs plenty of work:</p>
  329. <ul>
  330. <li>Move files/folders.</li>
  331. <li>Recursive folders copy.</li>
  332. <li>Search through a file hierarchy, using Ant-style wildcards.</li>
  333. <li>Search through a file hierarchy, using a Selector interface.</li>
  334. <li>The in-memory caching mechanism is pretty rudimentary at this stage.
  335. It needs work to make it size capped. In addition, some mechanism needs
  336. to be provided to release and refresh cached info.
  337. </li>
  338. <li>Convert files/folders into local files, for handing off
  339. to external commands, or legacy tasks.</li>
  340. <li>Refactor the replication mechanism out of ZipFileSystemProvder,
  341. and make more general pluggable.</li>
  342. <li>Capabilities discovery.</li>
  343. <li>Attributes and attribute schema.</li>
  344. <li>Handle file canonicalisation better (for cases like case-insensitive
  345. file systems, symbolic links, name encoding, etc).</li>
  346. <li>File system layering. That is, the ability for a file system to
  347. sit on top of another file system, or a file from another file system
  348. (e.g. Zip/Jar/Tar file systems, gzip/encoding file systems, virtual file
  349. systems).
  350. </li>
  351. </ul>
  352. </blockquote>
  353. </td></tr>
  354. </table>
  355. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  356. <tr><td bgcolor="#828DA6">
  357. <font color="#ffffff" face="arial,helvetica,sanserif">
  358. <a name="File Data-Types and Tasks"><strong>File Data-Types and Tasks</strong></a>
  359. </font>
  360. </td></tr>
  361. <tr><td>
  362. <blockquote>
  363. <p>The file data-types, such as
  364. <code>&lt;fileset&gt;</code> and
  365. <code>&lt;path&gt;</code>, are some of the most widely used parts of Ant 1.x.
  366. Unfortunately, they aren't particularly extensible.
  367. </p>
  368. <ul>
  369. <li>Redesign the file data-types, replacing them with an interface-based
  370. API, plus a set of implementations. The API should use the VFS file
  371. <code>FileObject</code>, rather than
  372. <code>java.io.File</code>.
  373. This process has started, in the
  374. <code>antlib.vfile</code> package.
  375. </li>
  376. <li>File Selectors:
  377. <ul>
  378. <li>Change
  379. <code>AbstractNameFileSelector</code> to use Ant 1 style patterns
  380. matches, rather than Globs patterns.
  381. </li>
  382. <li>Add 'defaultexcludes' to
  383. <code>DefaultFileSet</code>. Also add a
  384. file selector implementation that matches everything except the default
  385. excludes.
  386. </li>
  387. <li>Add a name selector that loads patterns from a file.</li>
  388. <li>Add more selector implementations: size and last-modified comparisons,
  389. checksum comparison, byte-wise content comparison.</li>
  390. </ul>
  391. </li>
  392. <li>File conditions:
  393. <ul>
  394. <li>Add more condition implementations that perform checks on files.
  395. One that searches a path for a file would be useful.</li>
  396. </ul>
  397. </li>
  398. <li>File Name Mappers:
  399. <ul>
  400. <li>Change FileNameMapper.mapFileName() to take vfs.FileName objects.</li>
  401. <li>Move the current mapper implementations across to antlib.</li>
  402. </ul>
  403. </li>
  404. <li>File Sets:
  405. <ul>
  406. <li>Add a file set implementation that provides the union of several
  407. nested file sets (that is, a file set that merges several file sets
  408. together).</li>
  409. <li>Add a file set implementation that filters files that are up-to-date
  410. WRT some other file. Alternatively, this might be better done as a
  411. file selector.</li>
  412. </ul>
  413. </li>
  414. <li>Paths:
  415. <ul>
  416. <li>Add path implementations that evaluate to the system classpath,
  417. and the ant runtime classpath. Or, more generally, combine this with
  418. <code>ClassLoaderManager</code> to evaluate to the classpath of any
  419. 'library' (e.g. system classpath, ant runtime, tools.jar,
  420. an antlib, an installed extension, or the system classes of another JVM
  421. for cross-compiling).
  422. </li>
  423. </ul>
  424. </li>
  425. <li>Port across the Ant 1 file filter proposal, once it is complete.</li>
  426. <li>Copy task:
  427. <ul>
  428. <li>Implement 'preservelastmodified', 'overwrite', and 'includeemptydirs'.</li>
  429. <li>Support a file name mapper.</li>
  430. <li>Support file filters.</li>
  431. <li>Detect and handle destination file name collisions.</li>
  432. </ul>
  433. </li>
  434. <li>Implement the
  435. <code>&lt;move&gt;</code>,
  436. <code>&lt;delete&gt;</code>,
  437. <code>&lt;touch&gt;</code> and
  438. <code>&lt;mkdir&gt;</code> tasks on top
  439. of the VFS and the new file data-types. Might be some scope for generalising
  440. 'touch' and 'mkdir' into a single task.
  441. </li>
  442. </ul>
  443. </blockquote>
  444. </td></tr>
  445. </table>
  446. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  447. <tr><td bgcolor="#828DA6">
  448. <font color="#ffffff" face="arial,helvetica,sanserif">
  449. <a name="Command-line and Configuration Files"><strong>Command-line and Configuration Files</strong></a>
  450. </font>
  451. </td></tr>
  452. <tr><td>
  453. <blockquote>
  454. <p>One of the goals of Ant 2 is to allow the user to easily customise and
  455. extend Ant. The command-line and local configuration files, are two places
  456. where this would be done. Currently, Myrmidon some customisation from the
  457. command-line, but does not support configuration files.</p>
  458. <ul>
  459. <li>Load configuration from system (from $ANT_HOME) and user (from $HOME)
  460. configuration files.</li>
  461. <li>Allow the following via config files:
  462. <ul>
  463. <li>Add (or override) the
  464. <code>lib</code> and
  465. <code>ext</code> directories.
  466. </li>
  467. <li>Enable more than one listener, and configure the listeners from
  468. the conents of the config file.</li>
  469. <li>Import libraries, and set properties.</li>
  470. <li>Execute tasks.</li>
  471. <li>Install and configure runtime services.</li>
  472. </ul>
  473. </li>
  474. </ul>
  475. </blockquote>
  476. </td></tr>
  477. </table>
  478. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  479. <tr><td bgcolor="#828DA6">
  480. <font color="#ffffff" face="arial,helvetica,sanserif">
  481. <a name="Scripting"><strong>Scripting</strong></a>
  482. </font>
  483. </td></tr>
  484. <tr><td>
  485. <blockquote>
  486. <p>Add the ability to extend Ant using languages other than
  487. Java:</p>
  488. <ul>
  489. <li>Define a task using a scripting language such as Javascript.</li>
  490. <li>Use Rhino's ability to implement Java interfaces, to
  491. implement and define types, such as FileSelector, or
  492. Condition.</li>
  493. <li>Define a task using template.</li>
  494. <li>Add some lightweight scripting tasks.</li>
  495. </ul>
  496. </blockquote>
  497. </td></tr>
  498. </table>
  499. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  500. <tr><td bgcolor="#828DA6">
  501. <font color="#ffffff" face="arial,helvetica,sanserif">
  502. <a name="Documentation"><strong>Documentation</strong></a>
  503. </font>
  504. </td></tr>
  505. <tr><td>
  506. <blockquote>
  507. <p>Everyone loves writing documentation, and so a goal for Ant 2 is to
  508. generate a lot of reference documentation for tasks and other types directly
  509. from the source. Unfortunately, there's still plenty of tutorial material
  510. to write. In particular we need these:</p>
  511. <ul>
  512. <li>User documentation - describing things like the build file format,
  513. how properties work, how to use references, how sub-builds work, how to customise
  514. Myrmidon, and so on.</li>
  515. <li>Task writer documentation - describing things like an overview the task API,
  516. how configuration works, task lifecycle, how to assemble an antlib, a catalog
  517. of the runtime services, and so on.</li>
  518. <li>Myrmidon developer documentation - a broad outline of the architecture,
  519. how to build, how to test, and so on. Also, this todo list needs plenty
  520. of filling out.</li>
  521. </ul>
  522. </blockquote>
  523. </td></tr>
  524. </table>
  525. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  526. <tr><td bgcolor="#828DA6">
  527. <font color="#ffffff" face="arial,helvetica,sanserif">
  528. <a name="Miscellaneous"><strong>Miscellaneous</strong></a>
  529. </font>
  530. </td></tr>
  531. <tr><td>
  532. <blockquote>
  533. <p>A completely unordered list of items, big and small:</p>
  534. <ul>
  535. <li>Search through the code for 'TODO' items and fix them.</li>
  536. <li>Allow service factories to be configured from the contents of the
  537. <code>ant-services.xml</code> descriptor.
  538. </li>
  539. <li>Add verbosity level to ProjectListener LogEvent</li>
  540. <li>Fire ProjectListener events taskFinished(), targetFinished() and
  541. projectFinished() events on build failure, adding indicator methods to
  542. ProjectEvent.</li>
  543. <li>Fire ProjectListener events projectStarted() and projectFinished()
  544. events on start and finish of referenced projects, adding indicator methods
  545. to ProjectEvent.</li>
  546. <li>Detect duplicate type names.</li>
  547. <li>Add fully qualified type names, based on antlib name and type shorthand name.
  548. Allow these to be used in build files in addition to the shorthand names.</li>
  549. <li>Move the
  550. <code>&lt;http&gt;</code> and
  551. <code>&lt;socket&gt;</code>
  552. conditions to an antlib. Need to resolve how these will be passed a logger.
  553. </li>
  554. <li>Make the
  555. <code>&lt;uptodate&gt;</code> task a condition, and move to
  556. an antlib.
  557. </li>
  558. <li>Split up
  559. <code>&lt;is-set&gt;</code> condition into is-set and is-true conditions.
  560. </li>
  561. <li>Allow the
  562. <code>&lt;if&gt;</code> task to take any condition implementation.
  563. </li>
  564. <li>Add an else block to the
  565. <code>&lt;if&gt;</code> task.
  566. </li>
  567. <li>Split the
  568. <code>&lt;available&gt;</code> condition into separate conditions
  569. that test for the availability of a class, or a resource.
  570. </li>
  571. <li>Move
  572. <code>crimson.jar</code> to
  573. <code>bin/lib</code> in the distribution,
  574. and make available to other jars via the extension mechanism.
  575. </li>
  576. <li>Change <code>DefaultPropertyResolver</code> to ignore '$${'.</li>
  577. <li>Add a <code>--type</code> command-line option, to allow
  578. the project builder to be manually selected.
  579. </li>
  580. <li>Unit tests.</li>
  581. </ul>
  582. </blockquote>
  583. </td></tr>
  584. </table>
  585. </blockquote>
  586. </td></tr>
  587. </table>
  588. </td>
  589. </tr>
  590. <!-- FOOTER -->
  591. <tr><td colspan="2">
  592. <hr noshade="" size="1"/>
  593. </td></tr>
  594. <tr><td colspan="2">
  595. <div align="center"><font color="#525D76" size="-1"><em>
  596. Copyright &#169; 2000-2002, Apache Software Foundation
  597. </em></font></div>
  598. </td></tr>
  599. </table>
  600. </body>
  601. </html>
  602. <!-- end the processing -->