Author: henning
Date: Sun Oct 30 07:57:47 2005
New Revision: 329583

URL: http://svn.apache.org/viewcvs?rev=329583&view=rev
Log:
Add some docs about Velocity dependencies


Added:
    jakarta/velocity/core/trunk/xdocs/dependencies.xml   (with props)
Modified:
    jakarta/velocity/core/trunk/xdocs/stylesheets/project.xml

Added: jakarta/velocity/core/trunk/xdocs/dependencies.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/xdocs/dependencies.xml?rev=329583&view=auto
==============================================================================
--- jakarta/velocity/core/trunk/xdocs/dependencies.xml (added)
+++ jakarta/velocity/core/trunk/xdocs/dependencies.xml Sun Oct 30 07:57:47 2005
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<document>
+  <properties>
+    <title>Velocity dependencies</title>
+    <author email="[EMAIL PROTECTED]">Henning P. Schmiedehausen</author>
+  </properties>
+
+  <body>
+    <section name="Velocity dependencies" href="dependencies">
+      <p>
+       Velocity has a number of external jar dependencies. However, not all of 
these
+       are needed every time.This document should help you do decide which 
jars must
+       also be present if you want to integrate Velocity into your application.
+      </p>
+  
+      <table>
+        <tr>
+          <th>jar name</th><th>Required</th><th>Explanation</th>
+        </tr>
+        <tr>
+          <td>commons-collections</td><td>Yes</td>
+          <td>Needed for all parts of Velocity</td>
+        </tr>
+        <tr>
+          <td>commons-lang</td><td>Yes</td>
+          <td>Needed for all parts of Velocity</td>
+        </tr>
+        <tr>
+          <td>oro</td><td>Yes</td>
+          <td>Needed for all parts of Velocity</td>
+        </tr>
+        <tr>
+          <td>log4j</td><td>No</td>
+          <td>Must only be present if log4j Logging has been selected.
+              Not needed if Avalon logkit or jdk logging is used.</td>
+        </tr>
+        <tr>
+          <td>avalon-logkit (or logkit)</td><td>No</td>
+          <td>Must only be present if Avalon Logging has been selected.
+              Not needed if log4j logging or jdk logging is used.</td>
+        </tr>
+        <tr>
+          <td>servletapi</td><td>No</td>
+          <td>Only needed when the VelocityServlet class is used. Should
+              normally be supplied by the servlet container. <b>VelocityServlet
+              is deprecated and should be replaced with VelocityViewServlet 
from
+              the velocity-tools distribution.</b></td>
+        </tr>
+        <tr>
+          <td>jdom</td><td>No</td>
+          <td>Only required for the Anakia tool / ant task</td>
+        </tr>
+        <tr>
+          <td>werken-xpath</td><td>No</td>
+          <td>Only required for the Anakia tool / ant task</td>
+        </tr>
+      </table>
+  
+      <p>
+        The most common case is the integration of the Velocity runtime into 
your
+        application. In this case, you must also add commons-collections, 
commons-lang
+        and oro to your application (and either avalon-logkit or log4j for 
logging if
+        required). If you already have one or more of these libraries in your 
application,
+        you should check if you need to update their versions.
+      </p>
+    </section>
+  </body>
+</document>
+

Propchange: jakarta/velocity/core/trunk/xdocs/dependencies.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/velocity/core/trunk/xdocs/dependencies.xml
------------------------------------------------------------------------------
    svn:keywords = Id Author Date Revision

Modified: jakarta/velocity/core/trunk/xdocs/stylesheets/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/xdocs/stylesheets/project.xml?rev=329583&r1=329582&r2=329583&view=diff
==============================================================================
--- jakarta/velocity/core/trunk/xdocs/stylesheets/project.xml (original)
+++ jakarta/velocity/core/trunk/xdocs/stylesheets/project.xml Sun Oct 30 
07:57:47 2005
@@ -43,6 +43,7 @@
         <item name="Building from Source"     href="/build.html"/>
         <item name="Nightly Snapshots"        
href="http://cvs.apache.org/snapshots/velocity/"/>
         <item name="Road Map"                 
href="http://wiki.apache.org/jakarta-velocity/RoadMap"/>
+        <item name="Dependencies"             href="/dependencies.html"/>
         <item name="Coding Standards"         
href="http://wiki.apache.org/jakarta-velocity/CodeStandards"/>    
         <item name="Documentation Guidelines" 
href="http://wiki.apache.org/jakarta-velocity/DocumentationGuidelines"/>    
         <item name="Issues"                   
href="http://issues.apache.org/jira/browse/VELOCITY"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to