You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by re...@apache.org on 2001/04/30 08:50:26 UTC

cvs commit: jakarta-slide/src/doc contrib.xml installation.xml

remm        01/04/29 23:50:25

  Modified:    src/doc  contrib.xml installation.xml
  Log:
  - Removed some leftover outdated compilation instructions.
  
  Revision  Changes    Path
  1.19      +1 -1      jakarta-slide/src/doc/contrib.xml
  
  Index: contrib.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/contrib.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- contrib.xml	2001/04/29 07:48:46	1.18
  +++ contrib.xml	2001/04/30 06:50:25	1.19
  @@ -96,7 +96,7 @@
       </p>
       
       <p>
  -      <a href="mailto:peter at globalvision.com.au"><b>Peter Hawkins</b></a>
  +      <a href="mailto:peter at kitten.net"><b>Peter Hawkins</b></a>
         <br/>
         Hosts and maintains the FAQ on Slide.
       </p>
  
  
  
  1.13      +1 -29     jakarta-slide/src/doc/installation.xml
  
  Index: installation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/installation.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- installation.xml	2001/04/29 07:38:38	1.12
  +++ installation.xml	2001/04/30 06:50:25	1.13
  @@ -6,7 +6,7 @@
       
     <title>Installation</title>
     
  -  <section title="Installation">
  +  <section title="Compiling Slide">
       
       <p>
         In order to successfully build Slide, you will need to do the 
  @@ -123,34 +123,6 @@
       
     </section>
       
  -  <section title="Compiling Slide">
  -    
  -    <p>
  -      Here is a compilation check list for Slide :
  -      <ul>
  -        <li>Define an ANT_HOME environment variable to point to your Ant
  -          distribution, or add ant.jar to your system classpath. If ANT_HOME
  -          is undefined, it will default to "../jakarta-ant".</li>
  -        <li>Define a JAXP_HOME environment variable pointing to your JAXP
  -          distribution directory, or add the JAXP library and a JAXP compliant
  -          parser to your system classpath (note that sometimes the JAXP 
  -          library is included in the parser JAR file, as it is the case
  -          for Apache Xerces 1.x).</li>
  -        <li>Define a SERVLETAPI_HOME environment variable to point to your
  -          servlet API (2.2 and up) distribution, or add servlet.jar to your
  -          system classpath. If SERVLETAPI_HOME is undefined, it will default
  -          to "../jakarta-servletapi".</li>
  -        <li>Copy jta.jar from the Java Transaction API package to the "lib"
  -          directory in the Slide source repository.</li>
  -        <li>You should now be able to use the build script to start the 
  -          compilation process. If Ant is successfully loaded, the environment
  -          used to build Slide will be displayed, and can be used to debug the
  -          compilation process if something goes wrong.</li>
  -      </ul>
  -    </p>
  -    
  -  </section>
  -  
     <section title="Slide">
       
       <p>