From 5e98e67898e6df3300b58e8d2a840dce5f3bee82 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Mon, 1 Apr 2002 00:46:26 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272138 13f79535-47bb-0310-9956-ffa450edef68 --- proposal/myrmidon/docs/todo.html | 29 ++++++++++++++++++++++++++++ proposal/myrmidon/src/xdocs/todo.xml | 26 +++++++++++++++++-------- 2 files changed, 47 insertions(+), 8 deletions(-) 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