You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Thilo Goetz (JIRA)" <ui...@incubator.apache.org> on 2008/03/17 16:35:24 UTC

[jira] Created: (UIMA-909) Model files are contained twice in pear file

Model files are contained twice in pear file
--------------------------------------------

                 Key: UIMA-909
                 URL: https://issues.apache.org/jira/browse/UIMA-909
             Project: UIMA
          Issue Type: Bug
          Components: Sandbox-Tagger
            Reporter: Thilo Goetz
            Assignee: Thilo Goetz
             Fix For: 2.2.2S


When building the tagger pear, the model files get included twice: once in the jar file, and once in the resources folder.  We don't really want the model files in the jar, anyway.  So fix the pom not to include the resources folder as a build resource.  The downside is that then the resources folder is no longer part of the classpath in the tagger eclipse project, meaning that it needs to be added manually when debugging the source.  However, that seems the only reasonable solution.


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


[jira] Closed: (UIMA-909) Model files are contained twice in pear file

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

Thilo Goetz closed UIMA-909.
----------------------------

    Resolution: Fixed

> Model files are contained twice in pear file
> --------------------------------------------
>
>                 Key: UIMA-909
>                 URL: https://issues.apache.org/jira/browse/UIMA-909
>             Project: UIMA
>          Issue Type: Bug
>          Components: Sandbox-Tagger
>            Reporter: Thilo Goetz
>            Assignee: Thilo Goetz
>             Fix For: 2.2.2S
>
>
> When building the tagger pear, the model files get included twice: once in the jar file, and once in the resources folder.  We don't really want the model files in the jar, anyway.  So fix the pom not to include the resources folder as a build resource.  The downside is that then the resources folder is no longer part of the classpath in the tagger eclipse project, meaning that it needs to be added manually when debugging the source.  However, that seems the only reasonable solution.

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