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.

feedback.html 3.1 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Language" content="en-us">
  4. <title>Apache Ant User Manual - Feedback</title>
  5. </head>
  6. <body>
  7. <h1><a name="feedback">Feedback</a> and Troubleshooting</h1>
  8. <p>If things do not work, especially simple things like <tt>ant -version</tt>,
  9. then something is wrong with your configuration. Before filing bug reports and
  10. emailing all the ant mailing lists</p>
  11. <ol>
  12. <li>Check your environment variables. Are ANT_HOME and JAVA_HOME correct? If
  13. they have quotes or trailing slashes, remove them.</li>
  14. <li>Unset CLASSPATH; if that is wrong things go horribly wrong. Ant does not
  15. need the CLASSPATH variable defined to anything to work.</li>
  16. <li>Make sure there are no versions of crimson.jar or other XML parsers in JRE/ext</li>
  17. <li>Is your path correct? is Ant on it? What about JDK/bin? have you tested
  18. this? If you are using Jikes, is it on the path? A createProcess error (especially
  19. with ID=2 on windows) usually means executable not found on the path.</li>
  20. <li>Which version of ant are you running? Other applications distribute a copy
  21. -it may be being picked up by accident.</li>
  22. <li>If a task is failing to run is optional.jar in ANT_HOME/lib? Are there any
  23. libraries which it depends on missing?</li>
  24. <li>If a task doesn't do what you expect, run <tt>ant -verbose</tt> or <tt>ant
  25. -debug</tt> to see what is happening</li>
  26. </ol>
  27. <p>If you can't fix your problem, start with the <a href="http://ant.apache.org/mail.html" target="_top">Ant
  28. User Mailing List</a> . These are other ant users who will help you learn to
  29. use ant. If they cannot fix it then someone may suggest filing a bug report,
  30. which will escalate the issue. Remember of course, that support, like all open
  31. source development tasks, is voluntary. If you haven't invested time in helping
  32. yourself by following the steps above, it is unlikely that anyone will invest
  33. the time in helping you. </p>
  34. <p>Also, if you don't understand something, the <a href="http://ant.apache.org/mail.html" target="_top">Ant
  35. User Mailing List</a> is the place to ask questions. Not the developer list,
  36. nor the individuals whose names appears in the source and documentation. If
  37. they answered all such emails, nobody would have any time to improve ant. </p>
  38. <p>To provide feedback on this software, please subscribe to the <a href="http://ant.apache.org/mail.html" target="_top">Ant
  39. User Mailing List</a> </p>
  40. <p>If you want to contribute to Ant or stay current with the latest
  41. development, join the
  42. <a href="http://ant.apache.org/mail.html" target="_top">Ant Development Mailing List</a>
  43. </p>
  44. <p>Archives of both lists can be found at <a
  45. href="http://archive.covalent.net/" target="_top">http://archive.covalent.net/</a>. Many
  46. thanks to Covalent Technologies. A searchable archive can be found at <a
  47. href="http://marc.theaimsgroup.com" target="_top">http://marc.theaimsgroup.com</a>. If
  48. you know of any additional archive sites, please report them to the
  49. lists.</p>
  50. <hr>
  51. <p align="center">Copyright &copy; 2000-2003 Apache Software Foundation. All rights
  52. Reserved.</p>
  53. </body>
  54. </html>