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/06 13:26:08 UTC

[Bug 542] - Properties.load(InputStream) fails for EJB client run by Ant 1.2

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

*** shadow/542	Sun May 20 17:20:54 2001
--- shadow/542.tmp.14694	Fri Jul  6 04:26:07 2001
***************
*** 1,19 ****
! Bug#: 542
! Product: Ant
! Version: 1.2
! Platform: PC
! OS/Version: Windows NT/2K
! Status: NEW   
! Resolution: 
! Severity: Major
! Priority: 
! Component: Core tasks
! AssignedTo: ant-dev@jakarta.apache.org                            
! ReportedBy: bobby.woolf@brokat.com               
! URL: 
! Cc: 
! Summary: Properties.load(InputStream) fails for EJB client run by Ant 1.2
! 
  Ant seems to be having a problem handling classpaths for EJB clients. When I 
  run the client from Ant, I get a NullPointerException from Properties.load
  (InputStream); the InputStream is null because the ClassLoader can't find the 
--- 1,19 ----
! +============================================================================+
! | Properties.load(InputStream) fails for EJB client run by Ant 1.2           |
! +----------------------------------------------------------------------------+
! |        Bug #: 542                         Product: Ant                     |
! |       Status: RESOLVED                    Version: 1.2                     |
! |   Resolution: WORKSFORME                 Platform: PC                      |
! |     Severity: Major                    OS/Version: Windows NT/2K           |
! |     Priority: High                      Component: Core tasks              |
! +----------------------------------------------------------------------------+
! |  Assigned To: ant-dev@jakarta.apache.org                                   |
! |  Reported By: bobby.woolf@brokat.com                                       |
! |      CC list: Cc:                                                          |
! +----------------------------------------------------------------------------+
! |          URL:                                                              |
! +============================================================================+
! |                              DESCRIPTION                                   |
  Ant seems to be having a problem handling classpaths for EJB clients. When I 
  run the client from Ant, I get a NullPointerException from Properties.load
  (InputStream); the InputStream is null because the ClassLoader can't find the 
***************
*** 32,34 ****
--- 32,37 ----
  
  If you want my build.xml file or the exception stack trace, contact me at 
  bobby.woolf@brokat.com. Thanks for your help.
+ 
+ ------- Additional Comments From conor@cortexebusiness.com.au  2001-07-06 04:26 -------
+ Unable to reproduce and reporter's email bounced so I am closing