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

bugs.xml 10 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. <?xml version="1.0"?>
  2. <!--
  3. Copyright 2005-2006 The Apache Software Foundation
  4. Licensed under the Apache License, Version 2.0 (the "License");
  5. you may not use this file except in compliance with the License.
  6. You may obtain a copy of the License at
  7. http://www.apache.org/licenses/LICENSE-2.0
  8. Unless required by applicable law or agreed to in writing, software
  9. distributed under the License is distributed on an "AS IS" BASIS,
  10. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. See the License for the specific language governing permissions and
  12. limitations under the License.
  13. -->
  14. <document>
  15. <properties>
  16. <author email="">Antoine Levy-Lambert</author>
  17. <title>Bug database</title>
  18. </properties>
  19. <body>
  20. <section name="Bug Database">
  21. <p>
  22. This page gives you some bookmarks to use the Bugzilla <a href="http://issues.apache.org/bugzilla/">
  23. Apache Bug Database</a>.
  24. </p>
  25. <p>
  26. This link <a href="http://issues.apache.org/">issues.apache.org</a> connects you
  27. to the complete list of Apache Bug Database systems.
  28. </p>
  29. <subsection name="Has It Been Reported?">
  30. <p>
  31. If the current nightly build doesn't resolve your problem, it is
  32. possible that someone else has reported the issue. It is time to
  33. look at . This system is easy to use, and it will
  34. let you search the <a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&amp;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=Ant&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;bug_file_loc=&amp;bug_file_loc_type=substring&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.bug_id">
  35. currently open</a> and resolved bugs to see if your problem has
  36. already been reported. If your problem has been reported, you can
  37. see whether any of the developers have commented, suggesting
  38. workarounds, or the reason for the bug, etc. Or you may have
  39. information to add (see about creating and modifying bug reports
  40. below), in which case, go right ahead and add the information.
  41. If you don't have any additional information, you may just want
  42. to vote for this bug, and perhaps
  43. add yourself to the <code>CC</code> list to follow the progress
  44. of this bug.
  45. </p>
  46. <p><a href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Ant&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailtype1=substring&amp;email1=&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailcc2=1&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">Open Ant bugs by order of priority</a>.</p>
  47. <p><a href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Ant&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailtype1=substring&amp;email1=&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailcc2=1&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.votes,bugs.priority%2Cbugs.bug_severity&amp;query_based_on=">Open Ant bugs by number of votes</a>.</p>
  48. </subsection>
  49. <subsection name="Filing a Bug Report">
  50. <p>
  51. Please read our document about <a href="problems.html">problems</a>
  52. before deciding that there is an unreported
  53. bug in Ant.
  54. </p>
  55. <p>
  56. You have a few choices at this point. You can send
  57. an email to the <code>user</code> mailing list
  58. to see if
  59. others have encountered your issue and find out how they may
  60. have worked around it. If after some discussion, you feel it
  61. is time to create
  62. a bug report, this is a simple operation in the bug database.
  63. Please try to provide as much information as possible in order
  64. to assist the developers in resolving the bug. Please try to enter
  65. correct values for the various inputs when creating the bug, such
  66. as which version of Ant you are running, and on which platform,
  67. etc. Once the bug is created, you can also add attachments to
  68. the bug report.
  69. </p>
  70. <p>
  71. What information should you include in your bug report? The
  72. easiest bugs to fix are those that are most easily reproducible,
  73. so it is really helpful if you can produce a small test case that
  74. exhibits the problem. In this case, you would attach the build file
  75. and any other files necessary to reproduce the problem, probably
  76. packed together in an archive. If you can't produce a test case,
  77. you should try to include a snippet from your build file and the
  78. relevant sections from the verbose or debug output from Ant. Try
  79. to include the header information where Ant states the version,
  80. the OS and VM information, etc. As debug output is likely to be
  81. very large, it's best to remove any output that is not
  82. relevant. Once the bug is entered into the bug database, you
  83. will be kept informed by email about progress on the bug. If
  84. you receive email asking for further information, please try to
  85. respond, as it will aid in the resolution of your bug.
  86. </p>
  87. <p>
  88. To create the bug report hit this
  89. <a href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Ant">
  90. link</a>.
  91. </p>
  92. </subsection>
  93. <subsection name="Asking for an Enhancement">
  94. <p>
  95. Sometimes, you may find that Ant just doesn't do what you need it
  96. to. It isn't a bug, as such, since Ant is working the way it is
  97. supposed to work. Perhaps it is some additional functionality for
  98. a task that hasn't been thought of yet, or maybe a completely new
  99. task. For these situations, you will
  100. want to raise an <i>enhancement request</i>. Enhancement requests
  101. are managed using the same Apache Bug Database described above.
  102. These are just a different type of bug report. If you look in the
  103. bug database, you will see that one of the severity settings for
  104. a bug is &quot;Enhancement&quot;. Just fill the bug report in,
  105. set the severity of the bug to &quot;Enhancement&quot;, and
  106. state in the description how you would like to have Ant enhanced.
  107. Again, you should first check whether there are any existing
  108. enhancment requests that cover your needs. If so, just add your
  109. vote to these.
  110. </p>
  111. <p>
  112. <a href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Ant&amp;bug_severity=enhancement">
  113. Create an enhancement report</a>
  114. </p>
  115. </subsection>
  116. <subsection name="Fixing the Bug">
  117. <p>
  118. If you aren't satisfied with just filing a bug report, you can
  119. try to find the cause of the problem and provide a fix yourself.
  120. The best way to do that is by working with the latest code from Subversion.
  121. Alternatively, you can work with the source code available from the
  122. <a href="http://ant.apache.org/srcdownload.cgi">
  123. source distributions</a>. If you
  124. are going to tackle the problem at this level, you may want to
  125. discuss some details first on the <code>dev</code>
  126. mailing list. Once you have a fix for the problem, you may submit
  127. the fix as a <i>patch</i> to either the
  128. <code>dev</code> mailing
  129. list, or enter the bug database as described above and attach the
  130. patch to the bug report. Using the bug database has the advantage
  131. of being able to track the progress of your patch.
  132. </p>
  133. <p>
  134. If you have a patch to submit and are sending it to the
  135. <code>dev</code> mailing list,
  136. prefix &quot;[PATCH]&quot;
  137. to your message subject (this is also a good idea for
  138. a subject line in the bug database).
  139. Please include any relevant bug numbers.
  140. Patch files should be created with the <code>-u</code>
  141. option of the
  142. <code>diff</code> or <code>svn diff</code> command. For
  143. example:<br></br><br></br>
  144. <font face="verdana" size="-1">
  145. diff -u Javac.java.orig Javac.java &gt; javac.diffs<br></br><br></br>
  146. </font>
  147. or, if you have source from Subversion:<br></br><br></br>
  148. <font face="verdana" size="-1">
  149. svn diff Javac.java &gt; javac.diffs<br></br><br></br>
  150. </font>
  151. Note: You should give your patch files meaningful names.
  152. This makes it easier for developers who need to apply a number
  153. of different patch files.
  154. </p>
  155. </subsection>
  156. </section>
  157. </body>
  158. </document>