davido / gerrit-ci-plugin

Deprecated: Gerrit CI reporting and visualization plugin. Moved to https://gerrit.googlesource.com/plugins/verify-status
Apache License 2.0
4 stars 1 forks source link

Fix in-tree eclipse project build #4

Closed zaro0508 closed 8 years ago

zaro0508 commented 8 years ago

I get the following error when attempting to build the eclipse project with gerrit-ci-plugin in tree:

~/work-gerrit$ ./tools/eclipse/project.py Not using buckd because watchman isn't installed. [-] PARSING BUCK FILES...FINISHED 1.5s [100%] BUILD FAILED: Couldn't get dependency '//plugins/gerrit-ci-plugin:gerrit-ci-pluginplugin' of target '//tools/eclipse:classpath': No rule found when resolving target //plugins/gerrit-ci-plugin:gerrit-ci-pluginplugin in build file //plugins/gerrit-ci-plugin/BUCK Defined in file: /Users/zaro0508/work-gerrit/plugins/gerrit-ci-plugin/BUCK

Changing the plugin name to match the directory fixed this issue.

davido commented 8 years ago

Thanks!