You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bugs.xml 6.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <!-- $Id$ -->
  17. <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd">
  18. <document>
  19. <header>
  20. <title>Apache™ FOP: Bugs and Other Trackable Issues</title>
  21. <version>$Revision$</version>
  22. </header>
  23. <body>
  24. <p>
  25. Information on this page applies to enhancement requests and other trackable
  26. issues as well as bugs.
  27. </p>
  28. <section id="issues_existing">
  29. <title>Reported Issues</title>
  30. <p>A list of unresolved reported bugs can be found at
  31. <link href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">FOP
  32. Open Bugs (Bugzilla)</link>. If you have an interest in an issue already
  33. reported, please consider the following:
  34. </p>
  35. <ul>
  36. <li>If you have insight that may help developers solve an existing problem,
  37. please add comments and/or file attachments to the existing issue.</li>
  38. <li>If you would like to track the status of the issue, consider adding
  39. your email address to the list of "CC" recipients, so that you will receive
  40. an email as changes are made to the issue.</li>
  41. </ul>
  42. </section>
  43. <section id="issues_new">
  44. <title>Unreported Issues (Reporting New Issues)</title>
  45. <p>
  46. User reports of bugs and requests for enhancements are extremely
  47. important parts of FOP development, and we appreciate the time you take to help
  48. us track these issues down.
  49. </p>
  50. <ul>
  51. <li>
  52. To help us ensure that the bug database is as useful as it should be, please
  53. use the <link href="gethelp.html">Getting Help</link> checklist to determine whether a bug report should be entered.
  54. </li>
  55. <li>
  56. Review the <link href="http://issues.apache.org/bugzilla/page.cgi?id=bug-writing.html">Apache Bug
  57. Writing Guidelines</link> before submitting your report.
  58. </li>
  59. <li>
  60. Enter a new issue report at <link href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Fop">The
  61. FOP issue database (Bugzilla)</link>. You will be asked to login to an existing Bugzilla account or to
  62. create a new one. When entering the bug report, please make your description complete and concise.
  63. If the issue involves a specific input or output file, then you <strong>MUST</strong> include the
  64. following information in the bug report (preferably as one or more attachments):
  65. <ul>
  66. <li>
  67. an input XSL-FO file (an input XML plus XSLT file is not acceptable, unless and only if the
  68. issue being reported is related to the built-in XSLT transform processing convenience function provided
  69. by FOP); this input <strong>SHOULD</strong> be <em>maximally minimal</em>, which means that it should
  70. contain nothing more than the minimum needed to demonstrate the problem; if you do not take the effort
  71. to provide a maximally minimal input FO file, then you will be subsequently asked to do so before the
  72. bug is processed;
  73. </li>
  74. <li>
  75. a resulting output file, preferably in PDF format; if the issue being reported involves a different output
  76. format, then provide both a PDF output file and the output file for the output format for which the report
  77. applies;
  78. </li>
  79. <li>
  80. a copy of the FOP configuration file you used (e.g., fop.xconf);
  81. </li>
  82. <li>
  83. if FOP was invoked using the command line (or an equivalent), then a dump of both the input
  84. command line and any console output (stderr or stdout) produced; if the report involves an
  85. exception, then this <strong>MUST</strong> include the full stack back trace;
  86. </li>
  87. <li>
  88. information describing the version of FOP you are using and the platform (and OS) on which
  89. you are invoking FOP;
  90. </li>
  91. <li>
  92. if the report applies to the use of a specific font other than one of the built-in, base 14
  93. fonts, then information that describes where to obtain the font.
  94. </li>
  95. </ul>
  96. </li>
  97. <li>
  98. After submission, a copy of your bug report will be automatically
  99. sent to the FOP developer discussion list. If additional information is needed to
  100. process the bug, then the bug will be set to the <code>NEEDSINFO</code> state, and
  101. you will be asked to provide the additional information. You can avoid this extra
  102. step by being diligent about providing <strong>all</strong> of the information
  103. indicated above.
  104. </li>
  105. </ul>
  106. </section>
  107. </body>
  108. </document>