**** Merged from MCS ****
[mono-project.git] / mcs / nant / doc / todo.html
blob20cd3ba16acc64759ba6f1a04e192de53c4520c0
1 <html>
3 <head>
4 <meta http-equiv="Content-Language" content="en-ca">
5 <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
6 <link rel="stylesheet" type="text/css" href="style.css" />
7 <title>NAnt To Do</title>
8 </head>
10 <body>
11 <table width="100%" border="0" cellspacing="0" cellpadding="2" class="NavBar">
12 <tr><td class="NavBar-Cell" width="100%"><a title="NAnt home page" href="index.html"><b>NAnt</b></a> <img src="arrow.gif" alt="->" width="13" height="9"/> To Do</td></tr>
13 </table>
15 <h1><span class="N">N</span><span class="Ant">Ant</span> To Do</h1>
16 <p>The following is a rough guide to what features are being worked on and when they will be worked on in the future.</p>
17 <p>For a list of what is actively being worked refer to the <a title="SourceForge task manager for NAnt" href="https://sourceforge.net/pm/?group_id=31650">NAnt Task Manager</a> on SourceForge.</p>
19 <h3>0.7</h3>
20 <ul>
21 <li>command line parsing using clippy (another tool I'm working on that will be posted soon)</li>
22 <li>clippy task (for command line parsing)</li>
23 <li>nunit tests</li>
24 <li>nunit task</li>
25 <li>validate build file for valid xml and against a schema before starting build</li>
26 <li>code xml docs for all non private members</li>
27 <li>developer docs (code conventions, high level design)</li>
28 <li>post newsgroup announcment</li>
29 <li>request code review and project help</li>
30 </ul>
32 <h3>0.8</h3>
33 <ul>
34 <li>task documentation for users</li>
35 <li>zip task</li>
36 <li>ftp task</li>
37 <li>standard input support for tasks that require input (ie, passwords when copying files via scp to SourceForge)</li>
38 </ul>
40 <h3>1.0</h3>
41 <ul>
42 <li>official release</li>
43 <li>general cleanup</li>
44 <li>xml documentation</li>
45 <li>user documentation</li>
46 <li>post newsgroup announcment</li>
47 </ul>
49 <h3>1.1</h3>
50 <ul>
51 <li>additional optional but useful tasks (sql, touch, email, grep)</li>
52 </ul>
53 </body>
55 </html>