leosimons 2003/02/20 06:05:05
Modified: baxter build.xml
baxter/src/xdocs index.xml
Added: baxter/src/xdocs book.xml tabs.xml
Removed: baxter/src/xdocs menu.xml
Log:
forrestize
Revision Changes Path
1.32 +5 -1 avalon-excalibur/baxter/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/baxter/build.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- build.xml 29 Jan 2003 14:07:37 -0000 1.31
+++ build.xml 20 Feb 2003 14:05:04 -0000 1.32
@@ -39,6 +39,10 @@
<echo>* </echo>
<echo>* The JMX.jar file could not be located so </echo>
<echo>* the Baxter classes could not be compiled. </echo>
+ <echo>*</echo>
+ <echo>* To fix this, set the jmx.jar property in </echo>
+ <echo>* ant.properties or ~/.ant.properties to </echo>
+ <echo>* the location of your jmx library. </echo>
<echo>**********************************************</echo>
</target>
@@ -351,7 +355,7 @@
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters" description="Generates the Docs">
- <ant antfile="${basedir}/../cocoonbuild.xml"/>
+ <ant antfile="${basedir}/../forrestbuild.xml"/>
<copy todir="${docs.dir}">
<fileset dir="${build.docs}">
1.7 +6 -6 avalon-excalibur/baxter/src/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/baxter/src/xdocs/index.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- index.xml 23 Sep 2002 20:49:54 -0000 1.6
+++ index.xml 20 Feb 2003 14:05:05 -0000 1.7
@@ -10,28 +10,28 @@
</authors>
</header>
<body>
- <s1 title="Introduction">
+ <section><title>Introduction</title>
<p>
Baxter is a set of base classes and utility classes that enable
rapid creation of MBeans via delegation and inheritance. These were
originally derived from the Phoenix project.
</p>
- </s1>
-<s1 title="Example">
+ </section>
+<section><title>Example</title>
<p>
Though baxter does not come with any examples, you can take a
look at the sources for the management code in Avalon Phoenix, which
uses baxter.
</p>
-</s1>
+</section>
-<s1 title="Status">
+<section><title>Status</title>
<p>
Though there is no release yet for baxter, it is well-tested and
well-used. Once we finish backporting some materials and writing the
documentation (obviously ;) from phoenix it will be ready for release.
</p>
-</s1>
+</section>
</body>
</document>
1.5 +6 -13 avalon-excalibur/baxter/src/xdocs/book.xml
1.1 avalon-excalibur/baxter/src/xdocs/tabs.xml
Index: tabs.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN"
"tab-cocoon-v10.dtd">
<tabs software="Excalibur baxter"
title="Excalibur baxter"
copyright="Foo"
xmlns:xlink="http://www.w3.org/1999/xlink">
<tab label="Avalon Home" href="http://avalon.apache.org/"/>
<tab label="Framework" href="http://avalon.apache.org/framework/"/>
<tab label="Components" href="http://avalon.apache.org/components/"/>
<tab label="Phoenix" href="http://avalon.apache.org/phoenix/"/>
<tab label="SECA" href="http://avalon.apache.org/seca/"/>
<tab label="Apps" href="http://avalon.apache.org/apps/"/>
</tabs>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]