jsdever     2002/12/03 07:16:42

  Modified:    httpclient project.xml
               httpclient/xdocs contributors.xml logging.xml news.xml
  Log:
  Update xml documentation.
  Added httpclient/httpmulticlient news item.
  Some more logging information.
  Contributors list update.
  
  Contributed by: Jeff Dever
  
  Revision  Changes    Path
  1.13      +14 -0     jakarta-commons/httpclient/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml       6 Nov 2002 18:22:38 -0000       1.12
  +++ project.xml       3 Dec 2002 15:16:42 -0000       1.13
  @@ -70,6 +70,20 @@
   
     <contributors>
   
  +    <developer>
  +      <name>Oleg Kalnichevski</name>
  +      <email>[EMAIL PROTECTED]</email>
  +      <organization></organization>
  +      <roles><role>Java Developer</role></roles>
  +    </developer>
  +
  +    <developer>
  +      <name>Michale Becke</name>
  +      <email>[EMAIL PROTECTED]</email>
  +      <organization></organization>
  +      <roles><role>Java Developer</role></roles>
  +    </developer>
  +
       <contributor>
        <name>Ryan Lubke</name>
        <email>[EMAIL PROTECTED]</email>
  
  
  
  1.9       +8 -6      jakarta-commons/httpclient/xdocs/contributors.xml
  
  Index: contributors.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/contributors.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- contributors.xml  19 Oct 2002 22:32:04 -0000      1.8
  +++ contributors.xml  3 Dec 2002 15:16:42 -0000       1.9
  @@ -16,28 +16,30 @@
            </p>
            <!-- alphabetical by last name -->
            <ul>
  +            <li>Michael Becke</li>
               <li>Ola Berg</li>
  -            <li>Kyle R. Burton</li>
               <li>Dennis Cook</li>
               <li>Jeff Dever</li>
               <li>Joerg Gambihler</li>
               <li>Warren Gavin</li>
               <li>dIon Gillard</li>
               <li>Ortwin Glück</li>
  -            <li>Xiaowei Jiang</li>
  -            <li>Rainer Klute</li>
  +            <li>Oleg Kalnichevski</li>
               <li>Ryan Lubke</li>
               <li>Simon Roberts</li>
               <li>Marc A. Saegesser</li>
               <li>Davanum Srinivas</li>
  -            <li>Tim Stephenson</li>
               <li>Sean C. Sullivan</li>
               <li>Adrian Sutton</li>
  +            <!-- Past Contributors
  +            <li>Tim Stephenson</li>
  +            <li>Xiaowei Jiang</li>
  +            <li>Rainer Klute</li>
  +            <li>Kyle R. Burton</li>
               <li>Matt Troutman</li>
               <li>Jeff Turner</li>
               <li>Eric van Lydegraf</li>
               <li>Rodney Waldhoff</li>
  -            <!-- Past Contributors
               <li>Morgan Delagrange</li>
               <li>B.C. Holmes</li>
               <li>Costin Manolache</li>
  
  
  
  1.7       +13 -1     jakarta-commons/httpclient/xdocs/logging.xml
  
  Index: logging.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/logging.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- logging.xml       3 Oct 2002 09:11:49 -0000       1.6
  +++ logging.xml       3 Dec 2002 15:16:42 -0000       1.7
  @@ -46,6 +46,18 @@
               binary format.</i><br />
               org.apache.commons.logging.simplelog.log.httpclient.wire=debug
            </p><p>
  +            When troubleshooting a problem, it is good to turn on the log to find 
out
  +            what is going on, both over the wire and in httpclient.  The following
  +            statements can be used to configure the logger from within your java
  +            application:
  +            <blockquote>
  +             System.setProperty("org.apache.commons.logging.Log", 
"org.apache.commons.logging.impl.SimpleLog");<br />
  +             
System.setProperty("org.apache.commons.logging.simplelog.showdatetime", "true");<br />
  +             
System.setProperty("org.apache.commons.logging.simplelog.log.httpclient.wire ", 
"debug");<br />
  +             
System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.commons.httpclient",
 "trace");<br />
  +            </blockquote>
  +         </p><p>
  + 
               TODO: put the logging guidelines here
            </p>
   
  
  
  
  1.9       +11 -2     jakarta-commons/httpclient/xdocs/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/news.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- news.xml  3 Oct 2002 22:47:20 -0000       1.8
  +++ news.xml  3 Dec 2002 15:16:42 -0000       1.9
  @@ -9,6 +9,14 @@
      </properties>
   
      <body>
  +
  +       <section name="3 December, 2002 - HttpClient/HttpMultiClient merger">
  +           <p>The initial merger of the top level classes HttpClient and 
HttpMultiClient
  +              is complete.  Thanks for the patches and hard work from everyone 
  +              particularly to Michale Becke for supplying the primary patch.
  +         </p>
  +      </section>
  +
         <section name="3 October, 2002 - commons-httpclient-dev mailing list">
            <p>The mailing list was renamed to be <b>commons-httpclient-dev</b>.
               Sorry for the confusion.
  @@ -44,7 +52,8 @@
            <p>
               The <em>HttpClient</em> revision 2.0 alpha 1 is
               available at
  -            <a 
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-httpclient/v2.0/";>http://jakarta.apache.org/builds/jakarta-commons/release/commons-httpclient/v2.0/</a>.
  +            <a 
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-httpclient/v2.0/";>
  +                
http://jakarta.apache.org/builds/jakarta-commons/release/commons-httpclient/v2.0/</a>.
            </p>
         </section>
   
  
  
  

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

Reply via email to