You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by ro...@locus.apache.org on 2000/03/06 20:46:49 UTC

cvs commit: xml-xalan/xdocs/sources/xalan DONE STATUS

robweir     00/03/06 11:46:48

  Modified:    xdocs/sources/xalan DONE STATUS
  Log:
  prepare for release 0.20.0
  
  Revision  Changes    Path
  1.2       +8 -1      xml-xalan/xdocs/sources/xalan/DONE
  
  Index: DONE
  ===================================================================
  RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/DONE,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DONE	2000/03/02 23:48:54	1.1
  +++ DONE	2000/03/06 19:46:47	1.2
  @@ -1,4 +1,11 @@
  -<s3 title="Bugs pended since the last Xalan version">
  +<s3 title="Work done since the last Xalan version">
  +  <p>The following features were added:</p>
  +  <ul>
  +    <li>Xerces 1.02 integration - This was pretty simple, just some packaging changes in the SAX2 classes.</li>
  +    <li>API & JavaDoc - We tried to make the API cleaner and easier to understand.</li>
  +    <li>Disable compilation with debug data - This cut down on the size of our JAR file by 300K or so.</li>
  +  </ul>
  +</s3>
     <p>The following are Pending bugs (we think they're fixed but haven't tested them):</p>
     <ul>
       <li>Bug number here; Bug description here</li>
  
  
  
  1.2       +10 -2     xml-xalan/xdocs/sources/xalan/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/STATUS,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- STATUS	2000/03/02 23:48:54	1.1
  +++ STATUS	2000/03/06 19:46:47	1.2
  @@ -2,7 +2,15 @@
     <p>Things wed like or are planning to do in Xalan:</p>
     <ul>
       <li>Updating this STATUS file regularly</li>
  -    <li>Other item were doing</li>
  -    <li>Other item we want a volunteer for</li>
  +    <li>This (Xalan 0.20.0) is a Gold Candidate release.  Before we release this as the long-awaited Xalan 1.0.0, we'd 
  +    like you all to bang on it a bit, especially via the API.  We've done a pretty good job at testing via the org.apache.xalan.xslt.Process 
  +    comand-line driver, but we have more limited exposure to running in more complicated run-time scenarios, especially multi-threaded, etc.</li>
  +    <li>We're looking at replacing our current make system with Ant for post Xalan 1.0.  Shane <sh...@lotus.com> is looking into this.</li>
  +    <li>It would be great if someone would volunteer to own JBuilder support for Xalan, e.g. regularly test to make sure we 
  +    compile and run correctly in that environment, produce project files for JBuilder for released version of Xalan, etc.</li>
  +    <li>Ditto for other IDE's: Visual Cafe, MSVJ++, whatever people have expertise in.  Just post a note to the list if you're interested.  
  +    The best person to maintain stuff like this is someone who works with the builder on a regular basis, and that isn't me! </li>
  +    <li>There's a lot of talk now about Xalan 2.0 and what that will be, including a possible top-down redesign.  
  +    Watch the xalan-dev list for more information and to see how you can get involved.</li>
     </ul>
   </s3>