From b9421dc80af485591a9c50cc8921f912e0def11e Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Fri, 23 Oct 2015 10:05:40 -0700 Subject: Removing sources to replace with download links instead. Change-Id: Ie28789a725051aec0d1b04dd291b7690a7898668 Signed-off-by: Ashlee Young --- .../src/ant/apache-ant-1.9.6/manual/feedback.html | 72 ---------------------- 1 file changed, 72 deletions(-) delete mode 100644 framework/src/ant/apache-ant-1.9.6/manual/feedback.html (limited to 'framework/src/ant/apache-ant-1.9.6/manual/feedback.html') diff --git a/framework/src/ant/apache-ant-1.9.6/manual/feedback.html b/framework/src/ant/apache-ant-1.9.6/manual/feedback.html deleted file mode 100644 index 70027f66..00000000 --- a/framework/src/ant/apache-ant-1.9.6/manual/feedback.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - -Apache Ant User Manual - Feedback - - - - -

Feedback and Troubleshooting

-

If things do not work, especially simple things like ant -version, - then something is wrong with your configuration. Before filing bug reports and - emailing all the Apache Ant mailing lists

-
    -
  1. Check your environment variables. Are ANT_HOME and JAVA_HOME correct? If - they have quotes or trailing slashes, remove them.
  2. -
  3. Unset CLASSPATH; if that is wrong things go horribly wrong. Ant does not - need the CLASSPATH variable defined to anything to work.
  4. -
  5. Make sure there are no versions of crimson.jar or other XML parsers in JRE/ext
  6. -
  7. Is your path correct? is Ant on it? What about JDK/bin? have you tested - this? If you are using Jikes, is it on the path? A createProcess error (especially - with ID=2 on windows) usually means executable not found on the path.
  8. -
  9. Which version of ant are you running? Other applications distribute a copy - -it may be being picked up by accident.
  10. -
  11. If a task is failing to run is optional.jar in ANT_HOME/lib? Are there any - libraries which it depends on missing?
  12. -
  13. If a task doesn't do what you expect, run ant -verbose or ant - -debug to see what is happening
  14. -
-

If you can't fix your problem, start with the Ant - User Mailing List . These are other ant users who will help you learn to - use ant. If they cannot fix it then someone may suggest filing a bug report, - which will escalate the issue. Remember of course, that support, like all open - source development tasks, is voluntary. If you haven't invested time in helping - yourself by following the steps above, it is unlikely that anyone will invest - the time in helping you.

-

Also, if you don't understand something, the Ant - User Mailing List is the place to ask questions. Not the developer list, - nor the individuals whose names appears in the source and documentation. If - they answered all such emails, nobody would have any time to improve ant.

-

To provide feedback on this software, please subscribe to the Ant - User Mailing List

- -

If you want to contribute to Ant or stay current with the latest -development, join the -Ant Development Mailing List -

-

A searchable archive can be found at http://marc.theaimsgroup.com. -Other archives will be documented online at Mailing Lists Archives

- - - - - -- cgit 1.2.3-korg