Closed
Bug 49302
Opened 25 years ago
Closed 25 years ago
js shell broken due to Debug classes missing from Makefile
Categories
(Rhino Graveyard :: Core, defect, P3)
Rhino Graveyard
Core
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rade, Assigned: norrisboyd)
Details
Attachments
(1 file)
|
1.19 KB,
patch
|
Details | Diff | Splinter Review |
The recently introduced Debug classes are missing from the makefile.
This results in the shell breaking when executing with:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/mozilla/javascript/debug/DebugReader
at org.mozilla.javascript.tools.shell.Main.exec(Main.java:76)
at org.mozilla.javascript.tools.shell.Main.main(Main.java:68)
| Reporter | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Comment 2•25 years ago
|
||
Thanks again--fix checked in.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•