I recently added hbase-it to main pom, where it was previously missing, in order to get it packaged. The resource reference was there all along, I guess it "kicked in" now due to the above.
On Thu, Nov 29, 2012 at 6:48 PM, lars hofhansl <[email protected]> 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]> > To: "[email protected]" <[email protected]> > Cc: lars hofhansl <[email protected]> > 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]> wrote: > > > Let me get a fresh checkout and see > > > > > > On Thu, Nov 29, 2012 at 5:29 PM, Nick Dimiduk <[email protected]> > 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]> 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 > >> > > >> > > > > > >
