sanders 01/08/04 16:47:11
Modified: . build.xml
docs commons.html contributors.html index.html
sandbox.html
xdocs contributors.xml
Log:
updated contributors file to include me ;-) (Sorry about the spacing issue)
Updated build.xml to look for anakia, xerces, and jdom
Generated Docs with updates from today and previous
Revision Changes Path
1.5 +9 -3 jakarta-commons/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build.xml 2001/05/12 17:52:36 1.4
+++ build.xml 2001/08/04 23:47:11 1.5
@@ -21,6 +21,9 @@
<property name="docs.dest" value="docs"/>
<property name="docs.src" value="xdocs"/>
+ <property name="velocity.jar"
value="../jakarta-velocity/bin/velocity-1.2-dev.jar"/>
+ <property name="jdom.jar" value="../jakarta-velocity/build/lib/jdom-b7.jar"/>
+ <property name="xerces.jar"
value="../jakarta-velocity/build/lib/xerces-1.3.0.jar"/>
<!-- =================================================================== -->
@@ -55,7 +58,7 @@
# you haven't yet logged into CVS. The way to do it, assuming you
# have a resonable CVS client setup is
#
- # $ cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login
+ # $ cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login
# password: anoncvs
#
# and that should solve it.
@@ -68,13 +71,16 @@
######################################################################
</echo>
- <cvs cvsRoot=":pserver:[EMAIL PROTECTED]:/home/cvspublic"
+ <cvs cvsRoot=":pserver:[EMAIL PROTECTED]:/home/cvspublic"
command="checkout -p jakarta-site2/xdocs/stylesheets/site.vsl"
output="${docs.src}/stylesheets/site.vsl"
/>
<taskdef name="anakia"
- classname="org.apache.velocity.anakia.AnakiaTask">
+ classname="org.apache.velocity.anakia.AnakiaTask">
+ <classpath location="${velocity.jar}"/>
+ <classpath location="${jdom.jar}"/>
+ <classpath location="${xerces.jar}"/>
</taskdef>
<echo>
1.9 +21 -0 jakarta-commons/docs/commons.html
Index: commons.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/commons.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- commons.html 2001/07/15 02:05:12 1.8
+++ commons.html 2001/08/04 23:47:11 1.9
@@ -138,7 +138,9 @@
<tr><td>
<blockquote>
<p>
+
The following proposals for new Commons Proper projects are currently pending :
+
</p>
<ul>
@@ -146,25 +148,44 @@
<b>BeanUtils Package</b> : Craig McClanahan
</li>
+
<li>
+
<b>Database Connection Pool Package</b> : Rodney Waldhoff
+
</li>
+
+
<li>
+
<b>Object Pooling Package</b> : Rodney Waldhoff
+
</li>
+
+
<li>
+
<b>Collections Package</b> : Rodney Waldhoff
+
</li>
+
+
<li>
+
<b> Cactus, the renamed J2EEUnit</b> : Vincent Massol
+
</li>
+
+
</ul>
<p>
+
Please see the jakarta-commons mail list for further details.
+
</p>
</blockquote>
</p>
1.10 +14 -17 jakarta-commons/docs/contributors.html
Index: contributors.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/contributors.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- contributors.html 2001/07/15 02:05:13 1.9
+++ contributors.html 2001/08/04 23:47:11 1.10
@@ -103,24 +103,21 @@
</td></tr>
<tr><td>
<blockquote>
- <p>
- We are the participants in Commons :
-</p>
+ <p> We are the participants in Commons :
</p>
<ul>
-<li>Morgan Delagrange</li>
-<li>Ted Husted</li>
-<li>Conor MacNeill</li>
-<li>Geir Magnusson Jr.</li>
-<li>Costin Manolache</li>
-<li>Remy Maucherat</li>
-<li>Craig R. McClanahan</li>
-<li>Ignacio J. Ortega</li>
-<li>Rodney Waldhoff</li>
-<li>David Weinrich</li>
-</ul>
- <p>
-Join us!
-</p>
+ <li>Morgan Delagrange</li>
+ <li>Ted Husted</li>
+ <li>Conor MacNeill</li>
+ <li>Geir Magnusson Jr.</li>
+ <li>Costin Manolache</li>
+ <li>Remy Maucherat</li>
+ <li>Craig R. McClanahan</li>
+ <li>Ignacio J. Ortega</li>
+ <li>Scott Sanders</li>
+ <li>Rodney Waldhoff</li>
+ <li>David Weinrich</li>
+ </ul>
+ <p> Join us! </p>
</blockquote>
</p>
</td></tr>
1.13 +95 -15 jakarta-commons/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/index.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- index.html 2001/07/15 02:05:13 1.12
+++ index.html 2001/08/04 23:47:11 1.13
@@ -105,25 +105,38 @@
<blockquote>
<b>Welcome to the Commons!</b>
<p>
+
The Commons is a new Jakarta subproject focused on all aspects of
+
reusable Java components.
+
</p>
<p>The Jakarta Commons project is
composed of three parts:</p>
<ul>
- <li>
+ <li>
+
<a href="#The Commons Proper">The Commons Proper</a> -
+
A repository of reusable Java components.
+
</li>
- <li>
+ <li>
+
<a href="#The Directory">The Directory</a> -
+
A catalog of Java components in other projects.
+
</li>
- <li>
+ <li>
+
<a href="#The Sandbox">The Sandbox</a> -
+
A workspace for Java component development.
+
</li>
- </ul>
+ </ul>
<p>You may also read our <a
href="charter.html">charter</a>, which spells out
+
the goals of the project in even greater detail.</p>
</blockquote>
</p>
@@ -139,29 +152,50 @@
<tr><td>
<blockquote>
<p>
+
The Commons Proper is dedicated to one principal
+
goal: creating and maintaining reusable Java components. The Commons
+
Proper is a place for collaboration and sharing, where
+
developers from throughout the Jakarta community can work together
+
on projects to be shared by the Jakarta projects and Jakarta users.
+
</p>
<p>
+
Commons developers will make an effort to ensure that their
+
components have minimal dependencies on other libraries, so that
+
these components can be deployed easily. In addition, Commons components
+
will keep their interfaces as stable as possible, so that Jakarta users
+
(including other Jakarta subprojects) can implement these
+
components without having to worry about changes in the future.
+
</p>
<p>
+
We welcome participation from all that are interested, at all skill levels.
+
Coding, documentation and testing are all critical parts of the software
+
development process. If you are interested in participating in any of
+
these aspects, please join us!
+
</p>
<p>
+
Click <a href="commons.html">here</a> to enter the Commons Proper,
+
or choose a specific Commons component from the list to the left.
+
</p>
</blockquote>
</p>
@@ -177,17 +211,28 @@
<tr><td>
<blockquote>
<p>
+
In addition to our repository of reusable components (Commons),
+
we also maintain a dynamic catalog of components and resources called
+
the Directory. The Directory lists components in other Jakarta and
+
ASF projects that are also designed for reuse in a manner similar to
+
Commons components. We also accept nominations for components outside
+
of Apache.
+
</p>
<p>
+
If you would like to nominate a component for inclusion in the
+
Directory, send a note to the <a
href="http://jakarta.apache.org/getinvolved/mail.html">Commons mailing
+
list</a>.
+
</p>
<p>Click <a
href="directory.html">here</a> to enter the Directory.</p>
</blockquote>
@@ -204,16 +249,26 @@
<tr><td>
<blockquote>
<p>
+
This project also contains a workspace that is open to all
+
Jakarta committers. It's a place to try out new ideas and prepare
+
for inclusion into the Commons portion of the project or into another
+
Jakarta project. Users are free to experiment with the components
+
developed in the sandbox, but sandbox components will not necessarily
+
be maintained, particularly in their current state.
+
</p>
<p>
+
Click <a href="sandbox.html">here</a> to enter the sandbox and view
+
components currently in development.
+
</p>
</blockquote>
</p>
@@ -229,15 +284,18 @@
<tr><td>
<blockquote>
<p>
+
The individual components will have independent releases. The releases
+
currently available are listed here:
+
</p>
<ul>
- <li><a
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-beanutils/v1.0/">Beanutils</a>
(Version 1.0)</li>
- <li><a
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-cactus/v1.1/">Cactus</a>
(Version 1.1)</li>
- <li><a
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v1.0/">Collections</a>
(Version 1.0)</li>
- <li><a
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.0/">Digester</a>
(Version 1.0)</li>
-</ul>
+ <li><a
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-beanutils/v1.0/">Beanutils</a>
(Version 1.0)</li>
+ <li><a
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-cactus/v1.1/">Cactus</a>
(Version 1.1)</li>
+ <li><a
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v1.0/">Collections</a>
(Version 1.0)</li>
+ <li><a
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.0/">Digester</a>
(Version 1.0)</li>
+ </ul>
</blockquote>
</p>
</td></tr>
@@ -252,14 +310,22 @@
<tr><td>
<blockquote>
<p>
+
Nightly snapshots of the Commons CVS can be found at
+
<a href="http://jakarta.apache.org/builds/jakarta-commons/nightly/">here</a>.
+
</p>
<p>
+
These are meant to provide easy access to the actual project CVS tree.
+
As this is our live development workspace, there are
+
no guarantees as to what you will find there,although we do our best to maintain
+
a buildable source tree.
+
</p>
</blockquote>
</p>
@@ -275,25 +341,39 @@
<tr><td>
<blockquote>
<p>
+
The Commons project really needs and appreciates any contributions,
+
including documentation help, source code and feedback.
+
</p>
<ul>
- <li>
+ <li>
+
Discussion occurs on the <a
href="http://jakarta.apache.org/getinvolved/mail.html">Commons mailing
+
list</a>.
+
</li>
- <li>
+ <li>
+
Access to the CVS <strong>jakarta-commons</strong> repository is available
both
- <a
href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-commons/">online</a>
+
+ <a href="http://cvs.apache.org/viewcvs/jakarta-commons/">online</a>
+
and with a <a
href="http://jakarta.apache.org/getinvolved/cvsindex.html">cvs client</a>.
+
</li>
- <li>
+ <li>
+
Access to the CVS <strong>jakarta-commons-sandbox</strong> repository is
available both
- <a
href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-commons-sandbox/">online</a>
+
+ <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/">online</a>
+
and with a <a
href="http://jakarta.apache.org/getinvolved/cvsindex.html">cvs client</a>.
+
</li>
-</ul>
+ </ul>
</blockquote>
</p>
</td></tr>
1.13 +10 -11 jakarta-commons/docs/sandbox.html
Index: sandbox.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/sandbox.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sandbox.html 2001/07/15 02:05:14 1.12
+++ sandbox.html 2001/08/04 23:47:11 1.13
@@ -110,7 +110,7 @@
</p>
<p>
Access to the CVS <strong>jakarta-commons-sandbox</strong> repository is
available both
- <a
href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-commons-sandbox/">online</a>
+ <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/">online</a>
and with a <a
href="http://jakarta.apache.org/getinvolved/cvsindex.html">cvs client</a>.
</p>
<strong>Current Sandbox
Happenings</strong>
@@ -118,28 +118,27 @@
Here is a small list of whats going on the sandbox.
</p>
<ul>
- <li>
- <a
href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-commons-sandbox/cjan/">
+ <li>
+ <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/cjan/">
CJAN</a>
proposal from Scott Sanders with contributions from many Jakarta developers.
</li>
- <li>
- <a
href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-commons-sandbox/configuration/">
+ <li>
+ <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/configuration/">
Configuration</a>
code from the Jakarta Velocity project
</li>
- <li>
- <a
href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-commons-sandbox/threading/">
+ <li>
+ <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/threading/">
Threading</a>
proposal from Craig McClanahan.
</li>
- <li>
- <a
href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-commons-sandbox/xmlunit/">
+ <li>
+ <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/xmlunit/">
XMLUnit</a>
proposal and code from Morgan Delagrange.
</li>
-
-</ul>
+ </ul>
<p>
Go take a look!
</p>
1.2 +1 -40 jakarta-commons/xdocs/contributors.xml
Index: contributors.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/xdocs/contributors.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- contributors.xml 2001/04/03 04:07:06 1.1
+++ contributors.xml 2001/08/04 23:47:11 1.2
@@ -1,40 +1 @@
-<?xml version="1.0"?>
-
-<document>
-
- <properties>
- <title>Commons Contributors</title>
- <author email="[EMAIL PROTECTED]">Commons Documentation
Team</author>
- </properties>
-
-<body>
-
-<section name="Contributors">
-
-<p>
- We are the participants in Commons :
-</p>
-
-<ul>
-<li>Morgan Delagrange</li>
-<li>Ted Husted</li>
-<li>Conor MacNeill</li>
-<li>Geir Magnusson Jr.</li>
-<li>Costin Manolache</li>
-<li>Remy Maucherat</li>
-<li>Craig R. McClanahan</li>
-<li>Ignacio J. Ortega</li>
-<li>Rodney Waldhoff</li>
-<li>David Weinrich</li>
-</ul>
-
-<p>
-Join us!
-</p>
-
-</section>
-
-</body>
-</document>
-
-
+<?xml version="1.0"?>
<document>
<properties>
<title>Commons
Contributors</title>
<author email="[EMAIL PROTECTED]">Commons
Documentation Team</author>
</properties>
<body>
<section name="Contributors">
<p> We are the participants in Commons : </p>
<ul>
<li>Morgan
Delagrange</li>
<li>Ted Husted</li>
<li>Conor MacNeill</li>
<li>Geir Magnusson Jr.</li>
<li>Costin Manolache</li>
<li>Remy
Maucherat</li>
<li>Craig R. McClanahan</li>
<li>Ignacio J. Ortega</li>
<li>Scott Sanders</li>
<li>Rodney Waldhoff</li>
<li>David
Weinrich</li>
</ul>
<p> Join us! </p>
</section>
</body>
</document>
\ No newline at end of file