git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272138 13f79535-47bb-0310-9956-ffa450edef68master
@@ -90,6 +90,35 @@ | |||||
sections describe some of the many things which still need to be done to | sections describe some of the many things which still need to be done to | ||||
achieve that goal. This list is currently under construction.</p> | achieve that goal. This list is currently under construction.</p> | ||||
<table border="0" cellspacing="0" cellpadding="2" width="100%"> | <table border="0" cellspacing="0" cellpadding="2" width="100%"> | ||||
<tr><td bgcolor="#828DA6"> | |||||
<font color="#ffffff" face="arial,helvetica,sanserif"> | |||||
<a name="Integrate XDocs proposal"><strong>Integrate XDocs proposal</strong></a> | |||||
</font> | |||||
</td></tr> | |||||
<tr><td> | |||||
<blockquote> | |||||
<p>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.</p> | |||||
</blockquote> | |||||
</td></tr> | |||||
</table> | |||||
<table border="0" cellspacing="0" cellpadding="2" width="100%"> | |||||
<tr><td bgcolor="#828DA6"> | |||||
<font color="#ffffff" face="arial,helvetica,sanserif"> | |||||
<a name="TaskInfo"><strong>TaskInfo</strong></a> | |||||
</font> | |||||
</td></tr> | |||||
<tr><td> | |||||
<blockquote> | |||||
<p>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.</p> | |||||
</blockquote> | |||||
</td></tr> | |||||
</table> | |||||
<table border="0" cellspacing="0" cellpadding="2" width="100%"> | |||||
<tr><td bgcolor="#828DA6"> | <tr><td bgcolor="#828DA6"> | ||||
<font color="#ffffff" face="arial,helvetica,sanserif"> | <font color="#ffffff" face="arial,helvetica,sanserif"> | ||||
<a name="XML Catalog to load XML Fragments"><strong>XML Catalog to load XML Fragments</strong></a> | <a name="XML Catalog to load XML Fragments"><strong>XML Catalog to load XML Fragments</strong></a> | ||||
@@ -15,6 +15,24 @@ | |||||
sections describe some of the many things which still need to be done to | sections describe some of the many things which still need to be done to | ||||
achieve that goal. This list is currently under construction.</p> | achieve that goal. This list is currently under construction.</p> | ||||
<!-- | |||||
<subsection name=""> | |||||
</subsection> | |||||
--> | |||||
<subsection name="Integrate XDocs proposal"> | |||||
<p>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.</p> | |||||
</subsection> | |||||
<subsection name="TaskInfo"> | |||||
<p>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.</p> | |||||
</subsection> | |||||
<subsection name="XML Catalog to load XML Fragments"> | <subsection name="XML Catalog to load XML Fragments"> | ||||
<p> | <p> | ||||
When including fragments of XML we are currently forced to use relative paths. | 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.</p> | documentation system and so forth.</p> | ||||
</subsection> | </subsection> | ||||
<!-- | |||||
<subsection name=""> | |||||
</subsection> | |||||
<subsection name=""> | |||||
</subsection> | |||||
--> | |||||
<subsection name="Coloring API"> | <subsection name="Coloring API"> | ||||
<p> | <p> | ||||
When you execute a task such as "javac" there is two types of dependency information | When you execute a task such as "javac" there is two types of dependency information | ||||