uima-ruta icon indicating copy to clipboard operation
uima-ruta copied to clipboard

Import internal type systems by name instead of location

Open reckart opened this issue 2 months ago • 1 comments

Describe the refactoring action Import internal type systems by name instead of location. E.g. BasicTypeSystem.xml imports RutaInternalTypeSystem.xml by location instead of by name.

Expected benefit The uima-bnd-plugin is unable to handle import-by-location and issues a warning whenever such imports are hit. This happens a lot with ruta projects.

reckart avatar Oct 22 '25 09:10 reckart

@pkluegl Do you know what this variable is about?

AAED.xml

  <delegateAnalysisEngineSpecifiers>
    <delegateAnalysisEngine key="RutaEngine">
      <import location="${descriptorLocation}"/>
    </delegateAnalysisEngine>
  </delegateAnalysisEngineSpecifiers>

Also in AAEDBasicEngine.xml

reckart avatar Oct 22 '25 11:10 reckart