Hello Andrew.
 
Thank you !
I couldn't find "tools/jar/extraDBMSclasses".
 
It would save me to using "
" in build.xml.
 
Best regards.
 
/*
 
         Tomohito Nakayama
         [EMAIL PROTECTED]
         [EMAIL PROTECTED]
         [EMAIL PROTECTED]
 
         Naka
         http://www5.ocn.ne.jp/~tomohito/TopPage.html
 
*/
----- Original Message -----
Sent: Tuesday, August 16, 2005 11:43 PM
Subject: Re: [jira] Updated: (DERBY-496) unit test 'org.apache.derbyTesting.unitTests.services.T_Diagnosticable' was failed


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


No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.10.9/72 - Release Date: 2005/08/14
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.10.9/72 - Release Date: 2005/08/14

Reply via email to