You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/07/11 17:00:09 UTC

[Bug 1451] - does not cause exception / error message

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1451

*** shadow/1451	Sun May 20 17:25:50 2001
--- shadow/1451.tmp.9554	Wed Jul 11 08:00:09 2001
***************
*** 1,19 ****
! Bug#: 1451
! Product: Ant
! Version: 1.3
! Platform: PC
! OS/Version: All
! Status: ASSIGNED   
! Resolution: 
! Severity: Minor
! Priority: Low
! Component: Core tasks
! AssignedTo: ant-dev@jakarta.apache.org                            
! ReportedBy: ben_walding@yahoo.com               
! URL: 
! Cc: 
! Summary: <property file="invalidfile"> does not cause exception / error message
! 
  If I put a property tag into the xml build file and tell it to load from a file
  that doesn't exist, no warning is issued.
  
--- 1,19 ----
! +============================================================================+
! | <property file="invalidfile"> does not cause exception / error message     |
! +----------------------------------------------------------------------------+
! |        Bug #: 1451                        Product: Ant                     |
! |       Status: RESOLVED                    Version: 1.3                     |
! |   Resolution: FIXED                      Platform: PC                      |
! |     Severity: Minor                    OS/Version: All                     |
! |     Priority: Low                       Component: Core tasks              |
! +----------------------------------------------------------------------------+
! |  Assigned To: ant-dev@jakarta.apache.org                                   |
! |  Reported By: ben_walding@yahoo.com                                        |
! |      CC list: Cc:                                                          |
! +----------------------------------------------------------------------------+
! |          URL:                                                              |
! +============================================================================+
! |                              DESCRIPTION                                   |
  If I put a property tag into the xml build file and tell it to load from a file
  that doesn't exist, no warning is issued.
  
***************
*** 22,24 ****
--- 22,27 ----
  ------- Additional Comments From conor@cortexebusiness.com.au  2001-05-10 07:55 -------
  It is currently logged at verbose level. I guess we could change that to INFO
  That would make sense.
+ 
+ ------- Additional Comments From conor@cortexebusiness.com.au  2001-07-11 08:00 -------
+ Raised the logging level to WARN