I am trying to build revision 485682:
With ant.properties:
jdk16=C:/p4/marsden_trunk/jdk16
j14lib=C:/p4/marsden_trunk/jdk142/jre/lib
j13lib=c:/p4/marsden_trunk/jdk131/jre/lib
jsr169compile.classpath=C:/p4/marsden_trunk/wctme5.7/ive/lib/jclFoundation10/classes.zip;C:/p4/marsden_trunk/wctme5.7/ive/lib/jdbc.jar
sane=false
I get:
compile_iapi_jdbc_jsr169:
[javac] Compiling 10 source files to C:\svn2\trunk\classes
[javac]
C:\svn2\trunk\java\engine\org\apache\derby\impl\jdbc\EmbedConnection.java:94:
org.apache.derby.impl.jdbc.Emb
edConnection is not abstract and does not override abstract method
releaseSavepoint(java.sql.Savepoint) in java.sql.Conn
ection
[javac] public class EmbedConnection implements EngineConnection
[javac] ^
[javac] 1 error
BUILD FAILED
C:\svn2\trunk\build.xml:333: The following error occurred while
executing this line:
C:\svn2\trunk\java\engine\build.xml:77: The following error occurred
while executing this line:
C:\svn2\trunk\java\engine\org\apache\derby\iapi\build.xml:70: The
following error occurred while executing this line:
C:\svn2\trunk\java\engine\org\apache\derby\iapi\jdbc\build.xml:55:
Compile failed; see the compiler error output for det
ails.
Removing jsr169compile.classpath I get
compile_iapi_jdbc_jdbc2:
[javac] Compiling 3 source files to C:\svn2\trunk\classes
[javac]
C:\svn2\trunk\java\engine\org\apache\derby\iapi\jdbc\BrokeredPreparedStatement.java:35:
org.apache.derby.iap
i.jdbc.BrokeredPreparedStatement is not abstract and does not override
abstract method getParameterMetaData() in java.sq
l.PreparedStatement
[javac] public class BrokeredPreparedStatement extends BrokeredStatement
[javac] ^
[javac]
C:\svn2\trunk\java\engine\org\apache\derby\iapi\jdbc\BrokeredCallableStatement.java:34:
org.apache.derby.iap
i.jdbc.BrokeredCallableStatement is not abstract and does not override
abstract method getURL(java.lang.String) in java.
sql.CallableStatement
[javac] public class BrokeredCallableStatement extends
BrokeredPreparedStatement
[javac] ^
[javac]
C:\svn2\trunk\java\engine\org\apache\derby\iapi\jdbc\BrokeredConnection.java:49:
org.apache.derby.iapi.jdbc.
BrokeredConnection is not abstract and does not override abstract method
prepareStatement(java.lang.String,java.lang.Str
ing[]) in java.sql.Connection
[javac] public class BrokeredConnection implements EngineConnection
[javac] ^
[javac] 3 errors
BUILD FAILED
C:\svn2\trunk\build.xml:333: The following error occurred while
executing this line:
C:\svn2\trunk\java\engine\build.xml:58: The following error occurred
while executing this line:
C:\svn2\trunk\java\engine\org\apache\derby\iapi\build.xml:76: The
following error occurred while executing this line:
C:\svn2\trunk\java\engine\org\apache\derby\iapi\jdbc\build.xml:89:
Compile failed; see the compiler error output for det
ails.
I tried removing jdk16 and that did not help.
Any ideas what might be missing?
Thanks
Kathey