From 77fc5217e1ff1fbfc20131d4852ba91dc690298b Mon Sep 17 00:00:00 2001 From: curcuru Date: Thu, 7 Nov 2002 15:04:04 +0000 Subject: [PATCH] A few documentation updates and new email addr git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@225999 13f79535-47bb-0310-9956-ffa450edef68 --- java/src/org/apache/env/package.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/java/src/org/apache/env/package.html b/java/src/org/apache/env/package.html index f69411c..58572bf 100644 --- a/java/src/org/apache/env/package.html +++ b/java/src/org/apache/env/package.html @@ -3,10 +3,10 @@

Which is a simple utility that inspects your JVM's environment and reports simple info about versions of classes found.

-
Author:
Shane_Curcuru@us.ibm.com
+
Author:
curcuru@apache.org
See: (overview)
xml-commons project for an overview.
Usage: (common)
- set CLASSPATH=%CLASSPATH%;\xml-commons\java\build\which.jar
+ set CLASSPATH=%CLASSPATH%;which.jar
java org.apache.env.Which [project;WhichProject] [-options]
Usage: (more examples)
{@link org.apache.env.Which}
@@ -15,6 +15,14 @@ their specific deployed environment to ensure that they have the correct classes present. Which is currently focused on various XML issues but is architected to be generic and easily extensible.

+

Most of the documentation is included in the Javadocs for the + various classes. Which is a framework into which various 'checkers' + or WhichProject implementations can be plugged; it then asks each + implementation to fill in whatever information it can into a common + Hashtable, which it then reports back to the user in one of a number + of formats.

+

Most useful for reporting environments in automated builds or + for a self-help system version detection for users reporting bugs.