diff --git a/proposal/myrmidon/docs/todo.html b/proposal/myrmidon/docs/todo.html index 290197545..14a09c053 100644 --- a/proposal/myrmidon/docs/todo.html +++ b/proposal/myrmidon/docs/todo.html @@ -90,6 +90,35 @@ sections describe some of the many things which still need to be done to achieve that goal. This list is currently under construction.

+ + +
+ + Integrate XDocs proposal + +
+
+

Integrate with the XDocs proposal that generates XML documentation for + tasks. Rework that proposal so that it knows about the myrmidon specific + patterns and features. Also rework it so that it can support reading + documentation and examples from side-by-side the task.

+
+
+ + + +
+ + TaskInfo + +
+
+

Consider allowing task writers to write their own TaskInfo objects + (or at least have them generated from XDoclet directives). This would + encompass both documentation and perhaps introspection of the types.

+
+
+
XML Catalog to load XML Fragments diff --git a/proposal/myrmidon/src/xdocs/todo.xml b/proposal/myrmidon/src/xdocs/todo.xml index 810989050..fc7827c19 100644 --- a/proposal/myrmidon/src/xdocs/todo.xml +++ b/proposal/myrmidon/src/xdocs/todo.xml @@ -15,6 +15,24 @@ sections describe some of the many things which still need to be done to achieve that goal. This list is currently under construction.

+ + + +

Integrate with the XDocs proposal that generates XML documentation for + tasks. Rework that proposal so that it knows about the myrmidon specific + patterns and features. Also rework it so that it can support reading + documentation and examples from side-by-side the task.

+
+ + +

Consider allowing task writers to write their own TaskInfo objects + (or at least have them generated from XDoclet directives). This would + encompass both documentation and perhaps introspection of the types.

+
+

When including fragments of XML we are currently forced to use relative paths. @@ -90,14 +108,6 @@ File[] files = cm.getOutOfDate(); documentation system and so forth.

- -

When you execute a task such as "javac" there is two types of dependency information