[ 
https://issues.apache.org/jira/browse/COCOON3-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13710926#comment-13710926
 ] 

Francesco Chicchiriccò commented on COCOON3-128:
------------------------------------------------

It seems that the tika-parsers dependency should be added to other pom files as 
well (I took fop as reference):

ilgrosso@mogano:~/work/cocoon/cocoon3$ grep -r "<artifactId>fop</artifactId>" | 
grep -v .svn
parent/pom.xml:        <artifactId>fop</artifactId>
cocoon-optional/pom.xml:      <artifactId>fop</artifactId>
cocoon-sample/pom.xml:      <artifactId>fop</artifactId>
cocoon-archetype-sample/src/main/resources/archetype-resources/pom.xml:      
<artifactId>fop</artifactId>
cocoon-archetype-parent/src/main/resources/archetype-resources/pom.xml:        
<artifactId>fop</artifactId>

ilgrosso@mogano:~/work/cocoon/cocoon3$ grep -r 
"<artifactId>tika-parsers</artifactId>" | grep -v .svn
parent/pom.xml:        <artifactId>tika-parsers</artifactId>
cocoon-optional/pom.xml:      <artifactId>tika-parsers</artifactId>
cocoon-sample/pom.xml:      <artifactId>tika-parsers</artifactId>

                
> Add Apache Tika support
> -----------------------
>
>                 Key: COCOON3-128
>                 URL: https://issues.apache.org/jira/browse/COCOON3-128
>             Project: Cocoon 3
>          Issue Type: New Feature
>          Components: cocoon-optional
>    Affects Versions: 3.0.0-beta-1
>            Reporter: Javier Puerto
>            Assignee: Javier Puerto
>             Fix For: 3.0.0
>
>
> Apache Tika is an excelent parser several documents formats. Create a 
> generator that use default Tika configuration and put the resulting SAX 
> events into the pipeline.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to