On Aug 16, 2005, at 3:22 AM, Tomohito Nakayama (JIRA) wrote:


Tomohito Nakayama updated DERBY-496:
------------------------------------

    Attachment: DERBY-496.patch

Hi Tomohito,

There is an easier way to accomplish this. Instead of using Ant to add a line to derby.list, you could add a line to tools/jar/extraDBMSclasses:

Index: extraDBMSclasses.properties
===================================================================
--- extraDBMSclasses.properties (revision 232331)
+++ extraDBMSclasses.properties (working copy)
@@ -36,7 +36,9 @@
derby.module.database.consistency.checker=org.apache.derby.iapi.db.ConsistencyChecker
derby.module.database.optimizer.trace=org.apache.derby.iapi.db.OptimizerTrace
+derby.module.diag.diagnosticablegeneric=org.apache.derby.iapi.services.diag.DiagnosticableGeneric
+
derby.module.classFactory.signedJar.jdk12=org.apache.derby.impl.services.reflect.JarFileJava2
derby.module.internalUtil.classsizecatalogimpl=org.apache.derby.iapi.services.cache.ClassSizeCatalog

extraDBMSclasses.properties is a list of classes to include in derby.jar which are not put into the list of classes generated by the dependency checker (org.apache.derbyBuild.classlister) from the list of modules in modules.properties.

andrew

Reply via email to