On 10/11/11 2:05 PM, Peter Klügl wrote:
I rather prefer to start the plugins from sources directly in a new Eclipse.

What I've done now:
- build/install complete uimaj in a different workspace
- copied the two cas editor plugins
- modified some stuff to get rid of the problems
- started eclipse with cas editor and textmarker
- set the default type system in the project properties

That is also possible. For that you just need to check out everything into your workspace. For me it usually works without any issues. You need to do one mvn install otherwise the MANIFEST.MF files
are not generated.

Two things that I came across:
- there was no default page of the editor for selecting the type system, so when no default type system was given the editor did not open

That seems like a bug, I will try to investigate that. There should be a page which says that no type system
can be found at the "default" location and a button to select a type system.

- the views in general do not take the inheritance of types into account. An example: type W (word) is the parent of the types SW (small word) and CW (capitalized word) and only annotations of those two are existent. IfI select W (e.g., in the Annotation Styles view), then SW and CW annotations aren't highlighted.
That is by purpose. I am still a bit unsure how this should be implemented. Anyway we could of course change this, or support
both styles.

Jörn

Reply via email to