Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 73205 invoked from network); 17 Jan 2007 16:39:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jan 2007 16:39:04 -0000 Received: (qmail 72182 invoked by uid 500); 17 Jan 2007 16:39:11 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 72151 invoked by uid 500); 17 Jan 2007 16:39:11 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 72140 invoked by uid 99); 17 Jan 2007 16:39:10 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jan 2007 08:39:10 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jan 2007 08:39:03 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 09CBB1A981A; Wed, 17 Jan 2007 08:38:00 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r497069 - in /directory/sandbox/jconlon/osgi-apacheds: README core-osgi/src/test/java/org/apache/directory/osgi/backend/IntegrationTest.java Date: Wed, 17 Jan 2007 16:37:59 -0000 To: commits@directory.apache.org From: jconlon@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070117163800.09CBB1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jconlon Date: Wed Jan 17 08:37:59 2007 New Revision: 497069 URL: http://svn.apache.org/viewvc?view=rev&rev=497069 Log: Added a README to communication status of the projects in this directory. Added: directory/sandbox/jconlon/osgi-apacheds/README Modified: directory/sandbox/jconlon/osgi-apacheds/core-osgi/src/test/java/org/apache/directory/osgi/backend/IntegrationTest.java Added: directory/sandbox/jconlon/osgi-apacheds/README URL: http://svn.apache.org/viewvc/directory/sandbox/jconlon/osgi-apacheds/README?view=auto&rev=497069 ============================================================================== --- directory/sandbox/jconlon/osgi-apacheds/README (added) +++ directory/sandbox/jconlon/osgi-apacheds/README Wed Jan 17 08:37:59 2007 @@ -0,0 +1,21 @@ +WARNING: +Due to the latest changes to the schema changes recently merged into trunks the +projects in this directory are not building. I will fix this after I check in +the latests reworked ConfigruationAdmin project. - JC Jan 17, 2007 + +Due to a bug* in maven using a pom.xml in this directory fails to properly install +the correct artifacts in the m2 repository. To build and install the subprojects +please build each subproject manually. + +The subprojects must be built in the following order: +core-osgi +core-felix-tui +protocol-shared-osgi bundle +protocol-ldap-osgi + + +* This is truly a major bug with maven. +http://jira.codehaus.org/browse/MNG-1682 +Please go to the above Jira and +vote to impeach this bug.. + Modified: directory/sandbox/jconlon/osgi-apacheds/core-osgi/src/test/java/org/apache/directory/osgi/backend/IntegrationTest.java URL: http://svn.apache.org/viewvc/directory/sandbox/jconlon/osgi-apacheds/core-osgi/src/test/java/org/apache/directory/osgi/backend/IntegrationTest.java?view=diff&rev=497069&r1=497068&r2=497069 ============================================================================== --- directory/sandbox/jconlon/osgi-apacheds/core-osgi/src/test/java/org/apache/directory/osgi/backend/IntegrationTest.java (original) +++ directory/sandbox/jconlon/osgi-apacheds/core-osgi/src/test/java/org/apache/directory/osgi/backend/IntegrationTest.java Wed Jan 17 08:37:59 2007 @@ -49,7 +49,7 @@ private PropertiesFactoryBean propertyFactoryBean; private MutableStartupConfiguration configuration; private InitialContextFactoryImpl initialContextFactoryImpl; - private MutableBTreePartitionConfiguration examplePartitionConfiguration; +// private MutableBTreePartitionConfiguration examplePartitionConfiguration; public IntegrationTest() {