I saw this last week too, same issue in my eclipse environment after regenerating via mvn eclipse:eclipse to account for the new modules.
On Friday, November 30, 2012, lars hofhansl wrote: > The reference in my Eclipse looks like this (in the hbase-it module): > > /home/lars/dev/hbase-trunk/hbase-server/src/test/resources > > > Which is strange on two accounts: > 1. Why is this an absolute path? > 2. Why does it point to a resource in the hbase-server module? > > I'll try eclipse:clean and see what happens. > > -- Lars > > > ----- Original Message ----- > From: Enis Söztutar <[email protected] <javascript:;>> > To: "[email protected] <javascript:;>" <[email protected]<javascript:;> > > > Cc: lars hofhansl <[email protected] <javascript:;>> > Sent: Thursday, November 29, 2012 6:06 PM > Subject: Re: Eclipse build broken? > > I've done: > > git pull origin trunk > mvn clean install -DskipTests > Eclipse -> import maven project > > Did not get any problems. > > Recent issues committed into hbase-it are: > HBASE-7225 and HBASE-7200 > > Lars, what is the offending reference? > > > On Thu, Nov 29, 2012 at 5:51 PM, Enis Söztutar > <[email protected]<javascript:;>> > wrote: > > > Let me get a fresh checkout and see > > > > > > On Thu, Nov 29, 2012 at 5:29 PM, Nick Dimiduk > > <[email protected]<javascript:;>> > wrote: > > > >> I pulled trunk yesterday and set up eclipse - with Enis's help, > actually. > >> I > >> thought I was experiencing user error. A `mvn eclipse:clean` followed > by a > >> workspace refresh resolved the issues. > >> > >> -n > >> On Nov 29, 2012 4:22 PM, "lars hofhansl" > >> <[email protected]<javascript:;>> > wrote: > >> > >> > The hbase-it project appears to have a bogus reference to resource in > >> the > >> > hbase-server project. > >> > Removing that reference fixes the build problem. Is that correct? > >> > > >> > Enis, could you have a look at it? > >> > > >> > -- Lars > >> > > >> > > > > > > -- Best regards, - Andy Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White)
