Ted Yu created HBASE-18603:
------------------------------
Summary: buck complains about Build target path containing double
slash
Key: HBASE-18603
URL: https://issues.apache.org/jira/browse/HBASE-18603
Project: HBase
Issue Type: Sub-task
Reporter: Ted Yu
When I use buck built from latest git repo, I get the following build error:
{code}
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'
{code}
It was due to the following line from hbase-native-client/exceptions/BUCK
{code}
visibility=['//core/...', '//connection//...'],)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)