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 ms...@apache.org on 2002/02/05 05:43:08 UTC

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

msmith      02/02/04 20:43:08

  Modified:    src/doc  installation.xml
  Log:
  Add some documentation on how to build the webdav-enabled swing components,
  and how to run the test program.
  
  Revision  Changes    Path
  1.23      +27 -0     jakarta-slide/src/doc/installation.xml
  
  Index: installation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/installation.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- installation.xml	4 Jan 2002 01:41:13 -0000	1.22
  +++ installation.xml	5 Feb 2002 04:43:08 -0000	1.23
  @@ -231,5 +231,32 @@
   
     </section>
   
  +  <section name="WebDAV enabled JFileChooser components">
  +
  +    <p>
  +      A full WebDAV enabled JFileChooser is provided with Slide. To build it
  +      (it is not built by default), run the following:
  +      <pre>
  +        cd $JAKARTA_HOME/jakarta-slide/src/contrib/webdavgui
  +        $ANT_HOME/bin/ant.sh    for Unix
  +        %ANT_HOME%\bin\ant      for Windows
  +      </pre>
  +    </p>
  +    <p>
  +      The jar file built includes a test client which allows a user to browse
  +      a Slide WebDAV server using the filechooser, and to perform a variety
  +      of WebDAV actions on any object in the repository (this is useful for
  +      testing, and as example source for how to use the components.
  +    </p>
  +    <p> 
  +      To test this, after building it, run
  +      <pre>
  +        runui.sh    for Unix
  +        runui       for Windows
  +      </pre>
  +      from $JAKARTA_HOME/jakarta-slide/dist/client/bin
  +    </p>
  +  </section>    
  +
   </body>
   </document>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>