E4X not work with rhino
Bug #304702 reported by
Atry
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Alfresco |
New
|
Undecided
|
Unassigned | ||
alfresco-community (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
rhino (Debian) |
Fix Released
|
Unknown
|
|||
rhino (Ubuntu) |
Fix Released
|
Low
|
Unassigned |
Bug Description
Binary package hint: rhino
$ rhino
Rhino 1.7 release 1 2008 10 20
js> var x=<xxx/>;
js: "<stdin>", line 2: uncaught JavaScript runtime exception: ReferenceError: "XML" is not defined.
at <stdin>:2
Related branches
lp://staging/~james-page/ubuntu/natty/rhino/fix-304702
- Thierry Carrez (community): Approve
- Ubuntu branches: Pending requested
-
Diff: 38 lines (+9/-3)3 files modifieddebian/ant.properties (+0/-2)
debian/changelog (+8/-0)
debian/control (+1/-1)
Changed in rhino (Debian): | |
status: | Unknown → New |
Changed in rhino (Debian): | |
status: | New → Fix Released |
Changed in rhino (Ubuntu): | |
importance: | Wishlist → Low |
status: | Triaged → New |
status: | New → In Progress |
assignee: | James Page (james-page) → nobody |
Changed in alfresco-community (Ubuntu): | |
status: | New → Fix Released |
To post a comment you must log in.
Workaround I'm using in Intrepid:
Download rhino1_7R1.zip from Mozilla (http:// www.mozilla. org/rhino/ download. html).
Extract js.jar from that zip.
Replace /usr/share/ java/js- 1.7R1.jar with the js.jar you just extracted.