Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 20555 invoked from network); 7 Feb 2006 21:28:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Feb 2006 21:28:29 -0000 Received: (qmail 61566 invoked by uid 500); 7 Feb 2006 21:28:27 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 61516 invoked by uid 500); 7 Feb 2006 21:28:27 -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 61491 invoked by uid 99); 7 Feb 2006 21:28:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2006 13:28:27 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [32.97.182.141] (HELO e1.ny.us.ibm.com) (32.97.182.141) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2006 13:28:26 -0800 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e1.ny.us.ibm.com (8.12.11/8.12.11) with ESMTP id k17LS4Pn020766 for ; Tue, 7 Feb 2006 16:28:04 -0500 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay02.pok.ibm.com (8.12.10/NCO/VERS6.8) with ESMTP id k17LS49P206562 for ; Tue, 7 Feb 2006 16:28:04 -0500 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11/8.13.3) with ESMTP id k17LS4rK028188 for ; Tue, 7 Feb 2006 16:28:04 -0500 Received: from [9.72.133.58] (DMCSDJDT41P.usca.ibm.com [9.72.133.58]) by d01av04.pok.ibm.com (8.12.11/8.12.11) with ESMTP id k17LS3tv028142 for ; Tue, 7 Feb 2006 16:28:03 -0500 Message-ID: <43E910E1.9000003@apache.org> Date: Tue, 07 Feb 2006 13:28:01 -0800 From: Daniel John Debrunner User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en, de MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: Building JDK 1.6/JDBC 4.0 code References: <43E90ADF.2060803@apache.org> <7C454A5A-2724-4D3A-BCF4-B6EE043863F0@gmail.com> In-Reply-To: <7C454A5A-2724-4D3A-BCF4-B6EE043863F0@gmail.com> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Andrew McIntyre wrote: > > On Feb 7, 2006, at 1:02 PM, Daniel John Debrunner wrote: > >> I couldn't find any instructions on how to setup to build the JDK >> 1.6/JDBC 4.0 specific targets in the BUILDING.txt file. >> >> How can I build this code as part of an >> >> ant all > > > Set jdk16 in your ant.properties to the JAVA_HOME for a 1.6 vm. The > bin, jre, and lib dirs should be in that directory. > > e.g.: > ... > jdk16=c:/workspace/jdk16 Thanks (to Rick as well), hit the next problem below. I know there was some e-mail about these targets failing, has that been addressed? Dan. compile_jdbc4_target: [echo] Unable to locate tools.jar. Expected to find it in C:\Program Files\ IBM\Java142\lib\tools.jar [echo] [echo] BUILD FAILED [echo] C:\_work\svn_clean3\trunk\java\engine\org\apache\derby\impl\jdbc\bui ld.xml:150: Unable to find a javac compiler; [echo] com.sun.tools.javac.Main is not on the classpath. [echo] Perhaps JAVA_HOME does not point to the JDK [echo] [echo] Total time: 1 second