glyn 02/03/11 03:08:39 Modified: targets/axis bugs.html faq.html Log: Add bug reporting information in anticipation of a beta. Revision Changes Path 1.5 +34 -2 xml-site/targets/axis/bugs.html Index: bugs.html =================================================================== RCS file: /home/cvs/xml-site/targets/axis/bugs.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- bugs.html 15 Feb 2001 22:16:39 -0000 1.4 +++ bugs.html 11 Mar 2002 11:08:39 -0000 1.5 @@ -7,8 +7,40 @@ </td></tr> </table> <p> +New Axis bugs should be reported using <a href="http://nagoya.apache.org/bugzilla" +target="_top">Bugzilla</a> (the Apache bug database). +<ul> +<li>Please report bugs against the newest release.</li> +<li>If you're not sure whether the behavior in question is a bug or a feature, +please post a message to the <a href="mailto:[email protected]">axis-user</a> +mailing list for clarification.</li> +<li> To avoid duplicate bug reports, please +query Bugzilla to see whether the bug has already been reported +(and perhaps fixed). +Click on +<a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Axis&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&bug_file_loc=&bug_file_loc_type=substring&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&order=%27Importance%27" target="_top">Axis open bugs</a> for a list with links to each bug report. +<li>If you can't find your bug in the database, it would help if you could check out +Axis from CVS, and build it locally to verify that the bug still exists.</li> +<li>If you have found a new bug, please enter an Axis bug report in Bugzilla. +Remember to include the following information: +<ul> +<li>Version number of Axis +<li>Version number of JDK (enter "java -fullversion") +<li>Instructions for how to reproduce the problem, ideally including a small testcase. +</ul> +<p> +<i>Before you can enter your first bug report, you must submit your email +address to Bugzilla and receive a password.</i> +</ul> +<p>For more information visit the following links:</p> +<ul> +<li><a href="http://nagoya.apache.org/bugzilla/">Apache Bugzilla</a></li> +<li><a href="http://www.mozilla.org/bugs/">General Bugzilla information</a></li> +</ul> -Bugs? What bugs? See the <a href="mail.html">Mailing List</a> for now. - +<p>We also encourage you to write patches for problems you find and submit them to the +<a href="mailto:[email protected]">axis-dev</a> mailing list. +If we agree the problem is a bug and the patch fixes it and does not +break something else, we are likely to include the patch in the next release. </body> </html> 1.3 +4 -0 xml-site/targets/axis/faq.html Index: faq.html =================================================================== RCS file: /home/cvs/xml-site/targets/axis/faq.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- faq.html 21 Feb 2002 12:12:50 -0000 1.2 +++ faq.html 11 Mar 2002 11:08:39 -0000 1.3 @@ -55,5 +55,9 @@ <blockquote> Try the <a href="mail.html" target="body">mailing lists</a>. </blockquote> +<i>How do report bugs</i> +<blockquote> +See <a href="bugs.html" target="body">bugs</a>. +</blockquote> </body> </html>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
