From add163fcca6ce8b4e6df46d2841a345628d63e4a Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Thu, 13 Feb 2020 22:32:08 +0100 Subject: [PATCH] Update the documentation how to run gerrit from eclipse After switch from bower components to npm modules, and removal of bazel filter from Jetty daemon, server.go process has to be launched to run gerrit from eclipse. Update the documentation and gerrit_daemon.launch correspondingly. Change-Id: I0905b55c0ae43b3816841018200059c96eeb5d09 --- Documentation/dev-eclipse.txt | 7 +++++++ tools/eclipse/gerrit_daemon.launch | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Documentation/dev-eclipse.txt b/Documentation/dev-eclipse.txt index 5f69cd3d2b..9596a55b04 100644 --- a/Documentation/dev-eclipse.txt +++ b/Documentation/dev-eclipse.txt @@ -81,6 +81,13 @@ Developer Setup guide to configure a local site for testing. == Testing +=== PolyGerrit UI is served by `server.go` process. To launch it, +run this command: + +---- + $ bazel run polygerrit-ui:devserver +---- + === Running the Daemon Duplicate the existing launch configuration: diff --git a/tools/eclipse/gerrit_daemon.launch b/tools/eclipse/gerrit_daemon.launch index d00f7bf8a0..4f6c599e93 100644 --- a/tools/eclipse/gerrit_daemon.launch +++ b/tools/eclipse/gerrit_daemon.launch @@ -11,7 +11,7 @@ - +