Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 99464 invoked from network); 11 Oct 2005 16:19:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Oct 2005 16:19:34 -0000 Received: (qmail 74174 invoked by uid 500); 11 Oct 2005 16:19:33 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 74144 invoked by uid 500); 11 Oct 2005 16:19:33 -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: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 74132 invoked by uid 99); 11 Oct 2005 16:19:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Oct 2005 09:19:33 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [143.43.222.207] (HELO mail.wiu.edu) (143.43.222.207) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Oct 2005 09:19:35 -0700 Received: from scanner0.wiu.edu (scanner0 [143.43.222.140]) by mail.wiu.edu (8.9.3/8.9.3) with SMTP id LAA13978 for ; Tue, 11 Oct 2005 11:19:08 -0500 (CDT) Received: from smtp1.wiu.edu ([143.43.222.60]) by scanner0.wiu.edu (SAVSMTP 3.1.1.32) with SMTP id M2005101111190826588 for ; Tue, 11 Oct 2005 11:19:08 -0500 Received: from [143.43.202.21] (scott.mprojects.wiu.edu [143.43.202.21]) by smtp1.wiu.edu (8.13.4/8.13.4) with ESMTP id j9BGJ0SS015645 for ; Tue, 11 Oct 2005 11:19:04 -0500 (CDT) Message-ID: <434BE5DE.2010005@wiu.edu> Date: Tue, 11 Oct 2005 11:18:38 -0500 From: scott hutinger User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derby Development Subject: Re: Beginner question about building Derby myself References: <434AF04D.2030409@amberpoint.com> In-Reply-To: <434AF04D.2030409@amberpoint.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This should have a jira issue to track it, and let people know about it. It may have been missed by people that need to see it. scott Bryan Pendleton wrote: > > For the 2904165 build - did you compile the classes with both > > debug=false, and sane=false in your ant.properties ? > > I suspect the 2904165 size is probably because the classes were > built with debug=true > > > > Sunitha. > > Yes, you are exactly right. Re-building with debug=false in > my ant.properties causes me to get jar files that are basically > identical in size to the ones from the binary distribution. > > May I suggest that a paragraph about "debug=true/false" be added > to section 3.2 of > http://svn.apache.org/repos/asf/db/derby/code/trunk/BUILDING.txt, > as I completely was unaware that I could set a debug property in > my ant.properties file. > > Something like: > > - debug > > This variable defines whether the java compiler should be run > in debug mode or not. In debug mode, extra information about > line numbers and local variables is emitted into the class files, > allowing for source level debugging and for stack traces with > line numbers. Setting the 'debug' variable will cause your JAR > files to be much larger, however. The default value for this > variable is 'true'. > > debug=false > > thanks, > > bryan > >