You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oro-dev@jakarta.apache.org by df...@apache.org on 2002/03/04 21:09:05 UTC

cvs commit: jakarta-oro/xdocs/stylesheets project.xml

dfs         02/03/04 12:09:05

  Modified:    xdocs/stylesheets project.xml
  Added:       xdocs    bugs.xml
  Log:
  Added a page that tries to curtail the reporting of non-bugs.
  
  Revision  Changes    Path
  1.1                  jakarta-oro/xdocs/bugs.xml
  
  Index: bugs.xml
  ===================================================================
  <?xml version="1.0"?>
  <!-- $Id: bugs.xml,v 1.1 2002/03/04 20:09:04 dfs Exp $ -->
  <document>
  
    <properties>
      <author>Daniel Savarese</author>
      <title>Bug Reporting</title>
    </properties>
  
    <body>
  
      <section name="Bug Reporting Guidelines">
  
        <p>
        Before you decide to report a bug, make sure you have adequately
        verified that it is not a problem in your code.  For example, if
        you are using the org.apache.oro.text.regex or
        org.apache.oro.text.perl packages, double check your results
        against Perl.  Right now, compatibility is only guaranteed with
        Perl 5.003_07.  Eventually we will guarantee Perl 5.6
        compatibility.  It may be that what you think is a problem is
        just a difference in behavior between Perl 5.003_07 and 5.6.  In
        that case pester the oro-dev mailing list to get on the case and
        move faster toward 5.6 compatibility.
        </p>
        <p>
        Before reporting any bug, inquire on either the oro-user or
        oro-dev <a href="http://jakarta.apache.org/site/mail.html">
        mailing lists.</a>  You will get a faster response.  Always
        include sample code and input that reproduces your problem and
        indicate what version of jakarta-oro you are using.  If you are
        not using the latest stable release, download the latest release
        and see if the problem is still there before submitting a
        report.  If we cannot reproduce a problem, we can't help.
        </p>
        <p>
        If after you've followed the guidelines above, it is either
        confirmed or at least not refuted that your problem is caused by
        a bug in jakarta-oro, you may submit a bug report through
        <a href="http://nagoya.apache.org/bugzilla/">Bugzilla</a>
        </p>
      </section>
  
    </body>
  
  </document>
  
  
  
  
  1.6       +2 -2      jakarta-oro/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-oro/xdocs/stylesheets/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	16 Aug 2001 20:54:56 -0000	1.5
  +++ project.xml	4 Mar 2002 20:09:04 -0000	1.6
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  -<!-- $Id: project.xml,v 1.5 2001/08/16 20:54:56 dfs Exp $ -->
  +<!-- $Id: project.xml,v 1.6 2002/03/04 20:09:04 dfs Exp $ -->
   <project name="Jakarta ORO"
           href="http://jakarta.apache.org/oro">
   
  @@ -13,7 +13,7 @@
           <item name="Development plan"
   	 href="/devplan-2.0.html"/>
           <item name="Status" href="/status.html"/>
  -        <item name="Bug tracking"   href="http://nagoya.apache.org/bugzilla/"/>
  +        <item name="Bug tracking"   href="/bugs.html"/>
           <item name="CVS"
            href="http://cvs.apache.org/viewcvs/jakarta-oro/"/>
           <item name="Changes"
  
  
  

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