From 17f55de7cfe119bc1e916f414be70c0ab429ddf7 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig There are many reasons why Ant doesn't behave as
+ expected, not all of them are due to Ant bugs. See our Having Problems? page for hints that
+ may help pinning down the reasons for your problem.It doesn't work (as expected)
+
Many tools include a version of Ant and some Operating + Systems even install it by default now, so you may have a + version of Ant installed that you haven't been aware of.
+One of the first things to do is to run
+
+ ant -version
+
+ and
+
+ ant -diagnostics
+
+ to be sure. Also, we highly recommend that you run Ant with
+ an empty CLASSPATH. If any other version of Ant can be
+ loaded from the CLASSPATH, many types of errors may happen
+ because of incompatible classes being loaded.
See the FAQ for some examples, but many + other problems are a result of an old version of Ant on your + system as well.
+There are many reasons why Ant doesn't behave as + expected, not all of them are due to Ant bugs. See our Having Problems? page for hints that + may help pinning down the reasons for your problem.
+Many tools include a version of Ant and some Operating + Systems even install it by default now, so you may have a + version of Ant installed that you haven't been aware of.
+ +One of the first things to do is to run
+
+ ant -version
+
+ and
+
+ ant -diagnostics
+
+ to be sure. Also, we highly recommend that you run Ant with
+ an empty CLASSPATH. If any other version of Ant can be
+ loaded from the CLASSPATH, many types of errors may happen
+ because of incompatible classes being loaded.
See the FAQ for some examples, but many + other problems are a result of an old version of Ant on your + system as well.
+ +The first step to take when you have a problem with Ant is to read