Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] JFace Text plug-in not compiling?

Jared Burns wrote:
I've checked org.eclipse.jface.text out of HEAD, but it doesn't seem to
compile.

For example, I get an error in
org.eclipse.jface.text.link.LinkedPositionAnnotations because of a
reference to the nonexistant type
org.eclipse.jface.text.link.LinkedEnvironment. When it happened this
morning, I thought maybe I just checked the project out while someone
was in the middle of releasing a change. But it's been busted all day.

Is there something I missing to get the project to compile?

Jared, the org.eclipse.jface.text package (-prefix) is distributed between the org.eclipse.jface.text and org.eclipse.text plug-ins for historical reasons. You need both of them from HEAD currently to compile.

You also may want to get org.eclipse.ui.workbench.texteditor which adds some resource dependent classes.

-tom



Back to the top