You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by jc...@apache.org on 2007/01/17 17:37:59 UTC

svn commit: r497069 - in /directory/sandbox/jconlon/osgi-apacheds: README core-osgi/src/test/java/org/apache/directory/osgi/backend/IntegrationTest.java

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() {