From dev-return-8708-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Tue Oct 25 15:16:32 2005 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 48179 invoked from network); 25 Oct 2005 15:16:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Oct 2005 15:16:20 -0000 Received: (qmail 48940 invoked by uid 500); 25 Oct 2005 15:16:14 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 48865 invoked by uid 500); 25 Oct 2005 15:16:13 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 48832 invoked by uid 99); 25 Oct 2005 15:16:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Oct 2005 08:16:13 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of aok123@bellsouth.net designates 205.152.59.68 as permitted sender) Received: from [205.152.59.68] (HELO imf20aec.mail.bellsouth.net) (205.152.59.68) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Oct 2005 08:16:10 -0700 Received: from ibm62aec.bellsouth.net ([65.80.200.112]) by imf20aec.mail.bellsouth.net with ESMTP id <20051025151551.BZEV4195.imf20aec.mail.bellsouth.net@ibm62aec.bellsouth.net> for ; Tue, 25 Oct 2005 11:15:51 -0400 Received: from [172.16.1.39] (really [65.80.200.112]) by ibm62aec.bellsouth.net with ESMTP id <20051025151550.NPDW12154.ibm62aec.bellsouth.net@[172.16.1.39]> for ; Tue, 25 Oct 2005 11:15:50 -0400 Message-ID: <435E4C21.10300@bellsouth.net> Date: Tue, 25 Oct 2005 11:15:45 -0400 From: Alex Karasulu User-Agent: Mozilla Thunderbird 1.0.7 (Macintosh/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: Forking rules References: <768dcb2e0510250346u35b1853eg@mail.gmail.com> In-Reply-To: <768dcb2e0510250346u35b1853eg@mail.gmail.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 Trustin Lee wrote: > Hi, > > It would be great if we have some general rule of where to place > forked classes. > > What I suggest is just copying the whole classes to > org.apache.ldap.support.fork.. (e.g. > oeg.apache.ldap.support.fork.org.apache.commons.collections ) > > For now it is not really easy to manage forked classes. So I think > just copying the whole classes is the best way we can minimize > management overhead. > > WDYT? Not a bad idea. Then copying forked stuff is much easier. But if we go this route someone should move the classes we already forked into this package configuration. Let's not do it unless already forked classes are also moved. Alex