From dev-return-34405-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Wed Jun 30 13:28:17 2010 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 90523 invoked from network); 30 Jun 2010 13:28:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Jun 2010 13:28:17 -0000 Received: (qmail 48634 invoked by uid 500); 30 Jun 2010 13:28:17 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 48420 invoked by uid 500); 30 Jun 2010 13:28:14 -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 48413 invoked by uid 99); 30 Jun 2010 13:28:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 13:28:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 30 Jun 2010 13:28:11 +0000 Received: (qmail 90391 invoked by uid 99); 30 Jun 2010 13:27:49 -0000 Received: from localhost.apache.org (HELO emmanuel-lecharnys-MacBook-Pro.local) (127.0.0.1) (smtp-auth username elecharny, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 13:27:49 +0000 Message-ID: <4C2B46B3.1030002@apache.org> Date: Wed, 30 Jun 2010 15:29:23 +0200 From: =?ISO-8859-1?Q?Emmanuel_L=E9charny?= Reply-To: elecharny@apache.org Organization: The Apache Software Foundation User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: New module for the ACI parser needed : some more problems... References: <4C2A0C9C.4080901@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org So I created this new module. So far, so good. Trunk is building. Now, I'm facing some more problems : - in order to make the ACIItem schema aware, I have to inject the schemaManager into many data structures (the ACI parser and ACI checker, some protectedItems, etc) - the tests need to access a schemaManager - that leads to create some dependency between ldap-aci and ldap-schema-manager and ldap-schema-loader - the problem is that now, the ldap-schema-loader tests are failing because this module does not depend on ldap-aci, thus can't load the ACIItemSyntaxChecker...-- maybe we should have all the schema related tests moved to a specific module instead of having all the tests in each module ? Or at least, having global tests put into a global module : we already have a shared-all module, we may need a shared-test-all module too... Thoughts ? Regards, Cordialement, Emmanuel Lécharny www.nextury.com