On Mon, 27 Mar 2006, Tom Lane wrote:
> Apache Ant version 1.6.5 compiled on March 6 2006
> Detected Java version: 1.5 in: /usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre
>
> If the java package version means what I think it means, then this is
> misdetecting the version. Is this our fault, or is something screwy
> in Red Hat's build environment?
>
Your version of ant determines it is a 1.5 JVM by being able to load the
java.lang.Readable interface which shouldn't exist in a 1.4 JVM. Newer
versions of ant (2 days old) check for java.net.Proxy instead.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39027
Kris Jurka