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 <target>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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to