Browse Source

*** empty log message ***

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272137 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
03184992c3
2 changed files with 43 additions and 3 deletions
  1. +31
    -0
      proposal/myrmidon/docs/todo.html
  2. +12
    -3
      proposal/myrmidon/src/xdocs/todo.xml

+ 31
- 0
proposal/myrmidon/docs/todo.html View File

@@ -208,6 +208,37 @@ File[] files = cm.getOutOfDate();
</div>
</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="Antlibs storing templates"><strong>Antlibs storing templates</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>After a templating system is formalized it would useful to define
a mechanism via which you can store templates in an antlib. These
templates could then be loaded and used by build files through a
"standard" mechanism. This may need to be merged with the XML catalog
system.</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="Antlibs Storing General Resources"><strong>Antlibs Storing General Resources</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>Add a system via which ant libs can store general resources for
consumption by build users. This could be used to store the XML fragments
for the XML catalog, the template fragments for templates, images for
documentation system and so forth.</p>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">


+ 12
- 3
proposal/myrmidon/src/xdocs/todo.xml View File

@@ -75,13 +75,22 @@ File[] files = cm.getOutOfDate();
</source>
</subsection>

<!--
<subsection name="">
<subsection name="Antlibs storing templates">
<p>After a templating system is formalized it would useful to define
a mechanism via which you can store templates in an antlib. These
templates could then be loaded and used by build files through a
"standard" mechanism. This may need to be merged with the XML catalog
system.</p>
</subsection>

<subsection name="">
<subsection name="Antlibs Storing General Resources">
<p>Add a system via which ant libs can store general resources for
consumption by build users. This could be used to store the XML fragments
for the XML catalog, the template fragments for templates, images for
documentation system and so forth.</p>
</subsection>

<!--
<subsection name="">
</subsection>



Loading…
Cancel
Save