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/12 16:07:12 UTC

[Bug 2597] - java task (fork="no") cannot load resource

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

*** shadow/2597	Thu Jul 12 06:37:00 2001
--- shadow/2597.tmp.21081	Thu Jul 12 07:07:12 2001
***************
*** 2,9 ****
  | java task (fork="no") cannot load resource                                 |
  +----------------------------------------------------------------------------+
  |        Bug #: 2597                        Product: Ant                     |
! |       Status: NEW                         Version: 1.3                     |
! |   Resolution:                            Platform: All                     |
  |     Severity: Normal                   OS/Version: Other                   |
  |     Priority: Other                     Component: Core tasks              |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | java task (fork="no") cannot load resource                                 |
  +----------------------------------------------------------------------------+
  |        Bug #: 2597                        Product: Ant                     |
! |       Status: RESOLVED                    Version: 1.3                     |
! |   Resolution: INVALID                    Platform: All                     |
  |     Severity: Normal                   OS/Version: Other                   |
  |     Priority: Other                     Component: Core tasks              |
  +----------------------------------------------------------------------------+
***************
*** 20,23 ****
  the Jar via ClassLoader.getResource() and the resource is not found. When 
  fork="yes" is specified, it works.
  So I assume that the AntClassLoader does not or does incorrectly implement 
! findResource()
--- 20,26 ----
  the Jar via ClassLoader.getResource() and the resource is not found. When 
  fork="yes" is specified, it works.
  So I assume that the AntClassLoader does not or does incorrectly implement 
! findResource()
! 
! ------- Additional Comments From conor@cortexebusiness.com.au  2001-07-12 07:07 -------
! Fixed in CVS. Please try a recent nightly build.