From derby-dev-return-60507-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Wed Jun 04 18:23:08 2008 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 50069 invoked from network); 4 Jun 2008 18:23:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2008 18:23:08 -0000 Received: (qmail 57371 invoked by uid 500); 4 Jun 2008 18:23:11 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 57337 invoked by uid 500); 4 Jun 2008 18:23:10 -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 57326 invoked by uid 99); 4 Jun 2008 18:23:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 11:23:10 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 18:22:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1391C234C131 for ; Wed, 4 Jun 2008 11:22:45 -0700 (PDT) Message-ID: <1440845757.1212603765079.JavaMail.jira@brutus> Date: Wed, 4 Jun 2008 11:22:45 -0700 (PDT) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-3703) Make it possible to build the JSR169 support with the jdk1.4 libraries In-Reply-To: <1298306616.1212449145198.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-3703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602390#action_12602390 ] Knut Anders Hatlen commented on DERBY-3703: ------------------------------------------- Hi Rick, Both (1) and (2) sound reasonable to me. If we first write the code for the interfaces, I think we should have the source, not the binaries, in the repository. Creating dummy interfaces for the entire Foundation Profile API sounds doesn't sound worthwhile, given that most of the classes that we compile against don't contain any code anyway. About the directories: java/build is already taken as a source root, so I don't think they should be placed as subdirs of that directory. What about java/stubs/jsr169/... ? > Make it possible to build the JSR169 support with the jdk1.4 libraries > ---------------------------------------------------------------------- > > Key: DERBY-3703 > URL: https://issues.apache.org/jira/browse/DERBY-3703 > Project: Derby > Issue Type: Improvement > Components: Build tools > Reporter: Rick Hillegas > Attachments: derby-3703-01-aa-moveJdbc3methods.diff, derby-3703-01-aa-moveJdbc3methods.diff > > > It would be good to simplify the Derby build so that the whole product could be built out-of-the-box just from what's checked into the Derby repository. As a step toward this goal, it would be good to be able to build the jsr169 support without having to download proprietary libraries. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.