Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 91846 invoked from network); 6 Feb 2007 10:11:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2007 10:11:27 -0000 Received: (qmail 2756 invoked by uid 500); 6 Feb 2007 10:11:33 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 2728 invoked by uid 500); 6 Feb 2007 10:11:33 -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 2719 invoked by uid 99); 6 Feb 2007 10:11:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Feb 2007 02:11:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Feb 2007 02:11:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 846EA7142B5 for ; Tue, 6 Feb 2007 02:11:05 -0800 (PST) Message-ID: <1082943.1170756665523.JavaMail.jira@brutus> Date: Tue, 6 Feb 2007 02:11:05 -0800 (PST) From: "Saurabh Vyas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-2289) Add jdk 1.6 support to jdbcapi tests. In-Reply-To: <3059151.1170678485989.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saurabh Vyas updated DERBY-2289: -------------------------------- Attachment: Derby-2289_v1.stat Derby-2289_v1.diff Modified build.xml in jdbcapi tests to add another compile target which uses jdk 1.6. Removed DatabaseMetaDataTest from compile target which uses jdk 1.4, thus DatabaseMetaDataTest will now be compiled against jdk 1.6 and will have SQLXML data type available. Is this approach correct? > Add jdk 1.6 support to jdbcapi tests. > ------------------------------------- > > Key: DERBY-2289 > URL: https://issues.apache.org/jira/browse/DERBY-2289 > Project: Derby > Issue Type: Improvement > Components: JDBC > Reporter: Saurabh Vyas > Attachments: Derby-2289_v1.diff, Derby-2289_v1.stat > > > Currently jdbcapi test are only dependent on jdk 1.3 & jdk 1.4. But to have support for testing XML data type, it requires support of jdk 1.6 also (as SQLXML data type is defined only in jdk 1.6) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.