Tried it again just now, this shows up in the .classpath file for hbase-it:
<classpathentry kind="src" path="/usr/src/Hadoop/hbase/hbase-server/src/test/resources" output="target/test-classes" excluding="**/*.java"/> Everything else is relative paths, paths prefixed with M2_REPO, or project references. On Fri, Nov 30, 2012 at 8:42 PM, Andrew Purtell <[email protected]> wrote: > 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]> >> 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 >> >> > >> >> >> > >> > >> >> > > -- > Best regards, > > - Andy > > Problems worthy of attack prove their worth by hitting back. - Piet Hein > (via Tom White) > > -- Best regards, - Andy Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White)
