vmassol     01/09/25 07:11:13

  Modified:    docs/framework/xdocs getting_started.xml
               docs/framework/xdocs/images classpath.jpg config.jpg
  Log:
  added new httpclient.jar in the documentation (needed for cookie handling)
  
  Revision  Changes    Path
  1.5       +19 -1     jakarta-cactus/docs/framework/xdocs/getting_started.xml
  
  Index: getting_started.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/docs/framework/xdocs/getting_started.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- getting_started.xml       2001/09/22 19:19:54     1.4
  +++ getting_started.xml       2001/09/25 14:11:13     1.5
  @@ -84,7 +84,8 @@
           <code>[cactus root]</code> directory.
         </p>
         <p>
  -        The Cactus jars are :
  +        The jars making up Cactus can be found in
  +        <code>[cactus root]/lib</code>. Namely, they are :
         </p>
         <ul>
           <li>
  @@ -101,6 +102,19 @@
             <link href="howto_ant.html">Ant Howto</link> tutorial. You also
             find this jar in <code>[cactus root]/lib</code>.
           </li>
  +        <li>
  +          <strong><code>httpclient.jar</code></strong> : Cactus is relying
  +          on the Jakarta Commons HttpClient framework for Cookie handling.
  +        </li>
  +        <li>
  +          <strong><code>junit.jar</code></strong> : Cactus extends JUnit and
  +          thus needs the JUnit jar.
  +        </li>
  +        <li>
  +          <strong><code>log4j-core.jar</code></strong> : Cactus uses Log4j
  +          for performing all internal logging. This jar is optional and if
  +          you don't put in the classpaths, no logs will be generated.
  +        </li>
         </ul>
         <p>
           The Cactus configuration files are described in the
  @@ -167,6 +181,10 @@
               <link href="http://java.sun.com/j2ee/download.html";>J2EE download
               page</link> of the Sun web site (but it contains a lot of other
               API that you probably don't need).
  +          </li>
  +          <li>
  +            <strong><code>httpclient.jar</code></strong> : needed for
  +            Cactus Cookie handling.
             </li>
             <li>
               <strong><code>log4j.jar</code> (optional)</strong> : only needed
  
  
  
  1.2       +148 -82   jakarta-cactus/docs/framework/xdocs/images/classpath.jpg
  
        <<Binary file>>
  
  
  1.2       +60 -108   jakarta-cactus/docs/framework/xdocs/images/config.jpg
  
        <<Binary file>>
  
  

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

Reply via email to