You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Michael Baessler (JIRA)" <ui...@incubator.apache.org> on 2007/03/21 17:12:32 UTC

[jira] Created: (UIMA-354) UIMA datapath support for pear files

UIMA datapath support for pear files
------------------------------------

                 Key: UIMA-354
                 URL: https://issues.apache.org/jira/browse/UIMA-354
             Project: UIMA
          Issue Type: Improvement
          Components: Core Java Framework
    Affects Versions: 2.1
            Reporter: Michael Baessler
         Assigned To: Michael Baessler
             Fix For: 2.2


Currently when creating a pear file it is not possible to set the UIMA datapath as a defined value. You can create your own custom parameter that is called
data_path or DATAPATH or UIMA_datapath. But it is not defined how the UIMA datapath should be named. I would recommend to define:
When a pear file must set the UIMA datapath the datapath parameter is called: "uima.datapath"

With this definition it is also possible to provide an API at the current PackageBrowser object that returns the UIMA datapath setting for the pear file. Currently the PackageBrowser can be used to e.g. retrieve the custom parameter settings or the classpath of a pear. When adding the datapath API, pear files that needs the UIMA datapath can be integrated to UIMA more easily without using assumptions of what might the the UIMA datapath setting of the pear.

I think the changes are quite simple. We have to update the documentation so that users know how to set the UIMA datapath and we have to implement an additional API at the PackageBrowser that search in the configuration parameters of the PEAR for the "uima.datapath" parameter.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (UIMA-354) UIMA datapath support for pear files

Posted by "Michael Baessler (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Baessler closed UIMA-354.
---------------------------------

    Resolution: Fixed

I updated the PackageBrowser API as well as the UIMA documentation.

> UIMA datapath support for pear files
> ------------------------------------
>
>                 Key: UIMA-354
>                 URL: https://issues.apache.org/jira/browse/UIMA-354
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>    Affects Versions: 2.1
>            Reporter: Michael Baessler
>         Assigned To: Michael Baessler
>             Fix For: 2.2
>
>
> Currently when creating a pear file it is not possible to set the UIMA datapath as a defined value. You can create your own custom parameter that is called
> data_path or DATAPATH or UIMA_datapath. But it is not defined how the UIMA datapath should be named. I would recommend to define:
> When a pear file must set the UIMA datapath the datapath parameter is called: "uima.datapath"
> With this definition it is also possible to provide an API at the current PackageBrowser object that returns the UIMA datapath setting for the pear file. Currently the PackageBrowser can be used to e.g. retrieve the custom parameter settings or the classpath of a pear. When adding the datapath API, pear files that needs the UIMA datapath can be integrated to UIMA more easily without using assumptions of what might the the UIMA datapath setting of the pear.
> I think the changes are quite simple. We have to update the documentation so that users know how to set the UIMA datapath and we have to implement an additional API at the PackageBrowser that search in the configuration parameters of the PEAR for the "uima.datapath" parameter.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.