Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-text-dev] compile error in HEAD


John-Mason, in addition to what Tom said: When you rely on the HEAD version of the text component, you should have the following projects from HEAD:
- org.eclipse.text
- org.eclipse.jface.text
- org.eclipse.core.filebuffers
- org.eclipse.workbench.texteditor
- org.eclipse.ui.editors
When modifying code we might apply changes across the boundaries of these projects. Thus, having only a subset in source might result in compile errors.

Kai




Tom Eicher <eclipse@xxxxxxxxxxxxxxx>
Sent by: platform-text-dev-admin@xxxxxxxxxxx

03/08/2004 10:21 AM

Please respond to
platform-text-dev@xxxxxxxxxxx

To
platform-text-dev@xxxxxxxxxxx
cc
Subject
Re: [platform-text-dev] compile error in HEAD





Shackelford, John-Mason wrote:
> TemplateProposal.java in jface.text appears to have a number of compile
> errors in HEAD.

I changed some type names in the template code (see build notes in
org.eclipse.ui.editors) - you'll have to stay current with
org.eclipse.jface text AND org.eclipse.text at the moment, since
templates (and linked mode) is distributed between the two.

-tom
_______________________________________________
platform-text-dev mailing list
platform-text-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-text-dev


Back to the top