From 5e98e67898e6df3300b58e8d2a840dce5f3bee82 Mon Sep 17 00:00:00 2001
From: Peter Donald
+ + Integrate XDocs proposal + + |
+ ++ |
+ + TaskInfo + + |
+ ++ |
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 |