eth4io / libkml

Automatically exported from code.google.com/p/libkml
Other
0 stars 0 forks source link

configure.ac should check java version #95

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. cd src/swig
2. sh sh run-java-tests.sh 
3.

What is the expected output? What do you see instead?

This begins with this error:

=== Running KmlBaseTest
----------
1. ERROR in KmlBaseTest.java (at line 30)
        import static org.junit.Assert.*;

Please use labels and text to provide additional information.

[bent@localhost swig]$ java -version
java version "1.4.2"
gij (GNU libgcj) version 4.1.2 20070626 (Red Hat 4.1.2-14)

Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[bent@localhost swig]$ cat /etc/issue
CentOS release 5 (Final)
Kernel \r on an \m

[bent@localhost swig]$ 

Original issue reported on code.google.com by kml.b...@gmail.com on 10 Jun 2009 at 1:35