Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 68159 invoked from network); 9 Sep 2005 18:52:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Sep 2005 18:52:37 -0000 Received: (qmail 91532 invoked by uid 500); 9 Sep 2005 18:52:36 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 91499 invoked by uid 500); 9 Sep 2005 18:52:35 -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 91482 invoked by uid 99); 9 Sep 2005 18:52:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2005 11:52:35 -0700 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 [209.233.18.245] (HELO buttons.boynes.com) (209.233.18.245) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2005 11:52:47 -0700 Received: from [192.168.37.199] (unknown [192.168.37.199]) by buttons.boynes.com (Postfix) with ESMTP id BAF1E1A9A4 for ; Fri, 9 Sep 2005 11:52:31 -0700 (PDT) Message-ID: <4321D9EE.9070908@apache.org> Date: Fri, 09 Sep 2005 11:52:30 -0700 From: Jeremy Boynes User-Agent: Mozilla Thunderbird 1.0.6-1.1.fc3 (X11/20050720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derby Development Subject: Re: VOTE: Approach for sharing code References: <431F8896.605@sun.com> <43207ABC.8080000@sbcglobal.net> <43208918.8050706@debrunners.com> <4321049C.2080701@sun.com> <4321B390.3040401@sbcglobal.net> <4321BDD4.4030409@debrunners.com> <54ac72d7050909110277aada6a@mail.gmail.com> <4321D820.1010008@debrunners.com> In-Reply-To: <4321D820.1010008@debrunners.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 Daniel John Debrunner wrote: > Andrew McIntyre wrote: >>> >>>I would be very tempted to veto any approach that had the jars >>>containing different code to that built in the classes directory and >>>usually(?) used for testing by developers. I believe it increases the >>>chance for problems being introduced in this process but not caught. >> >> >>Does this mean you would object to both of Kathey's proposed options? >>Obfuscator-type modification of the binaries, or ant-based >>preprocessing of the source? It wasn't totally clear from this mail if >>that was the case. > > > Both, any solution where the content of the jar files does not match the > content of a non-jar build. > I'm with Dan on this - one of the advantages we have is openness and post-compilation modification of the binary is quite the opposite. -- Jeremy