Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 45941 invoked from network); 10 Sep 2007 18:01:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Sep 2007 18:01:19 -0000 Received: (qmail 53797 invoked by uid 500); 10 Sep 2007 18:01:12 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 53581 invoked by uid 500); 10 Sep 2007 18:01:12 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 53572 invoked by uid 99); 10 Sep 2007 18:01:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 11:01:12 -0700 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [32.97.110.150] (HELO e32.co.us.ibm.com) (32.97.110.150) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 18:02:40 +0000 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e32.co.us.ibm.com (8.12.11.20060308/8.13.8) with ESMTP id l8AGr4IH001104 for ; Mon, 10 Sep 2007 12:53:04 -0400 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v8.5) with ESMTP id l8AI0XVr134370 for ; Mon, 10 Sep 2007 12:00:34 -0600 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l8AI0WhA015711 for ; Mon, 10 Sep 2007 12:00:32 -0600 Received: from [127.0.0.1] (sig-9-48-126-87.mts.ibm.com [9.48.126.87]) by d03av04.boulder.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id l8AI0TpN015335 for ; Mon, 10 Sep 2007 12:00:31 -0600 Message-ID: <46E58684.1000206@sbcglobal.net> Date: Mon, 10 Sep 2007 11:01:40 -0700 From: Kathey Marsden User-Agent: Thunderbird 1.5.0.13 (Windows/20070809) MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Trouble building old derby trunk versions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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