| Issue 3166: | Failed to build plugins/its-base on master branch | |
| Back to list |
*****************************************************************
***** *****
***** !!!! THIS BUG TRACKER IS FOR GERRIT CODE REVIEW !!!! *****
***** *****
***** DO NOT SUBMIT BUGS FOR CHROME, ANDROID, CYANOGENMOD, *****
***** INTERNAL ISSUES WITH YOUR COMPANY'S GERRIT SETUP, ETC.*****
***** *****
***** THOSE ISSUES BELONG IN DIFFERENT ISSUE TRACKERS *****
***** *****
*****************************************************************
Affected Version:
What steps will reproduce the problem?
1.master branch of gerrit and plugins/its-base
2.buck build plugins/its-base
What is the expected output? What do you see instead?
Using buckd.
[-] PROCESSING BUCK FILES...FINISHED 0.3s
[+] BUILDING...0.5s (213/215 JOBS)
|=> IDLE
|=> IDLE
|=> IDLE
|=> //plugins/its-base:its-base__plugin... 0.3s (running javac[0.3s])
|=> IDLE
/home/mrroot/gerrit/build/gerrit/plugins/its-base/src/main/java/com/googlesource/gerrit/plugins/hooks/ItsHookModule.java:17: error: cannot find symbol
import com.google.gerrit.common.ChangeListener;
^
symbol: class ChangeListener
location: package com.google.gerrit.common
/home/mrroot/gerrit/build/gerrit/plugins/its-base/src/main/java/com/googlesource/gerrit/plugins/hooks/workflow/ActionController.java:20: error: cannot find symbol
import com.google.gerrit.common.ChangeListener;
^
symbol: class ChangeListener
location: package com.google.gerrit.common
/home/mrroot/gerrit/build/gerrit/plugins/its-base/src/main/java/com/googlesource/gerrit/plugins/hooks/workflow/ActionController.java:33: error: cannot find symbol
public class ActionController implements ChangeListener {
^
symbol: class ChangeListener
/home/mrroot/gerrit/build/gerrit/plugins/its-base/src/main/java/com/googlesource/gerrit/plugins/hooks/workflow/GerritHookFilter.java:22: error: cannot find symbol
import com.google.gerrit.common.ChangeListener;
Please provide any additional information below.
Feb 17, 2015
#1
eng...@gmail.com
Feb 17, 2015
(No comment was entered for this change.)
Status:
Submitted
|
|
| ► Sign in to add a comment |