On 12/12/2011 05:32 PM, Andrew Dunstan wrote:
>
> This buildfarm animal that is checking the JDBC driver has been broken
> for 24 days. See
> <http://www.pgbuildfarm.org/cgi-bin/show_history.pl?nm=piapiac&br=HEAD>
>
> Can someone please fix whatever is broken?
There seems to be code that uses java.io.Conosle class that was added in Java6.
We should skip compiling that code on older JVM:s.
-Mikko