On 2/23/2010 17:02, Antonella Laterza wrote: > Hi everyone! > I've developed a plugin for the Jazz Rational Team Concert Eclipse Client > and I've included a UIMA aggregate analysis engine. To do this, I've set the > UIMA Nature to the project, I've installed the pear packages of the > components (WhitespaceTokenizer and DictionaryAnnotator) and then I've > created a class to access my new aggregate analysis engine. Now, I've a > problem. If I deploy the plugin as an Eclipse plugin, the internal structure > of the project changes and I lose the UIMA nature. So, I can't access the > xml dictionary file, necessary to the DictionaryAnnotator component. > How can I export my plugin, in order to mantain the UIMA nature of the > project?
I don't think you can keep the UIMA nature, but all that may be required is that you add some directories to the classpath of your project. That includes at least the desc directory, where the descriptors live, and the directory where the dictionary lives. I didn't verify this, but I'm pretty sure that the dictionary annotator treats its dictionaries as UIMA resources, so adding them to the classpath should work. --Thilo > > Thanks in advance! > > Antonella > > P.S. I know that I can create a pear package to mantain the UIMA nature, > but I don't know how to integrate this package into the RTC Client. So I > need to find another solution! >