Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 27452 invoked from network); 11 Oct 2005 17:13:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Oct 2005 17:13:17 -0000 Received: (qmail 62895 invoked by uid 500); 11 Oct 2005 17:13:15 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 62862 invoked by uid 500); 11 Oct 2005 17:13:15 -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 62851 invoked by uid 99); 11 Oct 2005 17:13:15 -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 10:13:15 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 68.142.198.213 is neither permitted nor denied by domain of mcintyre.a@gmail.com) Received: from [68.142.198.213] (HELO smtp114.sbc.mail.mud.yahoo.com) (68.142.198.213) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 11 Oct 2005 10:13:17 -0700 Received: (qmail 43143 invoked from network); 11 Oct 2005 17:12:44 -0000 Received: from unknown (HELO ?192.168.0.5?) (fuzzylogic@sbcglobal.net@68.122.118.223 with plain) by smtp114.sbc.mail.mud.yahoo.com with SMTP; 11 Oct 2005 17:12:44 -0000 Mime-Version: 1.0 (Apple Message framework v734) In-Reply-To: <434AF04D.2030409@amberpoint.com> References: <434AF04D.2030409@amberpoint.com> Content-Type: multipart/alternative; boundary=Apple-Mail-1-419707504 Message-Id: <2E0DA73C-C388-4352-A0C6-F5C696134440@gmail.com> From: Andrew McIntyre Subject: Re: Beginner question about building Derby myself Date: Tue, 11 Oct 2005 10:12:42 -0700 To: "Derby Development" X-Mailer: Apple Mail (2.734) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --Apple-Mail-1-419707504 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Oct 10, 2005, at 3:50 PM, Bryan Pendleton wrote: > 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. The debug property should be set by Ant properly based on the value of the sane property, by the loading of either sanetrue.properties or sanefalse.properties (in tools/ant/properties). It should not be necessary to set debug=false and also sane=false to get the proper behavior. There were recently two problems regarding the sanity state that were fixed, revision 234508 (DERBY-527) and revision 225581. These fixes should be ported to the 10.1 branch, and I suspect one of them is the cause of Bryan's original problem. andrew --Apple-Mail-1-419707504 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=US-ASCII
On Oct 10, 2005, = at 3:50 PM, Bryan Pendleton wrote:

Yes, you are exactly right. Re-building with = debug=3Dfalse 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=3Dtrue/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.

The debug property should be set = by Ant properly based on the value of the sane property, by the loading = of either sanetrue.properties or sanefalse.properties (in = tools/ant/properties). It should not be necessary to set debug=3Dfalse = and also sane=3Dfalse to get the proper behavior.

There were recently two = problems regarding the sanity state that were fixed, revision 234508 = (DERBY-527) and revision 225581. These fixes should be ported to the = 10.1 branch, and I suspect one of them is the cause of Bryan's original = problem.

andrew
= --Apple-Mail-1-419707504--