From derby-dev-return-60387-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Sun Jun 01 09:57:46 2008 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 31124 invoked from network); 1 Jun 2008 09:57:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jun 2008 09:57:46 -0000 Received: (qmail 2799 invoked by uid 500); 1 Jun 2008 09:57:48 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 2772 invoked by uid 500); 1 Jun 2008 09:57:48 -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 2761 invoked by uid 99); 1 Jun 2008 09:57:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jun 2008 02:57:48 -0700 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [192.18.6.24] (HELO gmp-eb-inf-2.sun.com) (192.18.6.24) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jun 2008 09:56:52 +0000 Received: from fe-emea-10.sun.com (gmp-eb-lb-2-fe1.eu.sun.com [192.18.6.10]) by gmp-eb-inf-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m519v9DX018286 for ; Sun, 1 Jun 2008 09:57:13 GMT Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <0K1S00C013MAR400@fe-emea-10.sun.com> (original mail from Knut.Hatlen@Sun.COM) for derby-dev@db.apache.org; Sun, 01 Jun 2008 10:57:09 +0100 (BST) Received: from [129.159.115.204] by fe-emea-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0K1S00C2O3N8OW00@fe-emea-10.sun.com> for derby-dev@db.apache.org; Sun, 01 Jun 2008 10:57:09 +0100 (BST) Date: Sun, 01 Jun 2008 11:56:00 +0200 From: Knut Anders Hatlen Subject: Is xml-apis.jar still needed? Sender: Knut.Hatlen@Sun.COM To: derby-dev@db.apache.org Message-id: <48427230.4070405@sun.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT User-Agent: Thunderbird 2.0.0.12 (X11/20080310) X-Virus-Checked: Checked by ClamAV on apache.org Hi, I took a brief look at the contents of tools/java/xml-apis.jar in the subversion repository, and it looked as if most of the classes are part of the Java 1.4.2 runtime library. I also tried to remove the file and all references to it in the build system, and the code still built just fine. Does anyone know if the file is still needed? Or was it only needed before when we built the code against the Java 1.3 runtime library? Thanks, -- Knut Anders