Christian Mauceri wrote:
Marshall,

I have tried the first solution you proposed. I have added the Java nature to my general project, exported my plugin containing the TAE classes as a jar file and added it to the classpath (I tried using a new variable pointing to the jar and incorporating it as an external jar). The behaviour changed in the sense nothing happens now : no error message but no selection dialog either :( In the run configuration I'm using all the UIMA plugins, mines and their required plugins
Can you verify that the TAE Classes include at least one class which inherits from AnalysisComponent (assuming the XML descriptor is for a normal analysis engine primitive)?

Can you try just adding a dummy class of the right type (it has to inherit from AnalysisComponent if it is a Analysis Engine primitive, etc.) to the general project, and see if it finds that and puts it in the pick list?

-Marshall

Reply via email to