-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The JettyAppServer crashes if it can't find javascript resources
on startup. This is not ideal with bazel since we're still sorting out build rules and the data dependencies haven't been nailed down. As a quick fix to move forward, introduce a system property to ignore the missing JS roots: -Dorg.openqa.selenium.environment.webserver.ignoreMissingJsRoots=true The server will still crash if it cannot find common/src/web, as those dependencies are critical for the selenium test suite.
- Loading branch information
Showing
1 changed file
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters