geirm 01/09/19 04:55:53
Modified: xdocs developer-guide.xml
docs developer-guide.html
Log:
added note regarding Commons jar and -nodeps target
Revision Changes Path
1.56 +6 -2 jakarta-velocity/xdocs/developer-guide.xml
Index: developer-guide.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/developer-guide.xml,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- developer-guide.xml 2001/09/18 10:34:00 1.55
+++ developer-guide.xml 2001/09/19 11:55:53 1.56
@@ -179,11 +179,15 @@
the <code>bin</code> directory, without including necessary
support for logging from the
<a href="http://jakarta.apache.org/avalon/logkit/index.html">Jakarta
- Avalon Logkit</a> package, or the necesary support for WebMacro
+ Avalon Logkit</a> package, critical configuration support from the
+ <a href="http://jakarta.apache.org/commons/">Jakarta Commons</a>
+ or the necesary support for WebMacro
template conversion using the
<a href="http://jakarta.apache.org/oro/index.html">Jakarta ORO</a>
package. If you use this
- target, and you wish to use the built-in logging or template conversion,
+ target, you must get the Collections component jar from Jakarta Commons and
add
+ to your CLASSPATH (or WEB-INF/lib).
+ If you wish to use the built-in logging or template conversion,
you must include the appropriate jars in your CLASSPATH or
webapp's WEB-INF/lib.
</li>
1.77 +6 -2 jakarta-velocity/docs/developer-guide.html
Index: developer-guide.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/developer-guide.html,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- developer-guide.html 2001/09/18 10:34:01 1.76
+++ developer-guide.html 2001/09/19 11:55:53 1.77
@@ -294,11 +294,15 @@
the <code>bin</code> directory, without including necessary
support for logging from the
<a href="http://jakarta.apache.org/avalon/logkit/index.html">Jakarta
- Avalon Logkit</a> package, or the necesary support for WebMacro
+ Avalon Logkit</a> package, critical configuration support from the
+ <a href="http://jakarta.apache.org/commons/">Jakarta Commons</a>
+ or the necesary support for WebMacro
template conversion using the
<a href="http://jakarta.apache.org/oro/index.html">Jakarta ORO</a>
package. If you use this
- target, and you wish to use the built-in logging or template conversion,
+ target, you must get the Collections component jar from Jakarta Commons and
add
+ to your CLASSPATH (or WEB-INF/lib).
+ If you wish to use the built-in logging or template conversion,
you must include the appropriate jars in your CLASSPATH or
webapp's WEB-INF/lib.
</li>