Welcome to mirror list, hosted at ThFree Co, Russian Federation.

todo.html « doc « nant « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 20cd3ba16acc64759ba6f1a04e192de53c4520c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<html>

<head>
	<meta http-equiv="Content-Language" content="en-ca">
	<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
	<link rel="stylesheet" type="text/css" href="style.css" />
	<title>NAnt To Do</title>
</head>

<body>
	<table width="100%" border="0" cellspacing="0" cellpadding="2" class="NavBar">
		<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>
	</table>

	<h1><span class="N">N</span><span class="Ant">Ant</span> To Do</h1>
	<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>
	<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>

	<h3>0.7</h3>
	<ul>
		<li>command line parsing using clippy (another tool I'm working on that will be posted soon)</li>
		<li>clippy task (for command line parsing)</li>
		<li>nunit tests</li>
		<li>nunit task</li>
		<li>validate build file for valid xml and against a schema before starting build</li>
		<li>code xml docs for all non private members</li>
		<li>developer docs (code conventions, high level design)</li>
		<li>post newsgroup announcment</li>
		<li>request code review and project help</li>
	</ul>

	<h3>0.8</h3>
	<ul>
		<li>task documentation for users</li>
		<li>zip task</li>
		<li>ftp task</li>
		<li>standard input support for tasks that require input (ie, passwords when copying files via scp to SourceForge)</li>
	</ul>

	<h3>1.0</h3>
	<ul>
		<li>official release</li>
		<li>general cleanup</li>
		<li>xml documentation</li>
		<li>user documentation</li>
		<li>post newsgroup announcment</li>
	</ul>

	<h3>1.1</h3>
	<ul>
		<li>additional optional but useful tasks (sql, touch, email, grep)</li>
	</ul>
</body>

</html>