Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dali-dev] Building a Dali target workspace


I have only one compile error now, it is in org.eclipse.jpt.jaxb.eclipselink.ui project, class ELJaxbPersistentAttributeItemLabelProvider: The type org.eclipse.jpt.common.ui.internal.jface.AbstractItemLabelProvider cannot be resolved. It is indirectly referenced from required .class files.

According to CVS, AbstractItemLabelProvider was deleted 10.2.2012 9:48 with comment "rework JpaProjectManager".

Hmm... That Abstract class has definitely been removed. This sounds like a class file did not get re-compiled. Have you tried a "Project > Clean..."?

All 4372 tests that do not depend on that pass on green. This project is bigger than I through. I think I have to spend some time learning whats in first.

Yeah, JPA has not been an easy spec to support. It's way more complicated than the typical first impression that it's a few annotations and a database. :-) Feel free to ask for any clarifications etc.

Brian



Back to the top