[
https://issues.apache.org/jira/browse/UIMA-3533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894797#comment-13894797
]
Peter Klügl commented on UIMA-3533:
-----------------------------------
Package imports will not be supported by the Workbench for now. Something like:
{noformat}
IMPORT PACKAGE org.apache.uima.ruta AS pkg;
{noformat}
... does not make much sense in the Workbench, because there nothing else that
fills the CAS with types. The type system used when launching a script is
generated using the import statements.
We could here support the uimaFIT functionality for automatically finding the
types. If nobody shouts, then I will postpone this to the next release or so.
> Support new import functionality in Workbench
> ---------------------------------------------
>
> Key: UIMA-3533
> URL: https://issues.apache.org/jira/browse/UIMA-3533
> Project: UIMA
> Issue Type: New Feature
> Components: ruta
> Affects Versions: 2.2.0ruta
> Reporter: Peter Klügl
> Assignee: Peter Klügl
> Fix For: 2.2.0ruta
>
>
> Support new import functionality in Workbench: See UIMA-3303
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)