Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 30304 invoked from network); 1 Jul 2010 23:18:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jul 2010 23:18:50 -0000 Received: (qmail 61480 invoked by uid 500); 1 Jul 2010 23:18:50 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 61414 invoked by uid 500); 1 Jul 2010 23:18:50 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 61405 invoked by uid 99); 1 Jul 2010 23:18:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jul 2010 23:18:49 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of nirmal070125@gmail.com designates 209.85.212.44 as permitted sender) Received: from [209.85.212.44] (HELO mail-vw0-f44.google.com) (209.85.212.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jul 2010 23:18:42 +0000 Received: by vws14 with SMTP id 14so1361174vws.31 for ; Thu, 01 Jul 2010 16:18:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=KBvLpm1eEhdvBx+RnFTzCXp/NuqYVK2ACVt+U53jMOU=; b=vH2r0uDASO1wgh1FAhPlexTUSjNwdcYrJC10dBTsej27brfb0V+yvfzjXjGbgGCmJ+ TyoNjwFB7M8b8IPjPbKKRdft9bdO+/Qh9D711kFak+Ayfwz9J5eHjp0DT0Ased3LGdjq kS7CiaLnaXYQ0QlRGl+6qsL8dEMFBgqPs9B/8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=kovyAEVhv/i6ArSjsKGA3v8XIiPhawjjm4pxSCgTJVyJ2wWYlNEBwveeJS1M+tEnDD TU6tYOJZ1KhXL9lkKGK+Yr2QHDR/L5fvOmh7JT6dmt1q6kFI4pvHVpqkuVI+oOlKkqx7 XEhwym80RfabJlm6CdtD8QMnIY4JaKYMWkRtA= MIME-Version: 1.0 Received: by 10.229.183.83 with SMTP id cf19mr158321qcb.94.1278026301150; Thu, 01 Jul 2010 16:18:21 -0700 (PDT) Received: by 10.229.80.3 with HTTP; Thu, 1 Jul 2010 16:18:20 -0700 (PDT) Date: Fri, 2 Jul 2010 04:48:20 +0530 Message-ID: Subject: Adding a new tool to the Derbytools.jar From: Nirmal Fernando To: derby-dev@db.apache.org Content-Type: multipart/alternative; boundary=0016361e808eb19815048a5bafd4 X-Virus-Checked: Checked by ClamAV on apache.org --0016361e808eb19815048a5bafd4 Content-Type: text/plain; charset=ISO-8859-1 Hi All, I want to add the new tool that we're developing in DERBY-4587 to Derbytools.jar. So what I did is displayed by following diff. Index: tools/java/xercesImpl.jar =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: tools/jar/tools.properties =================================================================== --- tools/jar/tools.properties (revision 926144) +++ tools/jar/tools.properties (working copy) @@ -27,4 +27,6 @@ derby.module.Attribute=org.apache.derby.iapi.reference.Attribute derby.module.cslook=org.apache.derby.tools.dblook derby.module.sysinfo=org.apache.derby.tools.sysinfo +derby.module.exportqueryplanasxml=org.apache.derby.tools.exportqueryplanasxml derby.module.SignatureChecker=org.apache.derby.tools.SignatureChecker + This is successfully adding the tool to Derbytools.jar. Is there any other things to be done such as editing a xml file? Thanks. -- Best Regards, Nirmal C.S.Nirmal J. Fernando Department of Computer Science & Engineering, Faculty of Engineering, University of Moratuwa, Sri Lanka. --0016361e808eb19815048a5bafd4 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi All,

I want to add the new tool that we're develo= ping in=A0DERB= Y-4587=A0to Derbytools.jar.=A0
So what I did is displayed by = following diff.

Index: tools/java/xercesImpl.jar
=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Cannot display: fil= e marked as a binary type.
svn:mime-type =3D application/octet-st= ream
Index: tools/jar/tools.properties
=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D
--- tools/jar/tools.properties (revision 926144)=
+++ tools/jar/tools.properties (working copy)
@@ -27,4 +27,6 @@
=A0derby.module.Attribute=3Dorg.apache.derby.iapi.reference.Attribute
=A0derby.module.cslook=3Dorg.apache.derby.tools.dblook
=A0derby.m= odule.sysinfo=3Dorg.apache.derby.tools.sysinfo
+derby.module.expo= rtqueryplanasxml=3Dorg.apache.derby.tools.exportqueryplanasxml
= =A0derby.module.SignatureChecker=3Dorg.apache.derby.tools.SignatureChecker<= /div>
+

This is successfully adding the tool = to Derbytools.jar.=A0
Is there any other things to be done such a= s editing a xml file?

Thanks.=A0

-- =
Best Regards,
Nirmal

C.S.Nirmal J. Fernando
Department of Comp= uter Science & Engineering,
Faculty of Engineering,
University of= Moratuwa,
Sri Lanka.
--0016361e808eb19815048a5bafd4--