CandyShop / gerrit

Automatically exported from code.google.com/p/gerrit
Apache License 2.0
1 stars 0 forks source link

branch-network fails to build because of GitWebConfig move #3431

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Since 2015-06-11, branch-network fails to build (in tree), as it can
no longer find the GitWebConfig class:

  /home/gerrit_builder/builds/master/gerrit/plugins/branch-network/src/main/java/com/googlesource/gerrit/plugins/branchnetwork/canvas/GitGraphServlet.java:31: error: cannot find symbol
  import com.google.gerrit.httpd.GitWebConfig;

(See
  http://builds.quelltextlich.at/gerrit/nightly/master/2015-06-11/branch-network.jar.build.stderr.txt
  http://builds.quelltextlich.at/gerrit/nightly/master/2015-06-11/index.html#branch-network.jar
for more detailed logs).

A fix is at:

  https://gerrit-review.googlesource.com/#/c/68600/

Original issue reported on code.google.com by i.d.rath...@gmail.com on 13 Jun 2015 at 9:44

GoogleCodeExporter commented 9 years ago
https://gerrit-review.googlesource.com/#/c/68600/

Original comment by david.pu...@sonymobile.com on 22 Jun 2015 at 1:17