Closed
Bug 263978
Opened 20 years ago
Closed 20 years ago
cannot run xalan example with Rhino 1.5 release 5
Categories
(Rhino Graveyard :: Core, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.6R1
People
(Reporter: tony.wong, Assigned: igor)
References
()
Details
Attachments
(1 file)
|
1.83 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) Build Identifier: I have encountered the same problem as mentioned in the quoted URL. The Rhino 1.5 release 5 gives a "Line number can not be negative: -1" error when execute XSL with javascript. Reproducible: Always Steps to Reproduce: 1. 2. 3.
| Assignee | ||
Comment 1•20 years ago
|
||
I guess this is a bug in BSF that supplied the wrong argument to Rhino API. Previously Rhino converted -1 to 0 but since 1.5R5 Rhno throws IllegalArgumentException instead.
| Assignee | ||
Comment 2•20 years ago
|
||
| Assignee | ||
Comment 3•20 years ago
|
||
I committed the patch: incompatibility with BSF are too annoying to ignore it
| Assignee | ||
Updated•20 years ago
|
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•20 years ago
|
Target Milestone: --- → 1.6R1
You need to log in
before you can comment on or make changes to this bug.
Description
•