Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 3.1.4
-
Component/s: Runtime: Class Library: GNU Classpath
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
Description
I have a small test program that tries to parse an XML file. The XML file itself is trivial. All that it has is the DOCTYPE declaration, which is '<!DOCTYPE ACTIONS SYSTEM "actions.dtd">'. The parser, in order to parse the file must load actions.dtd. When I run this program on Jikes RVM, it looks for actions.dtd in the wrong place, throws an exception and crashes. The program and XML files are packaged in a JAR file. You can run the program as follows:
java -jar xml-parse-test.jar
rvm -jar xml-parse-test.jar
I am attaching the output with RVM.
Activity
David Grove
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 3.1.1 [ 14900 ] |
David Grove
made changes -
| Fix Version/s | 3.1.2 [ 16568 ] | |
| Fix Version/s | 3.1.1 [ 14900 ] |
David Grove
made changes -
| Fix Version/s | 3.1.3 [ 18230 ] | |
| Fix Version/s | 3.1.2 [ 16568 ] |
David Grove
made changes -
| Fix Version/s | 3.1.4 [ 19063 ] | |
| Fix Version/s | 3.1.3 [ 18230 ] |
This program works find with Jikes RVM that uses Harmony.