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/02/05 20:49:52 UTC

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

remm        01/02/05 11:49:51

  Modified:    src/doc  contrib.xml faq.xml changelog.xml
  Log:
  - Updated changelog, contrib, FAQ.
  - The changelog is slightly ahead of what is currently is in the CVS (I still have a
    merge to do).
  
  Revision  Changes    Path
  1.10      +7 -1      jakarta-slide/src/doc/contrib.xml
  
  Index: contrib.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/contrib.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- contrib.xml	2001/01/12 18:10:24	1.9
  +++ contrib.xml	2001/02/05 19:49:47	1.10
  @@ -62,7 +62,7 @@
       <p>
         <a href="mailto:jericho at thinkfree.com"><b>Sung-Gu Park</b></a>
         <br/>
  -      Testing, bug reports and client code.
  +      Lots of WebDAV client code, optional helper API for the WebDAV client.
       </p>
       
       <p>
  @@ -75,6 +75,12 @@
         <a href="mailto:sanders at totalsync.com"><b>Scott Sanders</b></a>
         <br/>
         Testing, bug reports.
  +    </p>
  +    
  +    <p>
  +      <a href="mailto:msmith at xn.com.au"><b>Michael Smith</b></a>
  +      <br/>
  +      Testing, lots of improvements to the Stores.
       </p>
       
     </section>
  
  
  
  1.8       +9 -0      jakarta-slide/src/doc/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/faq.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- faq.xml	2001/01/18 01:21:47	1.7
  +++ faq.xml	2001/02/05 19:49:48	1.8
  @@ -42,5 +42,14 @@
       
     </section>
     
  +  <section title="JDK 1.1 support">
  +    
  +    <p>
  +      Slide shouldn't have any Java 2 dependencies, so it should run with the
  +      JDK 1.1. If any build does not, then it is a bug (please report it).
  +    </p>
  +    
  +  </section>
  +  
   </body>
   </document>
  
  
  
  1.23      +16 -0     jakarta-slide/src/doc/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/changelog.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- changelog.xml	2001/01/29 22:54:36	1.22
  +++ changelog.xml	2001/02/05 19:49:49	1.23
  @@ -30,6 +30,22 @@
             Request body reading in the WebDAV servlet should now work with
             chunking, and also is character encoding aware (JP)
           </fix>
  +        <fix>
  +          Fix incorrect handling of the classname in JDBC store (MS)
  +        </fix>
  +        <add>
  +          DAV client : Optional helper classes (org.apache.webdav.util) (SGP)
  +        </add>
  +        <add>
  +          Add a set of default roles, and update the default configuration to
  +          take advantage of these roles (RM)
  +        </add>
  +        <update>
  +          Update build system and adopt Jakarta build style (RM)
  +        </update>
  +        <fix>
  +          Fix some methods in the client library so they are repeatable (SGP)
  +        </fix>
         </changelog>
   
       </p>
  
  
  

Re: cvs commit: jakarta-slide/src/doc contrib.xml faq.xml changelog.xml

Posted by Remy Maucherat <re...@apache.org>.
> |   +  <section title="JDK 1.1 support">
> |   +
> |   +    <p>
> |   +      Slide shouldn't have any Java 2 dependencies, so it should run
> with the
> |   +      JDK 1.1. If any build does not, then it is a bug (please report
> it).
> |   +    </p>
>
> Hi, Remy
>
> Then, socket method?
> I guess the shutdownOutput() method in WebdavClient isn't in JDK 1.1.x

It's not mentioned in the Javadoc, so I would guess that method should be
ok.

Remy


Re: cvs commit: jakarta-slide/src/doc contrib.xml faq.xml changelog.xml

Posted by "Park, Sung-Gu" <je...@thinkfree.com>.
|   +  <section title="JDK 1.1 support">
|   +
|   +    <p>
|   +      Slide shouldn't have any Java 2 dependencies, so it should run
with the
|   +      JDK 1.1. If any build does not, then it is a bug (please report
it).
|   +    </p>

Hi, Remy

Then, socket method?
I guess the shutdownOutput() method in WebdavClient isn't in JDK 1.1.x

Sung-Gu.