Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 44143 invoked from network); 3 Sep 2003 15:35:48 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 Sep 2003 15:35:48 -0000 Received: (qmail 15129 invoked by uid 500); 3 Sep 2003 15:22:13 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 15078 invoked by uid 500); 3 Sep 2003 15:22:12 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 15003 invoked by uid 500); 3 Sep 2003 15:22:11 -0000 Received: (qmail 14948 invoked from network); 3 Sep 2003 15:22:10 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 3 Sep 2003 15:22:10 -0000 Received: (qmail 38000 invoked by uid 1694); 3 Sep 2003 15:22:10 -0000 Date: 3 Sep 2003 15:22:10 -0000 Message-ID: <20030903152210.37999.qmail@minotaur.apache.org> From: jhm@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant WHATSNEW 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 jhm 2003/09/03 08:22:10 Modified: . WHATSNEW Log: Let Project.toBoolean(String) handle null as argument. Revision Changes Path 1.496 +4 -1 ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/ant/WHATSNEW,v retrieving revision 1.495 retrieving revision 1.496 diff -u -r1.495 -r1.496 --- WHATSNEW 3 Sep 2003 14:19:07 -0000 1.495 +++ WHATSNEW 3 Sep 2003 15:22:10 -0000 1.496 @@ -233,6 +233,9 @@ or in the top package. Bugzilla Report 21915. +* Project.toBoolean(String) now handles null as argument and does not throw a + NullPointerException any more. + Other changes: -------------- * All tasks can be used outside of s. Note that some tasks @@ -586,7 +589,7 @@ Bugzilla Report 22533. * additional shortcuts for ant options (-d --> -debug, -e --> -emacs, - -h --> -help, -p --> -projecthelp, -s --> -find) + -h --> -help, -p --> -projecthelp, -s --> -find). Changes from Ant 1.5.3 to Ant 1.5.4 =================================== --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org