dleslie     01/03/02 07:56:48

  Modified:    java/xdocs/sources/xalan readme.xml resources.xml
  Log:
  Removed bugs.xml from build. We are now using Bugzilla
  (add resource ref to resources.xml).
  
  Revision  Changes    Path
  1.27      +8 -10     xml-xalan/java/xdocs/sources/xalan/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/readme.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- readme.xml        2001/02/23 13:43:14     1.26
  +++ readme.xml        2001/03/02 15:56:30     1.27
  @@ -2,7 +2,6 @@
   <!DOCTYPE s1 SYSTEM "../../style/dtd/document.dtd"[
   <!ENTITY done-j SYSTEM "DONE">
   <!ENTITY status-j SYSTEM "STATUS">
  -<!ENTITY bugs-j SYSTEM "BUGS">
   <!ENTITY history-j SYSTEM "history.xml">]>
   
   <!--
  @@ -73,7 +72,7 @@
      <ul>
       <li><link anchor="done">Changes since version 2.0</link></li>
       <li><link anchor="other">Other points of interest</link></li>
  -    <li><link anchor="bugs">Open bugs</link></li>
  +    <li><link anchor="bugs">Bugs</link></li>
       <li><link anchor="status">Version of Xerces to use</link></li>
       <li><link anchor="to-do">To-do tasks for future &xslt4j; 
releases</link></li>
      </ul>
  @@ -107,15 +106,14 @@
         for), and if the XML parser supports this feature (&xml4j-used; does 
not).</li>
        </ul>
        </s3><anchor name="bugs"/>
  -     <s3 title="Open bugs">
  -     <p>If you find a bug that does not appear on the list below, please 
report it to the <human-resource-ref idref="xalandev"/> with 
  -     "[Xalan-J 2 BUG]" in the subject line. We strongly encourage you write 
patches for problems you find and submit them to
  +     <s3 title="Bugs">
  +     <p>All known &xslt4j; bugs are listed in <resource-ref 
idref="bugzilla"/>. If you find a new bug, please enter a XalanJ2 bug
  +     report in this database.</p>
  +     <note>Before you can enter your first bug report, you must submit your 
email address to Bugzilla and receive a password.</note> 
  +     <p>We strongly encourage you write patches for problems you find and 
submit them to
         [EMAIL PROTECTED] We review the patches we receive to make sure they 
do not break something else, and (assuming they 
  -     do not) include them in our next release. In the interest of fixing 
bugs, adding enhancements, and addressing outstanding design issues, 
  -     we sincerely want (and need!) your active participation in the ongoing 
development of Xalan.</p>
  -     <note>Most of the bugs reported below have been generated by "negative 
tests," that is they indicate a failure to catch and/or return a
  -      useful message when the XSL transformer encounters a stylesheet syntax 
error.</note>     
  -     &bugs-j;
  +     do not) include them in our next release. In the interest of fixing 
bugs, adding enhancements, and addressing outstanding design
  +     issues, we sincerely want (and need!) your active participation in the 
ongoing development of Xalan.</p>
        <p>Xerces bug in &xml4j-used;:</p>
        <ul>
          <li>&xml4j; 1.2.3 does not process namespaces in SAX events when 
parsing UTF-16 documents, which causes &xslt4j; to fail with UTF-16
  
  
  
  1.13      +3 -0      xml-xalan/java/xdocs/sources/xalan/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/resources.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- resources.xml     2001/02/20 16:59:36     1.12
  +++ resources.xml     2001/03/02 15:56:34     1.13
  @@ -38,6 +38,9 @@
     <resource id="ApacheLicense" 
               title="The Apache Software License, Version 1.1" 
               location="http://xml.apache.org/dist/LICENSE.txt"/>
  +  <resource id="bugzilla"
  +            title="Bugzilla (the Apache bug database)"
  +            location="http://nagoya.betaversion.org/bugzilla/"/>
     <resource id="bsf"
               title="Bean Scripting Framework (BSF)"
               
location="http://oss.software.ibm.com/developerworks/projects/bsf"/>
  
  
  

Reply via email to