gerrit/.buckconfig
David Ostrovsky 12968f26df GWT DevMode is dead; set up SuperDevMode
The codeserver runs separately and cannot easily be embedded in Gerrit
because it depends on an outdated version of Jetty. We may change this
behavior when GWT is updated.

Prerequisite is to download gwt-codeserver.jar and dependencies:

  buck build codeserver

Start CodeServer with new launch configuration:

  tools/eclipse/gerrit_gwt_codeserver.launch

And follow the instructions: [1].

[1] http://stackoverflow.com/a/18333050/116472

Inspired-By: Thomas Broyer <t.broyer@gmail.com>
Change-Id: Ieff7190db6bc151eae1274105ccf828eaa652027
2014-08-15 21:33:18 +00:00

29 lines
581 B
Plaintext

[alias]
all = //:all
api = //:api
api_deploy = //tools/maven:api_deploy
api_install = //tools/maven:api_install
war_deploy = //tools/maven:war_deploy
war_install = //tools/maven:war_install
chrome = //:chrome
docs = //Documentation:html
firefox = //:firefox
gerrit = //:gerrit
release = //:release
safari = //:safari
withdocs = //:withdocs
codeserver = //lib/gwt:codeserver
[buildfile]
includes = //tools/default.defs
[java]
src_roots = java, resources
[project]
ignore = .git
[cache]
mode = dir
dir = ~/.gerritcodereview/buck-cache/cache