This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 146371 - Unable to build javascript.editing without Internet access
Summary: Unable to build javascript.editing without Internet access
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-05 20:52 UTC by Andrei Badea
Modified: 2011-12-13 07:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (8.24 KB, text/plain)
2008-09-05 20:53 UTC, Andrei Badea
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Badea 2008-09-05 20:52:53 UTC
When building NetBeans without Internet access, the build fails with the attached stack trace.
Comment 1 Andrei Badea 2008-09-05 20:53:39 UTC
Created attachment 69199 [details]
Stack trace
Comment 2 Torbjorn Norbye 2008-09-05 21:20:31 UTC
Fixed - changeset bc646ce4659f. Btw, I don't know why the DOM parser implementation defaults to DTD validation. Grrrr.
Comment 3 Jesse Glick 2008-09-05 22:28:55 UTC
A compliant XML parser is required to load DTDs or any other entities specified in a DOCTYPE, even if validation is off.
Otherwise the infoset could be wrong, e.g. if the DTD defined character entities.