source: release-kits/lirk3/resources/gs3-release-maker/ant/docs/manual/feedback.html@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

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