Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 81722 invoked from network); 18 Oct 2003 13:40:50 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 18 Oct 2003 13:40:50 -0000 Received: (qmail 52825 invoked by uid 500); 18 Oct 2003 13:40:43 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 52761 invoked by uid 500); 18 Oct 2003 13:40:42 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 52746 invoked by uid 500); 18 Oct 2003 13:40:42 -0000 Received: (qmail 52742 invoked from network); 18 Oct 2003 13:40:42 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 18 Oct 2003 13:40:42 -0000 Received: (qmail 81696 invoked by uid 1289); 18 Oct 2003 13:40:46 -0000 Date: 18 Oct 2003 13:40:46 -0000 Message-ID: <20031018134046.81695.qmail@minotaur.apache.org> From: rdonkin@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/digester build.properties.sample build.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N rdonkin 2003/10/18 06:40:46 Modified: digester build.properties.sample build.xml Log: Patched build script so that the logging output (which often confused new developers) can be easily supressed. Patch submitted by Simon Kitching. Revision Changes Path 1.6 +6 -0 jakarta-commons/digester/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-commons/digester/build.properties.sample,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- build.properties.sample 19 Mar 2002 01:30:59 -0000 1.5 +++ build.properties.sample 18 Oct 2003 13:40:46 -0000 1.6 @@ -14,3 +14,9 @@ # junit.jar - JUnit 3.7+ Classpath junit.jar=${root}/junit.jar + +# The digester tests output logging information (including Exceptions) +# which can often be confusing to new developers. +# This output is suppressed by default but can be re-enabled by +#suppressLogOutputDuringTests=false +suppressLogOutputDuringTests=true \ No newline at end of file 1.48 +69 -1 jakarta-commons/digester/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-commons/digester/build.xml,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- build.xml 4 Oct 2003 12:26:51 -0000 1.47 +++ build.xml 18 Oct 2003 13:40:46 -0000 1.48 @@ -99,6 +99,14 @@ + + + + + + @@ -272,8 +280,12 @@ + + + + @@ -282,8 +294,12 @@ + + + + @@ -293,8 +309,12 @@ + + + + @@ -304,8 +324,12 @@ + + + + @@ -314,8 +338,12 @@ + + + + @@ -324,8 +352,12 @@ + + + + @@ -335,8 +367,12 @@ + + + + @@ -345,8 +381,12 @@ + + + + @@ -355,8 +395,12 @@ + + + + @@ -365,8 +409,12 @@ + + + + @@ -376,8 +424,12 @@ + + + + @@ -386,8 +438,12 @@ + + + + @@ -396,8 +452,12 @@ + + + + @@ -407,8 +467,12 @@ + + + + @@ -417,8 +481,12 @@ + + + + --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org