[
https://issues.apache.org/jira/browse/HBASE-16806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15564549#comment-15564549
]
Duo Zhang commented on HBASE-16806:
-----------------------------------
This is content of our gitignore file. There is also some entries for idea. I
think this means we do not want any build related files to be committed to the
git repo?
{noformat}
/.externalToolBuilders
.project
*.settings/
.classpath
/build
/.idea/
/logs
*target/
*.iml
*.orig
*~
hbase-*/test
*.iws
*.iml
*.ipr
patchprocess/
dependency-reduced-pom.xml
{noformat}
> Eclipse can't find checked-in shaded protobuf files
> ---------------------------------------------------
>
> Key: HBASE-16806
> URL: https://issues.apache.org/jira/browse/HBASE-16806
> Project: HBase
> Issue Type: Bug
> Components: Protobufs
> Reporter: stack
> Assignee: stack
> Attachments: HBASE-16806.master.001.patch
>
>
> In a new project checkout, Eclipse complains it cant find shaded protobufs
> though they src is checked in (FYI [~syuanjiang]) This issue came in with the
> recent commit:
> {code}
> commit 95c1dc93fb6780f66fd8ebb57914a050b75b9b11
> Author: stack <[email protected]>
> Date: Mon Oct 3 21:37:32 2016 -0700
> HBASE-15638 Shade protobuf
> Which includes
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)