Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 59402 invoked from network); 27 Jul 2005 21:20:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2005 21:20:37 -0000 Received: (qmail 62995 invoked by uid 500); 27 Jul 2005 21:20:36 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 62959 invoked by uid 500); 27 Jul 2005 21:20:36 -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 62946 invoked by uid 99); 27 Jul 2005 21:20:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 14:20:36 -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.219] (HELO mail.wiu.edu) (143.43.222.219) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 14:20:28 -0700 Received: from scanner0.wiu.edu (scanner0 [143.43.222.140]) by mail.wiu.edu (8.9.3/8.9.3) with SMTP id QAA25452 for ; Wed, 27 Jul 2005 16:20:29 -0500 (CDT) Received: from srv1.wiu.edu ([143.43.222.31]) by scanner0.wiu.edu (SAVSMTP 3.1.1.32) with SMTP id M2005072716202424415 for ; Wed, 27 Jul 2005 16:20:24 -0500 Received: from [143.43.202.21] (scott.mprojects.WIU.edu [143.43.202.21]) by srv1.wiu.edu (8.12.6/8.12.6) with ESMTP id j6RLKEQj007851 for ; Wed, 27 Jul 2005 16:20:16 -0500 (CDT) Message-ID: <42E7FA8E.2050502@wiu.edu> Date: Wed, 27 Jul 2005 16:20:14 -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: svn commit: r225581 - in /incubator/derby/code/trunk: BUILDING.txt build.xml References: <20050727192000.12587.qmail@minotaur.apache.org> In-Reply-To: <20050727192000.12587.qmail@minotaur.apache.org> Content-Type: text/plain; charset=UTF-8; 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 fuzzylogic@apache.org wrote: >Author: fuzzylogic >Date: Wed Jul 27 12:19:58 2005 >New Revision: 225581 > >URL: http://svn.apache.org/viewcvs?rev=225581&view=rev >Log: >Fix a problem building with -Dsane=false. The ensuresanitystate target >would cause sanity to be set to true even though sane=false and the correct >SanityState.java and state.properties were generated. Also update BUILDING.txt >to remove the mention of the property 'sanity' which should only be set from >state.properties. > >Modified: > incubator/derby/code/trunk/BUILDING.txt > incubator/derby/code/trunk/build.xml > >Modified: incubator/derby/code/trunk/BUILDING.txt >URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/BUILDING.txt?rev=225581&r1=225580&r2=225581&view=diff >============================================================================== >--- incubator/derby/code/trunk/BUILDING.txt (original) >+++ incubator/derby/code/trunk/BUILDING.txt Wed Jul 27 12:19:58 2005 >@@ -609,11 +609,10 @@ > is then generated from a template. The sanity state defaults to > true. This also directs the compiler to turn on all debugging > options on the compiler. The sanity state can be set to insane >-by running 'ant insane' or passing in the value -Dsane=false or >--Dsanity=false. Note that this file will be removed after >-'ant clobber,' so if you are rebuilding from scratch and want >-the build to be a non-debug build, run 'ant insane' before >-building. >+by running 'ant insane' or passing in the value -Dsane=false. >+Note that this file will be removed after 'ant clobber,' so if >+you are rebuilding from scratch and want the build to be a >+non-debug build, run 'ant insane' before building. > > Shouldn't the non-debug be 'ant sane' and the debug build be 'ant insane' . Possibly a debug build and non-debug build run commands should both be used. (If I read it wrong, then I am confused, and possibly others will be also (maybe not) ) :-) thanks, scott > > Once the sanity state has been generated, Ant prints out for > reference the current properties that affect the build, > >Modified: incubator/derby/code/trunk/build.xml >URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/build.xml?rev=225581&r1=225580&r2=225581&view=diff >============================================================================== >--- incubator/derby/code/trunk/build.xml (original) >+++ incubator/derby/code/trunk/build.xml Wed Jul 27 12:19:58 2005 >@@ -47,8 +47,21 @@ > > > >+ >+ >+ >+ >+ >+ >+ >+ >+ >+ > > >+ >+ >+ > > > >@@ -482,11 +495,15 @@ > > > >+ >+ > > > > > >+ >+ > > > > > > >