This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 457 - Enable building without a network connection
Summary: Enable building without a network connection
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: Process (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-06 03:03 UTC by Curt Arnold
Modified: 2004-03-10 01:14 UTC (History)
0 users

See Also:


Attachments
No-network support and update to latest Validation draft (6.80 KB, patch)
2004-01-06 03:07 UTC, Curt Arnold
Details

Description Curt Arnold 2004-01-06 03:03:29 UTC
Previously, there had to be a live network connection to build the test suites 
since the timestamp of previously downloaded files were checked to see if they 
were up-to-date.  This was undesirable when you were travelling or were 
otherwise blocked from the W3C site.

To build a L3 source without a net connection, use something like:

ant -Dno-network=yes dom3-core-jar
Comment 1 Curt Arnold 2004-01-06 03:07:00 UTC
Created attachment 159 [details]
No-network support and update to latest Validation draft