Hi Andrea, I can't really tell, as I don't have a computer to check (my laptop has died last friday).
However, in any case, the branch is *not* stable at all. On Sun, Nov 29, 2009 at 9:38 PM, Andrea Gariboldi <[email protected]> wrote: > Emmanuel, > i tried to checkout and compile the schema-branch, but i get: > > [INFO] [compiler:compile] > [INFO] Compiling 10 source files to > /Users/andrea/Progetti/apache/ds/schema-branch/apacheds/server-tools/target/classes > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > > /Users/andrea/Progetti/apache/ds/schema-branch/apacheds/server-tools/src/main/java/org/apache/directory/server/tools/IndexCommand.java:[34,39] > cannot find symbol > symbol : class DirectoryService > location: package org.apache.directory.server.core > > /Users/andrea/Progetti/apache/ds/schema-branch/apacheds/server-tools/src/main/java/org/apache/directory/server/tools/IndexCommand.java:[57,12] > cannot find symbol > symbol : class DirectoryService > location: class org.apache.directory.server.tools.IndexCommand > > /Users/andrea/Progetti/apache/ds/schema-branch/apacheds/server-tools/src/main/java/org/apache/directory/server/tools/IndexCommand.java:[129,46] > cannot find symbol > symbol : constructor > JdbmMasterTable(jdbm.recman.CacheRecordManager,org.apache.directory.shared.ldap.schema.SchemaManager) > location: class > org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmMasterTable<org.apache.directory.server.core.entry.ServerEntry> > > /Users/andrea/Progetti/apache/ds/schema-branch/apacheds/server-tools/src/main/java/org/apache/directory/server/tools/IndexCommand.java:[141,13] > init(org.apache.directory.shared.ldap.schema.AttributeType,java.io.File) in > org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex cannot > be applied to > (org.apache.directory.shared.ldap.schema.SchemaManager,org.apache.directory.shared.ldap.schema.AttributeType,java.io.File) > > /Users/andrea/Progetti/apache/ds/schema-branch/apacheds/server-tools/src/main/java/org/apache/directory/server/tools/IndexCommand.java:[151,20] > init(org.apache.directory.shared.ldap.schema.AttributeType,java.io.File) in > org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex cannot > be applied to > (org.apache.directory.shared.ldap.schema.SchemaManager,org.apache.directory.shared.ldap.schema.AttributeType,java.io.File) > > /Users/andrea/Progetti/apache/ds/schema-branch/apacheds/server-tools/src/main/java/org/apache/directory/server/tools/DumpCommand.java:[140,8] > cannot find symbol > symbol : class DirectoryService > location: class org.apache.directory.server.tools.DumpCommand > > /Users/andrea/Progetti/apache/ds/schema-branch/apacheds/server-tools/src/main/java/org/apache/directory/server/tools/DumpCommand.java:[210,46] > cannot find symbol > symbol : constructor > JdbmMasterTable(jdbm.recman.CacheRecordManager,org.apache.directory.shared.ldap.schema.SchemaManager) > location: class > org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmMasterTable<org.apache.directory.server.core.entry.ServerEntry> > > /Users/andrea/Progetti/apache/ds/schema-branch/apacheds/server-tools/src/main/java/org/apache/directory/server/tools/DumpCommand.java:[217,15] > init(org.apache.directory.shared.ldap.schema.AttributeType,java.io.File) in > org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex cannot > be applied to > (org.apache.directory.shared.ldap.schema.SchemaManager,org.apache.directory.shared.ldap.schema.AttributeType,java.io.File) > > > Did i miss something? > > Andrea > > 2009/11/27 Alex Karasulu <[email protected]> >> >> Andrea, >> >> On Fri, Nov 27, 2009 at 1:18 PM, Andrea Gariboldi >> <[email protected]> wrote: >>> >>> Hi guys, >>> i'am trying to get a good release of the oracle backend for >>> the 1.5.5 release: i would like to work on the 1.5.5 files and i am >>> a bit confused on how to do it, may be someone can help: >>> >>> svn co 1.5.5 tag ? >>> >> >> Right now Emmanuel is working on a schema branch that he needs to replace >> the trunk with. I think you should work on this branch if possible (flux of >> changes should have been reduced). The branch is here and this is the check >> out command: >> >> >> https://svn.apache.org/repos/asf/directory/apacheds/branches/apacheds-schema-with-dependencies/ >> svn >> co https://svn.apache.org/repos/asf/directory/apacheds/branches/apacheds-schema-with-dependencies >> schema-branch >> This will check out everything including the ADS dependencies including >> the shared, daemon and installer projects into a single folder. >> Talk to Emm before you begin just to confirm his position on this. THings >> got delayed for him due to his famous beer drinking laptop finally dropping >> dead. >> >>> >>> should i check in the sources into the svn ? >>> >> >> Yep go for it. Just make sure things compile. Maybe you can add a >> profile called 'oracle' that includes all the oracle based dependencies and >> your project to build. >> >>> >>> If yes, which should be name of the directory (eg. core-oracle or >>> backend-oracle or...) ? >>> >> >> How is oracle-partition to use same pattern as jdbm-partition and >> ldif-partition? >> >>> >>> core-cursors have been moved to shared-cursors, right ? >>> >> >> Yep. You can find it here: >> https://svn.apache.org/repos/asf/directory/shared/trunk/cursor/ >> However the svn-external directives in the folder for your first check out >> will pull the correct branch or trunk of shared corresponding to the schema >> branch that Emm is working on. >> Thanks for starting this up again. I'm sure many people will want to use >> this partition. >> HTH, >> Alex >> -- >> Alex Karasulu >> My Blog :: http://www.jroller.com/akarasulu/ >> Apache Directory Server :: http://directory.apache.org >> Apache MINA :: http://mina.apache.org >> > > -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
