Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 95877 invoked from network); 4 Apr 2005 02:58:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Apr 2005 02:58:19 -0000 Received: (qmail 67062 invoked by uid 500); 4 Apr 2005 02:58:19 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 66829 invoked by uid 500); 4 Apr 2005 02:58:18 -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: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 66806 invoked by uid 99); 4 Apr 2005 02:58:18 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from smtp818.mail.sc5.yahoo.com (HELO smtp818.mail.sc5.yahoo.com) (66.163.170.4) by apache.org (qpsmtpd/0.28) with SMTP; Sun, 03 Apr 2005 19:58:16 -0700 Received: from unknown (HELO ?192.168.0.4?) (fuzzylogic@sbcglobal.net@68.122.71.94 with plain) by smtp818.mail.sc5.yahoo.com with SMTP; 4 Apr 2005 02:58:14 -0000 Mime-Version: 1.0 (Apple Message framework v619.2) In-Reply-To: <4250A546.9060205@bristowhill.com> References: <4250A546.9060205@bristowhill.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <2699833fee321d9377487fd562c2991f@gmail.com> Content-Transfer-Encoding: 7bit From: Andrew McIntyre Subject: Re: What dependencies does Derby have on other Apache software? Date: Sun, 3 Apr 2005 19:58:13 -0700 To: "Derby Development" X-Mailer: Apple Mail (2.619.2) X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Apr 3, 2005, at 7:24 PM, Jean T. Anderson wrote: > Here's what I think Derby source code depends on: > > (1) Jakarta ORO > (2) Jakarta servelet api -- getting from Geronimo as > ${derby.source}/tools/java/geronimo-spec-servlet-2.4-rc4.jar -- right? > > Is this correct? Is this complete? Add also the JTA spec jar from geronimo, and FOP for the pdf build for the docs. andrew