Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.0.0
-
Fix Version/s: JRuby 1.0.2, JRuby 1.1b1
-
Component/s: Core Classes/Modules
-
Labels:None
-
Environment:Mac OS X, jirb
-
Testcase included:yes
-
Patch Submitted:Yes
-
Number of attachments :
Description
Require throws a LoadError when trying to load aspectjrt-1.5.2.jar from the maven repository. I investigated the root cause and for some reason JarInputStream.getManifest was returning null for this Jar, causing an NPE. The attached patch inserts a null check for Jars which return a null Manifest.
Fixed on trunk and 1.1 branch