On Fri, Mar 5, 2010 at 1:27 PM, Jörn Kottmann <[email protected]> wrote: > the WhitespcaceTokenizer or any other annotator must > be in the classpath of the UIMA runtime plugin. Right > now one way to achieve that is to make an OSGi bundle > out of your annotator and deploy it to your eclipse installation. > The bundle must use Eclipse-RegisterBuddy otherwise the > runtime plugin cannot see the classes. > > A second way you can take is, create a pear bundle, install it > and copy the pear bundle descriptor over to the processing > folder.
Thanks for the information, I will try these out over the week-end... > Hopefully we will improve the situation with the next release, I would love > to have some kind of an eclipse plugin which supports the development, > running and debugging of AEs. A way to specify the Jar to be loaded at runtime like the Build Path entry in Java projects would be ideal. -- Fabien Poulard
