You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Nick Dimiduk <nd...@gmail.com> on 2012/12/03 00:55:26 UTC

Re: Eclipse build broken?

Would a symlink solve this issue cleanly? I'm not sure this solution would
work on Windows.
On Nov 30, 2012 11:42 AM, "Enis Söztutar" <en...@gmail.com> wrote:

> From hbase-it/pom.xml:
>
>       <testResource>
>          <!-- We depend on hbase-server test resources -->
>         <directory>../hbase-server/src/test/resources</directory>
>       </testResource>
>
> We need this because, hbase-site.xml for tests is under
> hbase-server/src//test. Although hbase-it depends on hbase-server test-jar
> in the test scope, maven does not include the test resources (I think we
> exclude them from test-jar). So in order to execute tests in hbase-it with
> the hbase-site.xml stored in hbase-server/src/test/resources, I did put a
> dependency there.
>
> I cannot repro this easily. If the problem does not go away with
> eclipse:clean, can you file a jira.
>
> Enis
>
> On Fri, Nov 30, 2012 at 6:12 AM, Andrew Purtell <ap...@apache.org>
> wrote:
>
> > path="/usr/src/Hadoop/hbase/hbase-server/src/test/resources"
> >
>