|
From: Michael K. <ko...@in...> - 2005-05-26 15:11:25
|
Dear Cobricks Developers, some news about the separation of xml-db based Cobricks from non-xml-db based Cobricks: We finally suceeded in separating the code so that Cobricks compiles without the libraries for the XML database Xindice. The build.xml file is modified in such a way that when the parameter xindice.home is not set in build.xml or build.properties, the files in the package org.cobricks.item.xmldb are not compiled. For activating the XML database you now have to set "item.xmldb=true" and have to change the class of the item manager to org.cobricks.item.xmldb.ItemManagerImpl (by setting the configuration property "org.cobricks.item.comp.manager.class" to the value "org.cobricks.item.xmldb.ItemManagerImpl") The default values have been changed to not using the XML database. Regards, Michael Koch |