donaldp 2002/08/31 23:23:09
Modified: loader build.xml
loader/src/xdocs index.xml menu.xml
Added: loader/src/xdocs embedding.xml sample.xml
Removed: loader/src/xdocs/stylesheets project.xml
Log:
Get start of documentation building.
Revision Changes Path
1.2 +2 -0 jakarta-avalon-excalibur/loader/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/loader/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 1 Sep 2002 05:54:59 -0000 1.1
+++ build.xml 1 Sep 2002 06:23:09 -0000 1.2
@@ -358,6 +358,8 @@
<classpath refid="tools.class.path"/>
</taskdef>
+ <echo message="jakarta-site.dir=${jakarta-site.dir}"/>
+
<anakia basedir="${xdocs.dir}"
destdir="${docs.dir}"
style="docs.vsl"
1.2 +5 -0 jakarta-avalon-excalibur/loader/src/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/loader/src/xdocs/index.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.xml 1 Sep 2002 05:54:59 -0000 1.1
+++ index.xml 1 Sep 2002 06:23:09 -0000 1.2
@@ -36,6 +36,11 @@
<p>For an example ClassLoader hierarchy see the website for
<a href="http://jakarta.apache.org/ant/myrmidon/classloader.html">
Myrmidon</a>, an Ant2 proposal.</p>
+ <p>The commented <a href="classloader.dtd">DTD</a> describes the
descriptor
+ format explicitly. However if you prefer to learn by example then you
can
+ look at a <a href="sample.html">sample</a> descriptor and its
explanation.</p>
+ <p>If you need to embed the Toolkit in your own application it is
recomended
+ that you look over the <a href="embedding.html">Embedding HOWTO</a>.</p>
</section>
</body>
</document>
1.2 +10 -3 jakarta-avalon-excalibur/loader/src/xdocs/menu.xml
Index: menu.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/loader/src/xdocs/menu.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- menu.xml 1 Sep 2002 05:54:59 -0000 1.1
+++ menu.xml 1 Sep 2002 06:23:09 -0000 1.2
@@ -1,15 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<project
- href="http://jakarta.apache.org/avalon/excalibur/info/"
- name="Avalon Info">
+ href="http://jakarta.apache.org/avalon/excalibur/loader/"
+ name="Avalon Loader">
- <title>Avalon Info</title>
+ <title>Avalon Loader</title>
<body>
<menu name="About">
<item name="Overview" href="index.html"/>
<item name="Excalibur Home"
href="http://jakarta.apache.org/avalon/excalibur/index.html"/>
<item name="Download"
href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/>
<item name="API Docs" href="api/"/>
+ </menu>
+ <menu name="User Guide">
+ <item name="Sample Descriptor" href="/sample.html"/>
+ <item name="DTD" href="/classloader.dtd"/>
+ </menu>
+ <menu name="Developers Guide">
+ <item name="Embedding HOWTO" href="/index.html"/>
</menu>
</body>
</project>
1.1 jakarta-avalon-excalibur/loader/src/xdocs/embedding.xml
Index: embedding.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<title>Excalibur Loader - Embedding HOWTO</title>
<author email="peter at apache.org">Peter Donald</author>
</properties>
<body>
<section name="Introduction">
<p>This document will describe how you embed the Loader
into your own application code. There are two different
modes for embedding Loader, one is as an application
container and one is as a regular application.</p>
<p>TODO: Finish code then finish guide.</p>
</section>
</body>
</document>
1.1 jakarta-avalon-excalibur/loader/src/xdocs/sample.xml
Index: sample.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<title>Excalibur Loader - Example</title>
<author email="peter at apache.org">Peter Donald</author>
</properties>
<body>
<section name="Introduction">
<p>This describes a simple example of Loader descriptor
used to host a simple application.</p>
<p>TODO: Finish code then finish guide.</p>
</section>
</body>
</document>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>