2005-06-05 Peter Bartok <pbartok@novell.com>
[mono.git] / mcs / nant / doc / todo.html
1 <html>\r
2 \r
3 <head>\r
4         <meta http-equiv="Content-Language" content="en-ca">\r
5         <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">\r
6         <link rel="stylesheet" type="text/css" href="style.css" />\r
7         <title>NAnt To Do</title>\r
8 </head>\r
9 \r
10 <body>\r
11         <table width="100%" border="0" cellspacing="0" cellpadding="2" class="NavBar">\r
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>\r
13         </table>\r
14 \r
15         <h1><span class="N">N</span><span class="Ant">Ant</span> To Do</h1>\r
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>\r
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>\r
18 \r
19         <h3>0.7</h3>\r
20         <ul>\r
21                 <li>command line parsing using clippy (another tool I'm working on that will be posted soon)</li>\r
22                 <li>clippy task (for command line parsing)</li>\r
23                 <li>nunit tests</li>\r
24                 <li>nunit task</li>\r
25                 <li>validate build file for valid xml and against a schema before starting build</li>\r
26                 <li>code xml docs for all non private members</li>\r
27                 <li>developer docs (code conventions, high level design)</li>\r
28                 <li>post newsgroup announcment</li>\r
29                 <li>request code review and project help</li>\r
30         </ul>\r
31 \r
32         <h3>0.8</h3>\r
33         <ul>\r
34                 <li>task documentation for users</li>\r
35                 <li>zip task</li>\r
36                 <li>ftp task</li>\r
37                 <li>standard input support for tasks that require input (ie, passwords when copying files via scp to SourceForge)</li>\r
38         </ul>\r
39 \r
40         <h3>1.0</h3>\r
41         <ul>\r
42                 <li>official release</li>\r
43                 <li>general cleanup</li>\r
44                 <li>xml documentation</li>\r
45                 <li>user documentation</li>\r
46                 <li>post newsgroup announcment</li>\r
47         </ul>\r
48 \r
49         <h3>1.1</h3>\r
50         <ul>\r
51                 <li>additional optional but useful tasks (sql, touch, email, grep)</li>\r
52         </ul>\r
53 </body>\r
54 \r
55 </html>