bazel: build a polygerrit war too.

Change-Id: Id45967aa844faedee3ab501491cd30cdb903a789
This commit is contained in:
Han-Wen Nienhuys
2016-10-20 14:58:01 +02:00
committed by David Ostrovsky
parent e48abffbca
commit da5999b039
4 changed files with 20 additions and 9 deletions

View File

@@ -38,15 +38,18 @@ To build the Gerrit web application that includes GWT UI and PolyGerrit UI:
bazel build gerrit
----
[NOTE]
PolyGerrit UI not yet working.
The output executable WAR will be placed in:
----
bazel-bin/gerrit.war
----
to run,
----
$(bazel info output_base)/external/local_jdk/bin/java \
-jar bazel-bin/release.war daemon -d ../gerrit_testsite
----
=== Headless Mode