donaldp 2002/06/19 17:34:22
Modified: site/docs ant1compat.html buildfile.html building.html
classloader.html configuring.html differences.html
extending.html getinvolved.html index.html
librarys.html project-descriptor.html running.html
subprojects.html task.html todo.html vfs.html
site/src/xdocs configuring.xml converters.xml
site/src/xdocs/stylesheets project.xml
Log:
Integrate converters documentation into main site
Revision Changes Path
1.10 +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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ant1compat.html 20 Jun 2002 00:28:03 -0000 1.9
+++ ant1compat.html 20 Jun 2002 00:34:21 -0000 1.10
@@ -69,7 +69,7 @@
</small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
- <div><small> <a href="./converter.html">Converter
HOWTO</a>
+ <div><small> <a href="./converters.html">Converter
HOWTO</a>
</small></div>
<div><small> <a href="./type.html">Type HOWTO</a>
</small></div>
1.11 +1 -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.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- buildfile.html 20 Jun 2002 00:28:03 -0000 1.10
+++ buildfile.html 20 Jun 2002 00:34:21 -0000 1.11
@@ -69,7 +69,7 @@
</small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
- <div><small> <a href="./converter.html">Converter
HOWTO</a>
+ <div><small> <a href="./converters.html">Converter
HOWTO</a>
</small></div>
<div><small> <a href="./type.html">Type HOWTO</a>
</small></div>
1.7 +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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- building.html 20 Jun 2002 00:28:03 -0000 1.6
+++ building.html 20 Jun 2002 00:34:21 -0000 1.7
@@ -69,7 +69,7 @@
</small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
- <div><small> <a href="./converter.html">Converter
HOWTO</a>
+ <div><small> <a href="./converters.html">Converter
HOWTO</a>
</small></div>
<div><small> <a href="./type.html">Type HOWTO</a>
</small></div>
1.10 +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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- classloader.html 20 Jun 2002 00:28:03 -0000 1.9
+++ classloader.html 20 Jun 2002 00:34:21 -0000 1.10
@@ -69,7 +69,7 @@
</small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
- <div><small> <a href="./converter.html">Converter
HOWTO</a>
+ <div><small> <a href="./converters.html">Converter
HOWTO</a>
</small></div>
<div><small> <a href="./type.html">Type HOWTO</a>
</small></div>
1.10 +5 -5 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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- configuring.html 20 Jun 2002 00:28:03 -0000 1.9
+++ configuring.html 20 Jun 2002 00:34:21 -0000 1.10
@@ -69,7 +69,7 @@
</small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
- <div><small> <a href="./converter.html">Converter
HOWTO</a>
+ <div><small> <a href="./converters.html">Converter
HOWTO</a>
</small></div>
<div><small> <a href="./type.html">Type HOWTO</a>
</small></div>
@@ -237,8 +237,8 @@
<p
> The resolved text data of the attribute must be
- <a href="converter.html">converted</a>
- to the type of the matched
+ <a href="converters.html">converted</a>
+ to the type of the matched
methods parameter. For example, if the "setWorld"
method
took a parameter of type
<code
@@ -252,7 +252,7 @@
. The
conversion is done by the Converter architecture that is more
fully
described in the
- <a href="converter.html">Converter
HOWTO</a>
+ <a href="converters.html">Converter
HOWTO</a>
.
</p>
<p
@@ -268,7 +268,7 @@
to an object a method named "content" with one
parameter is looked
up. The resolved text data for content is then
- <a href="converter.html">converted</a>
+ <a href="converters.html">converted</a>
to the type of the parameter
and passed in via the method.
</p>
1.13 +1 -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.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- differences.html 20 Jun 2002 00:28:03 -0000 1.12
+++ differences.html 20 Jun 2002 00:34:21 -0000 1.13
@@ -69,7 +69,7 @@
</small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
- <div><small> <a href="./converter.html">Converter
HOWTO</a>
+ <div><small> <a href="./converters.html">Converter
HOWTO</a>
</small></div>
<div><small> <a href="./type.html">Type HOWTO</a>
</small></div>
1.2 +1 -1 jakarta-ant-myrmidon/site/docs/extending.html
Index: extending.html
===================================================================
RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/extending.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- extending.html 20 Jun 2002 00:28:03 -0000 1.1
+++ extending.html 20 Jun 2002 00:34:21 -0000 1.2
@@ -69,7 +69,7 @@
</small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
- <div><small> <a href="./converter.html">Converter
HOWTO</a>
+ <div><small> <a href="./converters.html">Converter
HOWTO</a>
</small></div>
<div><small> <a href="./type.html">Type HOWTO</a>
</small></div>
1.10 +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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- getinvolved.html 20 Jun 2002 00:28:03 -0000 1.9
+++ getinvolved.html 20 Jun 2002 00:34:21 -0000 1.10
@@ -69,7 +69,7 @@
</small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
- <div><small> <a href="./converter.html">Converter
HOWTO</a>
+ <div><small> <a href="./converters.html">Converter
HOWTO</a>
</small></div>
<div><small> <a href="./type.html">Type HOWTO</a>
</small></div>
1.10 +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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- index.html 20 Jun 2002 00:28:03 -0000 1.9
+++ index.html 20 Jun 2002 00:34:21 -0000 1.10
@@ -69,7 +69,7 @@
</small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
- <div><small> <a href="./converter.html">Converter
HOWTO</a>
+ <div><small> <a href="./converters.html">Converter
HOWTO</a>
</small></div>
<div><small> <a href="./type.html">Type HOWTO</a>
</small></div>
1.10 +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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- librarys.html 20 Jun 2002 00:28:03 -0000 1.9
+++ librarys.html 20 Jun 2002 00:34:21 -0000 1.10
@@ -69,7 +69,7 @@
</small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
- <div><small> <a href="./converter.html">Converter
HOWTO</a>
+ <div><small> <a href="./converters.html">Converter
HOWTO</a>
</small></div>
<div><small> <a href="./type.html">Type HOWTO</a>
</small></div>
1.9 +1 -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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- project-descriptor.html 20 Jun 2002 00:28:03 -0000 1.8
+++ project-descriptor.html 20 Jun 2002 00:34:21 -0000 1.9
@@ -69,7 +69,7 @@
</small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
- <div><small> <a href="./converter.html">Converter
HOWTO</a>
+ <div><small> <a href="./converters.html">Converter
HOWTO</a>
</small></div>
<div><small> <a href="./type.html">Type HOWTO</a>
</small></div>
1.8 +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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- running.html 20 Jun 2002 00:28:03 -0000 1.7
+++ running.html 20 Jun 2002 00:34:21 -0000 1.8
@@ -69,7 +69,7 @@
</small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
- <div><small> <a href="./converter.html">Converter
HOWTO</a>
+ <div><small> <a href="./converters.html">Converter
HOWTO</a>
</small></div>
<div><small> <a href="./type.html">Type HOWTO</a>
</small></div>
1.9 +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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- subprojects.html 20 Jun 2002 00:28:03 -0000 1.8
+++ subprojects.html 20 Jun 2002 00:34:21 -0000 1.9
@@ -69,7 +69,7 @@
</small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
- <div><small> <a href="./converter.html">Converter
HOWTO</a>
+ <div><small> <a href="./converters.html">Converter
HOWTO</a>
</small></div>
<div><small> <a href="./type.html">Type HOWTO</a>
</small></div>
1.10 +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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- task.html 20 Jun 2002 00:28:03 -0000 1.9
+++ task.html 20 Jun 2002 00:34:21 -0000 1.10
@@ -69,7 +69,7 @@
</small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
- <div><small> <a href="./converter.html">Converter
HOWTO</a>
+ <div><small> <a href="./converters.html">Converter
HOWTO</a>
</small></div>
<div><small> <a href="./type.html">Type HOWTO</a>
</small></div>
1.11 +1 -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.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- todo.html 20 Jun 2002 00:28:03 -0000 1.10
+++ todo.html 20 Jun 2002 00:34:21 -0000 1.11
@@ -71,7 +71,7 @@
</small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
- <div><small> <a href="./converter.html">Converter
HOWTO</a>
+ <div><small> <a href="./converters.html">Converter
HOWTO</a>
</small></div>
<div><small> <a href="./type.html">Type HOWTO</a>
</small></div>
1.10 +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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- vfs.html 20 Jun 2002 00:28:03 -0000 1.9
+++ vfs.html 20 Jun 2002 00:34:21 -0000 1.10
@@ -69,7 +69,7 @@
</small></div>
<div><small> <a href="./configuring.html">Configuration
HOWTO</a>
</small></div>
- <div><small> <a href="./converter.html">Converter
HOWTO</a>
+ <div><small> <a href="./converters.html">Converter
HOWTO</a>
</small></div>
<div><small> <a href="./type.html">Type HOWTO</a>
</small></div>
1.4 +3 -3 jakarta-ant-myrmidon/site/src/xdocs/configuring.xml
Index: configuring.xml
===================================================================
RCS file: /home/cvs/jakarta-ant-myrmidon/site/src/xdocs/configuring.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- configuring.xml 20 Jun 2002 00:15:31 -0000 1.3
+++ configuring.xml 20 Jun 2002 00:34:22 -0000 1.4
@@ -95,12 +95,12 @@
common practice for a task to evolve from String parameters to
more
strongly typed parameters.</p>
<p>The resolved text data of the attribute must be
- <a href="converter.html">converted</a> to the type of the
matched
+ <a href="converters.html">converted</a> to the type of the
matched
methods parameter. For example, if the "setWorld"
method
took a parameter of type <code>java.io.File</code> then the
resolved
text data must be converted into a <code>java.io.File</code>. The
conversion is done by the Converter architecture that is more
fully
- described in the <a href="converter.html">Converter
HOWTO</a>.</p>
+ described in the <a href="converters.html">Converter
HOWTO</a>.</p>
<p>After the value is converted to the correct type the method
is
invoked with the converted value.</p>
</section>
@@ -110,7 +110,7 @@
elements or nested text (content) but not both. To add the
content
to an object a method named "content" with one parameter is
looked
up. The resolved text data for content is then
- <a href="converter.html">converted</a> to the type of the
parameter
+ <a href="converters.html">converted</a> to the type of the
parameter
and passed in via the method.</p>
</section>
1.2 +3 -3 jakarta-ant-myrmidon/site/src/xdocs/converters.xml
Index: converters.xml
===================================================================
RCS file: /home/cvs/jakarta-ant-myrmidon/site/src/xdocs/converters.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- converters.xml 20 Jun 2002 00:28:58 -0000 1.1
+++ converters.xml 20 Jun 2002 00:34:22 -0000 1.2
@@ -36,9 +36,9 @@
<p>The search process is as follows;</p>
<ul>
- <li>Check if current class can be converted to destination
type.</p>
- <li>Repeat search for all interfaces that class implements.</p>
- <li>Repeat search for super class.</p>
+ <li>Check if current class can be converted to destination
type.</li>
+ <li>Repeat search for all interfaces that class
implements.</li>
+ <li>Repeat search for super class.</li>
</ul>
</section>
</body>
1.9 +1 -1
jakarta-ant-myrmidon/site/src/xdocs/stylesheets/project.xml
Index: project.xml
===================================================================
RCS file:
/home/cvs/jakarta-ant-myrmidon/site/src/xdocs/stylesheets/project.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- project.xml 20 Jun 2002 00:25:10 -0000 1.8
+++ project.xml 20 Jun 2002 00:34:22 -0000 1.9
@@ -23,7 +23,7 @@
<menu name="Extending Myrmidon">
<item name="Introduction" href="/extending.html"/>
<item name="Configuration HOWTO" href="/configuring.html"/>
- <item name="Converter HOWTO" href="/converter.html"/>
+ <item name="Converter HOWTO" href="/converters.html"/>
<item name="Type HOWTO" href="/type.html"/>
<item name="ClassLoader HOWTO" href="/classloader.html"/>
<item name="Library HOWTO" href="/librarys.html"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>