donaldp 02/05/19 06:37:51
Modified: site/docs ant1compat.html buildfile.html building.html
classloader.html configuring.html differences.html
getinvolved.html index.html librarys.html
project-descriptor.html running.html
subprojects.html task.html todo.html vfs.html
Log:
Regenerate website.
Revision Changes Path
1.5 +1 -1 jakarta-ant-myrmidon/site/docs/ant1compat.html
Index: ant1compat.html
===================================================================
RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/ant1compat.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ant1compat.html 9 May 2002 07:39:57 -0000 1.4
+++ ant1compat.html 19 May 2002 13:37:50 -0000 1.5
@@ -59,7 +59,7 @@
<li> <a href="./task.html">My First Task</a>
</li>
</ul>
- <p><strong>Extending Ant</strong></p>
+ <p><strong>Extending Myrmidon</strong></p>
<ul>
<li> <a href="./configuring.html">Configuration HOWTO</a>
</li>
1.5 +1 -135 jakarta-ant-myrmidon/site/docs/buildfile.html
Index: buildfile.html
===================================================================
RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/buildfile.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- buildfile.html 9 May 2002 07:39:57 -0000 1.4
+++ buildfile.html 19 May 2002 13:37:50 -0000 1.5
@@ -59,7 +59,7 @@
<li> <a href="./task.html">My First Task</a>
</li>
</ul>
- <p><strong>Extending Ant</strong></p>
+ <p><strong>Extending Myrmidon</strong></p>
<ul>
<li> <a href="./configuring.html">Configuration HOWTO</a>
</li>
@@ -210,7 +210,6 @@
</p>
<ul>
<li><a href="#project-refs">Project references</a></li>
-<li><a href="#antlib-imports">Library imports</a></li>
<li><a href="#init-tasks">Initialization tasks</a></li>
<li><a href="#targets">Targets</a></li>
</ul>
@@ -309,139 +308,6 @@
<target name="main"
depends="subproject->compile">
.. do some stuff ..
</target>
-</project>
-</pre></td>
- <td bgcolor="#023264" width="1"><img src="/images/void.gif"
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- </tr>
- <tr>
- <td bgcolor="#023264" width="1" height="1"><img
src="/images/void.gif" width="1" height="1" vspace="0" hspace="0"
border="0"/></td>
- <td bgcolor="#023264" height="1"><img src="/images/void.gif"
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#023264" width="1" height="1"><img
src="/images/void.gif" width="1" height="1" vspace="0" hspace="0"
border="0"/></td>
- </tr>
- </table>
- </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="antlib-imports"><strong>Library
Imports</strong></a>
- </font>
- </td></tr>
- <tr><td>
- <blockquote>
- <p>Library imports allow the project to import tasks
and types from an antlib.
-An <code><import></code> element takes the following attributes:</p>
- <table>
- <tr>
- <td bgcolor="#039acc" colspan="" rowspan=""
- valign="top" align="left">
- <font color="#000000" size="-1" face="arial,helvetica,sanserif">
- Attribute
- </font>
- </td>
- <td bgcolor="#039acc" colspan="" rowspan=""
- valign="top" align="left">
- <font color="#000000" size="-1" face="arial,helvetica,sanserif">
- Description
- </font>
- </td>
- <td bgcolor="#039acc" colspan="" rowspan=""
- valign="top" align="left">
- <font color="#000000" size="-1" face="arial,helvetica,sanserif">
- Default Value
- </font>
- </td>
- </tr>
- <tr>
- <td bgcolor="#a0ddf0" colspan="" rowspan=""
- valign="top" align="left">
- <font color="#000000" size="-1" face="arial,helvetica,sanserif">
- library
- </font>
- </td>
- <td bgcolor="#a0ddf0" colspan="" rowspan=""
- valign="top" align="left">
- <font color="#000000" size="-1" face="arial,helvetica,sanserif">
- The name of the library to import. The <code>ext</code> directory
- of the Myrmidon distribution is searched for a library file with
- the given name, and an <code>atl</code> extension.
- </font>
- </td>
- <td bgcolor="#a0ddf0" colspan="" rowspan=""
- valign="top" align="left">
- <font color="#000000" size="-1" face="arial,helvetica,sanserif">
- Required
- </font>
- </td>
- </tr>
- <tr>
- <td bgcolor="#a0ddf0" colspan="" rowspan=""
- valign="top" align="left">
- <font color="#000000" size="-1" face="arial,helvetica,sanserif">
- type
- </font>
- </td>
- <td bgcolor="#a0ddf0" colspan="" rowspan=""
- valign="top" align="left">
- <font color="#000000" size="-1" face="arial,helvetica,sanserif">
- The type of definition to import. Values include
<code>task</code>,
- and <code>data-type</code>.
- </font>
- </td>
- <td bgcolor="#a0ddf0" colspan="" rowspan=""
- valign="top" align="left">
- <font color="#000000" size="-1" face="arial,helvetica,sanserif">
- None
- </font>
- </td>
- </tr>
- <tr>
- <td bgcolor="#a0ddf0" colspan="" rowspan=""
- valign="top" align="left">
- <font color="#000000" size="-1" face="arial,helvetica,sanserif">
- name
- </font>
- </td>
- <td bgcolor="#a0ddf0" colspan="" rowspan=""
- valign="top" align="left">
- <font color="#000000" size="-1" face="arial,helvetica,sanserif">
- The name of the type to import.
- </font>
- </td>
- <td bgcolor="#a0ddf0" colspan="" rowspan=""
- valign="top" align="left">
- <font color="#000000" size="-1" face="arial,helvetica,sanserif">
- None
- </font>
- </td>
- </tr>
- </table>
- <p>
-If the <code>type</code> and <code>name</code> attributes are not provided,
-the entire contents of the antlib are imported.
-</p>
- <p>The following example import the
<code><my-task></code> task from
-the <code>my-tasks</code> antlib.</p>
- <div align="left">
- <table cellspacing="4" cellpadding="0" border="0">
- <tr>
- <td bgcolor="#023264" width="1" height="1"><img
src="/images/void.gif" width="1" height="1" vspace="0" hspace="0"
border="0"/></td>
- <td bgcolor="#023264" height="1"><img src="/images/void.gif"
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#023264" width="1" height="1"><img
src="/images/void.gif" width="1" height="1" vspace="0" hspace="0"
border="0"/></td>
- </tr>
- <tr>
- <td bgcolor="#023264" width="1"><img src="/images/void.gif"
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#ffffff"><pre>
-
-<project version="2.0">
- <!-- Import task <my-task> from the 'my-tasks' antlib. -->
- <import library="my-tasks" type="task"
name="my-task"/>
-
- <target name="main">
- <my-task some-prop=".."/>
- </target>
</project>
</pre></td>
<td bgcolor="#023264" width="1"><img src="/images/void.gif"
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
1.2 +1 -1 jakarta-ant-myrmidon/site/docs/building.html
Index: building.html
===================================================================
RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/building.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- building.html 9 May 2002 07:39:57 -0000 1.1
+++ building.html 19 May 2002 13:37:50 -0000 1.2
@@ -59,7 +59,7 @@
<li> <a href="./task.html">My First Task</a>
</li>
</ul>
- <p><strong>Extending Ant</strong></p>
+ <p><strong>Extending Myrmidon</strong></p>
<ul>
<li> <a href="./configuring.html">Configuration HOWTO</a>
</li>
1.5 +1 -1 jakarta-ant-myrmidon/site/docs/classloader.html
Index: classloader.html
===================================================================
RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/classloader.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- classloader.html 9 May 2002 07:39:57 -0000 1.4
+++ classloader.html 19 May 2002 13:37:50 -0000 1.5
@@ -59,7 +59,7 @@
<li> <a href="./task.html">My First Task</a>
</li>
</ul>
- <p><strong>Extending Ant</strong></p>
+ <p><strong>Extending Myrmidon</strong></p>
<ul>
<li> <a href="./configuring.html">Configuration HOWTO</a>
</li>
1.5 +1 -1 jakarta-ant-myrmidon/site/docs/configuring.html
Index: configuring.html
===================================================================
RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/configuring.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- configuring.html 9 May 2002 07:39:57 -0000 1.4
+++ configuring.html 19 May 2002 13:37:50 -0000 1.5
@@ -59,7 +59,7 @@
<li> <a href="./task.html">My First Task</a>
</li>
</ul>
- <p><strong>Extending Ant</strong></p>
+ <p><strong>Extending Myrmidon</strong></p>
<ul>
<li> <a href="./configuring.html">Configuration HOWTO</a>
</li>
1.5 +1 -3 jakarta-ant-myrmidon/site/docs/differences.html
Index: differences.html
===================================================================
RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/differences.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- differences.html 9 May 2002 07:39:57 -0000 1.4
+++ differences.html 19 May 2002 13:37:50 -0000 1.5
@@ -59,7 +59,7 @@
<li> <a href="./task.html">My First Task</a>
</li>
</ul>
- <p><strong>Extending Ant</strong></p>
+ <p><strong>Extending Myrmidon</strong></p>
<ul>
<li> <a href="./configuring.html">Configuration HOWTO</a>
</li>
@@ -106,8 +106,6 @@
<li>A well-defined object lifecycle.</li>
<li>Polymorphic types are supported when objects are
configured.</li>
<li>Reference handling is handled automatically when
objects are configured.</li>
- <li>Aspects can be used to decorate tasks, to add
facilities like logging,
- error handling, or user preferences.</li>
</ul>
</li>
<li>A set of well-defined services and APIs have been
introduced, to allow
1.5 +1 -1 jakarta-ant-myrmidon/site/docs/getinvolved.html
Index: getinvolved.html
===================================================================
RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/getinvolved.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- getinvolved.html 9 May 2002 07:39:57 -0000 1.4
+++ getinvolved.html 19 May 2002 13:37:50 -0000 1.5
@@ -59,7 +59,7 @@
<li> <a href="./task.html">My First Task</a>
</li>
</ul>
- <p><strong>Extending Ant</strong></p>
+ <p><strong>Extending Myrmidon</strong></p>
<ul>
<li> <a href="./configuring.html">Configuration HOWTO</a>
</li>
1.5 +1 -1 jakarta-ant-myrmidon/site/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/index.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- index.html 9 May 2002 07:39:57 -0000 1.4
+++ index.html 19 May 2002 13:37:50 -0000 1.5
@@ -59,7 +59,7 @@
<li> <a href="./task.html">My First Task</a>
</li>
</ul>
- <p><strong>Extending Ant</strong></p>
+ <p><strong>Extending Myrmidon</strong></p>
<ul>
<li> <a href="./configuring.html">Configuration HOWTO</a>
</li>
1.5 +1 -1 jakarta-ant-myrmidon/site/docs/librarys.html
Index: librarys.html
===================================================================
RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/librarys.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- librarys.html 9 May 2002 07:39:57 -0000 1.4
+++ librarys.html 19 May 2002 13:37:50 -0000 1.5
@@ -59,7 +59,7 @@
<li> <a href="./task.html">My First Task</a>
</li>
</ul>
- <p><strong>Extending Ant</strong></p>
+ <p><strong>Extending Myrmidon</strong></p>
<ul>
<li> <a href="./configuring.html">Configuration HOWTO</a>
</li>
1.4 +9 -8 jakarta-ant-myrmidon/site/docs/project-descriptor.html
Index: project-descriptor.html
===================================================================
RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/project-descriptor.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project-descriptor.html 16 May 2002 01:28:28 -0000 1.3
+++ project-descriptor.html 19 May 2002 13:37:50 -0000 1.4
@@ -423,12 +423,13 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- The classpath to use for compiling the Jars.
- This is appended to the project classpath. This is
- an Ant <code><path></code> data-type. Note that
- the Ant runtime is not included in the compile classpath.
- To include the Ant runtime, add an empty
<code><ant-runtime></code>
- element to this <code><classpath></code> element.
+ The classpath to use for compiling the Jars. This is
+ an Ant <code><path></code> data-type. This
classpath
+ is appended to the project classpath. Note that the Ant
+ runtime is not included in the compile classpath. To
+ include the Ant runtime, add an empty
+ <code><ant-runtime></code> element to this
+ <code><classpath></code> element.
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
@@ -449,8 +450,8 @@
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
The patternset to use when compiling the project source.
- This is an Ant <code><patternset></code>. These
are
- added to the project compile patterns.
+ This is an Ant <code><patternset></code> data-type.
+ This patternset is added to the project compile
patternset.
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
1.2 +1 -1 jakarta-ant-myrmidon/site/docs/running.html
Index: running.html
===================================================================
RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/running.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- running.html 9 May 2002 07:39:57 -0000 1.1
+++ running.html 19 May 2002 13:37:50 -0000 1.2
@@ -59,7 +59,7 @@
<li> <a href="./task.html">My First Task</a>
</li>
</ul>
- <p><strong>Extending Ant</strong></p>
+ <p><strong>Extending Myrmidon</strong></p>
<ul>
<li> <a href="./configuring.html">Configuration HOWTO</a>
</li>
1.4 +1 -1 jakarta-ant-myrmidon/site/docs/subprojects.html
Index: subprojects.html
===================================================================
RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/subprojects.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- subprojects.html 9 May 2002 07:39:57 -0000 1.3
+++ subprojects.html 19 May 2002 13:37:50 -0000 1.4
@@ -59,7 +59,7 @@
<li> <a href="./task.html">My First Task</a>
</li>
</ul>
- <p><strong>Extending Ant</strong></p>
+ <p><strong>Extending Myrmidon</strong></p>
<ul>
<li> <a href="./configuring.html">Configuration HOWTO</a>
</li>
1.5 +1 -1 jakarta-ant-myrmidon/site/docs/task.html
Index: task.html
===================================================================
RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/task.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- task.html 9 May 2002 07:39:57 -0000 1.4
+++ task.html 19 May 2002 13:37:50 -0000 1.5
@@ -59,7 +59,7 @@
<li> <a href="./task.html">My First Task</a>
</li>
</ul>
- <p><strong>Extending Ant</strong></p>
+ <p><strong>Extending Myrmidon</strong></p>
<ul>
<li> <a href="./configuring.html">Configuration HOWTO</a>
</li>
1.6 +2 -0 jakarta-ant-myrmidon/site/docs/todo.html
Index: todo.html
===================================================================
RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/todo.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- todo.html 16 May 2002 01:28:28 -0000 1.5
+++ todo.html 19 May 2002 13:37:50 -0000 1.6
@@ -582,6 +582,8 @@
<code><path></code> or
<code><fileset></code>)
as Ant 1 types.
</li>
+ <li>Add an adaptor to convert an Ant 1 BuildListener to a
+ TaskListener.</li>
<li>
Missing tests:
<ul>
1.5 +1 -1 jakarta-ant-myrmidon/site/docs/vfs.html
Index: vfs.html
===================================================================
RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/vfs.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vfs.html 9 May 2002 07:39:57 -0000 1.4
+++ vfs.html 19 May 2002 13:37:50 -0000 1.5
@@ -59,7 +59,7 @@
<li> <a href="./task.html">My First Task</a>
</li>
</ul>
- <p><strong>Extending Ant</strong></p>
+ <p><strong>Extending Myrmidon</strong></p>
<ul>
<li> <a href="./configuring.html">Configuration HOWTO</a>
</li>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>