Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
When I use buck built from latest git repo, I get the following build error:
BUILD FAILED: Build target path cannot contain // other than at the start (or after a cell name) (found //connection//...) This error happened while trying to get dependency '//exceptions:exceptions' of target '//connection:connection'
It was due to the following line from hbase-native-client/exceptions/BUCK
visibility=['//core/...', '//connection//...'],)