donaldp 2002/06/19 17:28:04
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
Added: site/docs extending.html
Log:
Update website to reflect the new document
Revision Changes Path
1.9 +8 -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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ant1compat.html 13 Jun 2002 08:25:03 -0000 1.8
+++ ant1compat.html 20 Jun 2002 00:28:03 -0000 1.9
@@ -65,6 +65,8 @@
</div>
<div>
<strong>Extending Myrmidon</strong>
+ <div><small> <a href="./extending.html">Introduction</a>
+ </small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
<div><small> <a href="./converter.html">Converter
HOWTO</a>
@@ -272,7 +274,11 @@
> from within the root directory of the Myrmidon source tree.
</p>
</div>
- </div></div></td>
+ </div>
+ <div align="right" id="authors">by
+ <a href="darrell at apache dot org">Darrell DeBoer</a>
+ </div>
+ </div></td>
</tr>
</table>
@@ -287,6 +293,7 @@
</body>
</html>
+
1.10 +8 -1 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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- buildfile.html 13 Jun 2002 08:25:03 -0000 1.9
+++ buildfile.html 20 Jun 2002 00:28:03 -0000 1.10
@@ -65,6 +65,8 @@
</div>
<div>
<strong>Extending Myrmidon</strong>
+ <div><small> <a href="./extending.html">Introduction</a>
+ </small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
<div><small> <a href="./converter.html">Converter
HOWTO</a>
@@ -573,7 +575,11 @@
</p>
</div>
- </div></div></td>
+ </div>
+ <div align="right" id="authors">by
+ <a href="[EMAIL PROTECTED]">Adam Murdoch</a>
+ </div>
+ </div></td>
</tr>
</table>
@@ -588,6 +594,7 @@
</body>
</html>
+
1.6 +8 -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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- building.html 13 Jun 2002 08:25:03 -0000 1.5
+++ building.html 20 Jun 2002 00:28:03 -0000 1.6
@@ -65,6 +65,8 @@
</div>
<div>
<strong>Extending Myrmidon</strong>
+ <div><small> <a href="./extending.html">Introduction</a>
+ </small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
<div><small> <a href="./converter.html">Converter
HOWTO</a>
@@ -186,7 +188,11 @@
</tr>
</table>
</div>
- </div></div></td>
+ </div>
+ <div align="right" id="authors">by
+ <a href="[EMAIL PROTECTED]">Adam Murdoch</a>
+ </div>
+ </div></td>
</tr>
</table>
@@ -201,6 +207,7 @@
</body>
</html>
+
1.9 +8 -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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- classloader.html 13 Jun 2002 08:25:03 -0000 1.8
+++ classloader.html 20 Jun 2002 00:28:03 -0000 1.9
@@ -65,6 +65,8 @@
</div>
<div>
<strong>Extending Myrmidon</strong>
+ <div><small> <a href="./extending.html">Introduction</a>
+ </small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
<div><small> <a href="./converter.html">Converter
HOWTO</a>
@@ -302,7 +304,11 @@
</ul>
</div>
- </div></div></td>
+ </div>
+ <div align="right" id="authors">by
+ <a href="[EMAIL PROTECTED]">Peter Donald</a>
+ </div>
+ </div></td>
</tr>
</table>
@@ -317,6 +323,7 @@
</body>
</html>
+
1.9 +9 -2 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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- configuring.html 13 Jun 2002 08:25:03 -0000 1.8
+++ configuring.html 20 Jun 2002 00:28:03 -0000 1.9
@@ -65,6 +65,8 @@
</div>
<div>
<strong>Extending Myrmidon</strong>
+ <div><small> <a href="./extending.html">Introduction</a>
+ </small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
<div><small> <a href="./converter.html">Converter
HOWTO</a>
@@ -89,7 +91,7 @@
<div class="h3">
<h3><a name="Introduction">Introduction</a></h3>
<p
- > This section will describe in detail the mechanism via which
tasks are
+ > This section will describe the mechanism via which tasks are
configured. Configuration is the name given to the stage in tasks
lifecycle via which the XML representation is mapped onto the
task
object.
@@ -441,7 +443,11 @@
</p>
</div>
</div>
- </div></div></td>
+ </div>
+ <div align="right" id="authors">by
+ <a href="[EMAIL PROTECTED]">Peter Donald</a>
+ </div>
+ </div></td>
</tr>
</table>
@@ -456,6 +462,7 @@
</body>
</html>
+
1.12 +8 -1 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.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- differences.html 13 Jun 2002 08:25:03 -0000 1.11
+++ differences.html 20 Jun 2002 00:28:03 -0000 1.12
@@ -65,6 +65,8 @@
</div>
<div>
<strong>Extending Myrmidon</strong>
+ <div><small> <a href="./extending.html">Introduction</a>
+ </small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
<div><small> <a href="./converter.html">Converter
HOWTO</a>
@@ -240,7 +242,11 @@
</p>
</div>
- </div></div></td>
+ </div>
+ <div align="right" id="authors">by
+ <a href="[EMAIL PROTECTED]">Adam Murdoch</a>
+ </div>
+ </div></td>
</tr>
</table>
@@ -255,6 +261,7 @@
</body>
</html>
+
1.9 +8 -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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- getinvolved.html 13 Jun 2002 08:25:03 -0000 1.8
+++ getinvolved.html 20 Jun 2002 00:28:03 -0000 1.9
@@ -65,6 +65,8 @@
</div>
<div>
<strong>Extending Myrmidon</strong>
+ <div><small> <a href="./extending.html">Introduction</a>
+ </small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
<div><small> <a href="./converter.html">Converter
HOWTO</a>
@@ -130,7 +132,11 @@
or comments you have to the ant-dev mailing list.
</p>
</div>
- </div></div></td>
+ </div>
+ <div align="right" id="authors">by
+ <a href="[EMAIL PROTECTED]">Adam Murdoch</a>
+ </div>
+ </div></td>
</tr>
</table>
@@ -145,6 +151,7 @@
</body>
</html>
+
1.9 +8 -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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- index.html 13 Jun 2002 08:25:04 -0000 1.8
+++ index.html 20 Jun 2002 00:28:03 -0000 1.9
@@ -65,6 +65,8 @@
</div>
<div>
<strong>Extending Myrmidon</strong>
+ <div><small> <a href="./extending.html">Introduction</a>
+ </small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
<div><small> <a href="./converter.html">Converter
HOWTO</a>
@@ -198,7 +200,11 @@
</quote>
</div>
- </div></div></td>
+ </div>
+ <div align="right" id="authors">by
+ <a href="[EMAIL PROTECTED]">Peter Donald</a>
+ </div>
+ </div></td>
</tr>
</table>
@@ -213,6 +219,7 @@
</body>
</html>
+
1.9 +8 -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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- librarys.html 13 Jun 2002 08:25:04 -0000 1.8
+++ librarys.html 20 Jun 2002 00:28:03 -0000 1.9
@@ -65,6 +65,8 @@
</div>
<div>
<strong>Extending Myrmidon</strong>
+ <div><small> <a href="./extending.html">Introduction</a>
+ </small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
<div><small> <a href="./converter.html">Converter
HOWTO</a>
@@ -315,7 +317,11 @@
</p>
</div>
</div>
- </div></div></td>
+ </div>
+ <div align="right" id="authors">by
+ <a href="[EMAIL PROTECTED]">Peter Donald</a>
+ </div>
+ </div></td>
</tr>
</table>
@@ -330,6 +336,7 @@
</body>
</html>
+
1.8 +8 -1 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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- project-descriptor.html 13 Jun 2002 08:25:04 -0000 1.7
+++ project-descriptor.html 20 Jun 2002 00:28:03 -0000 1.8
@@ -65,6 +65,8 @@
</div>
<div>
<strong>Extending Myrmidon</strong>
+ <div><small> <a href="./extending.html">Introduction</a>
+ </small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
<div><small> <a href="./converter.html">Converter
HOWTO</a>
@@ -816,7 +818,11 @@
</table>
</div>
</div>
- </div></div></td>
+ </div>
+ <div align="right" id="authors">by
+ <a href="[EMAIL PROTECTED]">Adam Murdoch</a>
+ </div>
+ </div></td>
</tr>
</table>
@@ -831,6 +837,7 @@
</body>
</html>
+
1.7 +8 -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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- running.html 13 Jun 2002 08:25:04 -0000 1.6
+++ running.html 20 Jun 2002 00:28:03 -0000 1.7
@@ -65,6 +65,8 @@
</div>
<div>
<strong>Extending Myrmidon</strong>
+ <div><small> <a href="./extending.html">Introduction</a>
+ </small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
<div><small> <a href="./converter.html">Converter
HOWTO</a>
@@ -236,7 +238,11 @@
</p>
</div>
- </div></div></td>
+ </div>
+ <div align="right" id="authors">by
+ <a href="[EMAIL PROTECTED]">Adam Murdoch</a>
+ </div>
+ </div></td>
</tr>
</table>
@@ -251,6 +257,7 @@
</body>
</html>
+
1.8 +8 -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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- subprojects.html 13 Jun 2002 08:25:04 -0000 1.7
+++ subprojects.html 20 Jun 2002 00:28:03 -0000 1.8
@@ -65,6 +65,8 @@
</div>
<div>
<strong>Extending Myrmidon</strong>
+ <div><small> <a href="./extending.html">Introduction</a>
+ </small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
<div><small> <a href="./converter.html">Converter
HOWTO</a>
@@ -224,7 +226,11 @@
</tr>
</table>
</div>
- </div></div></td>
+ </div>
+ <div align="right" id="authors">by
+ <a href="[EMAIL PROTECTED]">Adam Murdoch</a>
+ </div>
+ </div></td>
</tr>
</table>
@@ -239,6 +245,7 @@
</body>
</html>
+
1.9 +8 -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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- task.html 13 Jun 2002 08:25:04 -0000 1.8
+++ task.html 20 Jun 2002 00:28:03 -0000 1.9
@@ -65,6 +65,8 @@
</div>
<div>
<strong>Extending Myrmidon</strong>
+ <div><small> <a href="./extending.html">Introduction</a>
+ </small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
<div><small> <a href="./converter.html">Converter
HOWTO</a>
@@ -223,7 +225,11 @@
</div>
</div>
</div>
- </div></div></td>
+ </div>
+ <div align="right" id="authors">by
+ <a href="[EMAIL PROTECTED]">Peter Donald</a>
+ </div>
+ </div></td>
</tr>
</table>
@@ -238,6 +244,7 @@
</body>
</html>
+
1.10 +9 -1 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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- todo.html 13 Jun 2002 08:25:04 -0000 1.9
+++ todo.html 20 Jun 2002 00:28:03 -0000 1.10
@@ -67,6 +67,8 @@
</div>
<div>
<strong>Extending Myrmidon</strong>
+ <div><small> <a href="./extending.html">Introduction</a>
+ </small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
<div><small> <a href="./converter.html">Converter
HOWTO</a>
@@ -1239,7 +1241,12 @@
</ul>
</div>
</div>
- </div></div></td>
+ </div>
+ <div align="right" id="authors">by
+ <a href="[EMAIL PROTECTED]">Adam Murdoch</a>
+ , <a href="[EMAIL PROTECTED]">Peter Donald</a>
+ </div>
+ </div></td>
</tr>
</table>
@@ -1254,6 +1261,7 @@
</body>
</html>
+
1.9 +8 -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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vfs.html 13 Jun 2002 08:25:04 -0000 1.8
+++ vfs.html 20 Jun 2002 00:28:03 -0000 1.9
@@ -65,6 +65,8 @@
</div>
<div>
<strong>Extending Myrmidon</strong>
+ <div><small> <a href="./extending.html">Introduction</a>
+ </small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
<div><small> <a href="./converter.html">Converter
HOWTO</a>
@@ -623,7 +625,11 @@
</p>
</div>
</div>
- </div></div></td>
+ </div>
+ <div align="right" id="authors">by
+ <a href="[EMAIL PROTECTED]">Adam Murdoch</a>
+ </div>
+ </div></td>
</tr>
</table>
@@ -638,6 +644,7 @@
</body>
</html>
+
1.1 jakarta-ant-myrmidon/site/docs/extending.html
Index: extending.html
===================================================================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- This is a generated file. Do not edit. -->
<html>
<head>
<style type="text/css">
@import url("./css/tigris.css");
@import url("./css/site.css");
</style>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1"/>
<meta name="author" value="Peter Donald">
<meta name="email" value="[EMAIL PROTECTED]">
<title>Apache Myrmidon - On Extending Ant 2</title>
</head>
<body marginwidth="0" marginheight="0" class="composite">
<div id="banner">
<table border="0" cellspacing="0" cellpadding="8" width="100%">
<!-- TOP IMAGE -->
<tr>
<td> <td colspan="2">
<a href="http://jakarta.apache.org"><img
src="http://jakarta.apache.org/images/jakarta-logo.gif" align="left"
border="0"/></a>
</td>
</td>
<td><div align="right" valign="bottom"><b><font size="+3">Apache
Myrmidon</font></b></div></td>
</tr>
</table>
</div>
<table border="0" cellspacing="0" cellpadding="8" width="100%"
id="main">
<tr valign="top">
<!-- LEFT SIDE NAVIGATION -->
<td id="leftcol" width="20%">
<div id="navcolumn">
<div>
<strong>Myrmidon</strong>
<div><small> <a href="./index.html">Introduction</a>
</small></div>
<div><small> <a href="./getinvolved.html">Get Involved</a>
</small></div>
<div><small> <a href="./building.html">Building
Myrmidon</a>
</small></div>
<div><small> <a href="./todo.html">Todo List</a>
</small></div>
</div>
<div>
<strong>User Guide</strong>
<div><small> <a href="./running.html">Installing and
Running</a>
</small></div>
<div><small> <a href="./buildfile.html">Project File</a>
</small></div>
<div><small> <a href="./properties.html">Properties</a>
</small></div>
<div><small> <a href="./vfs.html">Virtual File System</a>
</small></div>
<div><small> <a href="./ant1compat.html">Ant 1
Compatibility Layer</a>
</small></div>
<div><small> <a href="./differences.html">Differences to
Ant 1</a>
</small></div>
<div><small> <a href="./task.html">My First Task</a>
</small></div>
</div>
<div>
<strong>Extending Myrmidon</strong>
<div><small> <a href="./extending.html">Introduction</a>
</small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
<div><small> <a href="./converter.html">Converter HOWTO</a>
</small></div>
<div><small> <a href="./type.html">Type HOWTO</a>
</small></div>
<div><small> <a href="./classloader.html">ClassLoader
HOWTO</a>
</small></div>
<div><small> <a href="./librarys.html">Library HOWTO</a>
</small></div>
</div>
<div>
<strong>Developers Guide</strong>
<div><small> <a href="./subprojects.html">Sub Projects</a>
</small></div>
<div><small> <a href="./project-descriptor.html">The Build
System</a>
</small></div>
</div>
</div>
</td>
<td><div id="bodycol"><div class="app">
<div class="h3">
<h3><a name="Introduction">Introduction</a></h3>
<p
> One of the main motivations for Ant2 is to create a more
extensible
system. Several times throughout the history of Ant, users have
asked
for features that the developers were unable or unwilling to
implement.
Myrmidon aims to address this problem and put the power back into
the
hands of the users by allowing users to customize Ant to their
hearts
content.
</p>
<p
> The core of Ant2 is designed with both simplicity and
customization
in mind. There are three main elements that must be understood
when
customizing ant; roles, types and services.
</p>
<p
> <a href="types.xml#roles">Roles</a>
can be thought of as java
interfaces with associated meta-info. They define an interface or
contract via which types interact.
</p>
<p
> <a href="types.xml#types">Types</a>
can be thought of as
implementations of roles. Usually they corespond to java classes
that implement the java interface associated with one or more
roles.
</p>
<p
> Services are instances of java objects that are managed by the
ant runtime and provide some sort of service to any tasks that
request service. The tasks interact with Service provider via a
java
interface. There is both container provided and user provided
services.
</p>
</div>
</div>
<div align="right" id="authors">by
<a href="[EMAIL PROTECTED]">Peter Donald</a>
</div>
</div></td>
</tr>
</table>
<!-- FOOTER -->
<div id="footer">
<table border="0" cellspacing="0" cellpadding="4">
<tr>
<td>Copyright © 2000-2002, Apache Software Foundation</td>
</tr>
</table>
</div>
</body>
</html>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>