On Feb 9, 2005, at 2:22 AM, Stefan Bodewig wrote:
Woohoo!
<http://brutus.apache.org/gump/public/db-derby/derby-split-2/ gump_work/build_db-derby_derby-split-2.html>
So close! One last problem:
[javac] Found 1 semantic error compiling "Driver20.java":
[javac] 56. public class Driver20 extends InternalDriver implements Driver {
[javac] . . .
[javac] 275. }
[javac] >
[javac] *** Semantic Error: A class file was not generated for the type "org.apache.derby.jdbc.Driver20" because a library method that it depends on was not found. See system messages for more information.
[javac] Found 1 system error:
[javac] *** Semantic Error: A non-standard version of the type "java.lang.Throwable" was found. Class files that depend on this type may not have been generated.
This also appears to be an issue with newer versions of Jikes when compiling with the JDK1.3 runtime libraries. As far as I can tell, the fix is to add the -source 1.3 option to this particular <javac> task. I have done that in a way that it will not interfere with the use of javac or previous versions of Jikes that do not support the -source option.
andrew
