You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jörn Kottmann (JIRA)" <ui...@incubator.apache.org> on 2009/06/08 10:26:07 UTC

[jira] Created: (UIMA-1374) TikaAnnotator source code does not compile because of incorrect package declarations

TikaAnnotator source code does not compile because of incorrect package declarations
------------------------------------------------------------------------------------

                 Key: UIMA-1374
                 URL: https://issues.apache.org/jira/browse/UIMA-1374
             Project: UIMA
          Issue Type: Bug
          Components: Sandbox-TikaAnnotator
            Reporter: Jörn Kottmann


Thilo:
"I extracted the TikaAnnotator into my Eclipse workspace.
Eclipse is complaining that a bunch of source files (all
generated JCas files) are in the wrong place: they live
under org/apache/uima/tika, but their package declaration
saye org.apache.uima (without the tika).

Now here's the part that I really don't understand: maven
does not complain, but just compiles everything and
creates the jar (where the class files end up in their
correct place).

That mystery aside: can I move the source files to their
proper place, or am I missing something?  Thanks."

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


[jira] Closed: (UIMA-1374) TikaAnnotator source code does not compile because of incorrect package declarations

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

Jörn Kottmann closed UIMA-1374.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3S

Already fixed in UIMA-1379.

> TikaAnnotator source code does not compile because of incorrect package declarations
> ------------------------------------------------------------------------------------
>
>                 Key: UIMA-1374
>                 URL: https://issues.apache.org/jira/browse/UIMA-1374
>             Project: UIMA
>          Issue Type: Bug
>          Components: Sandbox-TikaAnnotator
>            Reporter: Jörn Kottmann
>             Fix For: 2.3S
>
>
> Thilo:
> "I extracted the TikaAnnotator into my Eclipse workspace.
> Eclipse is complaining that a bunch of source files (all
> generated JCas files) are in the wrong place: they live
> under org/apache/uima/tika, but their package declaration
> saye org.apache.uima (without the tika).
> Now here's the part that I really don't understand: maven
> does not complain, but just compiles everything and
> creates the jar (where the class files end up in their
> correct place).
> That mystery aside: can I move the source files to their
> proper place, or am I missing something?  Thanks."

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


[jira] Commented: (UIMA-1374) TikaAnnotator source code does not compile because of incorrect package declarations

Posted by "Jörn Kottmann (JIRA)" <ui...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717194#action_12717194 ] 

Jörn Kottmann commented on UIMA-1374:
-------------------------------------

I think the source files should be within the org.apache.uima.tika package and not in org.apache.uima.

> TikaAnnotator source code does not compile because of incorrect package declarations
> ------------------------------------------------------------------------------------
>
>                 Key: UIMA-1374
>                 URL: https://issues.apache.org/jira/browse/UIMA-1374
>             Project: UIMA
>          Issue Type: Bug
>          Components: Sandbox-TikaAnnotator
>            Reporter: Jörn Kottmann
>
> Thilo:
> "I extracted the TikaAnnotator into my Eclipse workspace.
> Eclipse is complaining that a bunch of source files (all
> generated JCas files) are in the wrong place: they live
> under org/apache/uima/tika, but their package declaration
> saye org.apache.uima (without the tika).
> Now here's the part that I really don't understand: maven
> does not complain, but just compiles everything and
> creates the jar (where the class files end up in their
> correct place).
> That mystery aside: can I move the source files to their
> proper place, or am I missing something?  Thanks."

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