You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ctakes.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2015/10/15 08:38:05 UTC

[jira] [Updated] (CTAKES-385) URI is not hierarchical when attempting to obtain lvg.properties within JAR

     [ https://issues.apache.org/jira/browse/CTAKES-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney updated CTAKES-385:
----------------------------------------
    Environment: MaxOSX 10.9.5, cTAKES 3.2.3-SNAPSHOT (nightly Wed Oct 14th, 2015), Apache Spark 1.5.1 on Apache Hadoop 2.4.0  (was: MaxOSX 10.9.5, cTAKES 3.2.3-SNAPSHOT (nightly Wed Oct 14th, 2015))

> URI is not hierarchical when attempting to obtain lvg.properties within JAR
> ---------------------------------------------------------------------------
>
>                 Key: CTAKES-385
>                 URL: https://issues.apache.org/jira/browse/CTAKES-385
>             Project: cTAKES
>          Issue Type: Improvement
>          Components: ctakes-lvg
>    Affects Versions: 3.2.2
>         Environment: MaxOSX 10.9.5, cTAKES 3.2.3-SNAPSHOT (nightly Wed Oct 14th, 2015), Apache Spark 1.5.1 on Apache Hadoop 2.4.0
>            Reporter: Lewis John McGibbney
>             Fix For: 3.2.3
>
>
> As described in the [accompanying mailing list thread|http://www.mail-archive.com/user%40ctakes.apache.org/msg00969.html] this issue concerns LvgAnnotator.createAnnotatorDescription(LvgAnnotator.java:565) using the following syntax
> {code}
> ExternalResourceFactory.createExternalResourceDescription(
>               LvgCmdApiResourceImpl.class,
>               new File(LvgCmdApiResourceImpl.class.getResource(
>                   "/org/apache/ctakes/lvg/data/config/lvg.properties").toURI()))
> {code}
> Use of LvgCmdApiResourceImpl.class.getResource should be exchanged for 
> {code}
> LvgCmdApiResourceImpl.class.getResourceAsStream
> {code}
> Patch coming up.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)