[jira] [Commented] (COCOON3-128) Add Apache Tika support

2013-07-17 Thread JIRA

[ 
https://issues.apache.org/jira/browse/COCOON3-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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 artifactIdfop/artifactId | 
grep -v .svn
parent/pom.xml:artifactIdfop/artifactId
cocoon-optional/pom.xml:  artifactIdfop/artifactId
cocoon-sample/pom.xml:  artifactIdfop/artifactId
cocoon-archetype-sample/src/main/resources/archetype-resources/pom.xml:  
artifactIdfop/artifactId
cocoon-archetype-parent/src/main/resources/archetype-resources/pom.xml:
artifactIdfop/artifactId

ilgrosso@mogano:~/work/cocoon/cocoon3$ grep -r 
artifactIdtika-parsers/artifactId | grep -v .svn
parent/pom.xml:artifactIdtika-parsers/artifactId
cocoon-optional/pom.xml:  artifactIdtika-parsers/artifactId
cocoon-sample/pom.xml:  artifactIdtika-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


[jira] [Commented] (COCOON3-128) Add Apache Tika support

2013-07-16 Thread Javier Puerto (JIRA)

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

Javier Puerto commented on COCOON3-128:
---

PDF test failed to pass because control XML contains a localized date. I've 
removed the problematic value from control file and filtered with an XSLT 
transformation the Tika produced document.

 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


[jira] [Commented] (COCOON3-128) Add Apache Tika support

2013-07-16 Thread Hudson (JIRA)

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

Hudson commented on COCOON3-128:


FAILURE: Integrated in Cocoon 3.0 #260 (See 
[https://builds.apache.org/job/Cocoon%203.0/260/])
COCOON3-128: remove localized value. (javier: 
http://svn.apache.org/viewvc/?view=revrev=1503816)
* 
/cocoon/cocoon3/trunk/cocoon-optional/src/test/java/org/apache/cocoon/optional/pipeline/components/sax/tika/TikaGeneratorTestCase.java
* 
/cocoon/cocoon3/trunk/cocoon-optional/src/test/resources/org/apache/cocoon/optional/pipeline/components/sax/tika/remove-date.xsl
* 
/cocoon/cocoon3/trunk/cocoon-optional/src/test/resources/org/apache/cocoon/optional/pipeline/components/sax/tika/test-odt.xml
* 
/cocoon/cocoon3/trunk/cocoon-optional/src/test/resources/org/apache/cocoon/optional/pipeline/components/sax/tika/test-pdf.xml


 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


[jira] [Commented] (COCOON3-128) Add Apache Tika support

2013-07-16 Thread Hudson (JIRA)

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

Hudson commented on COCOON3-128:


SUCCESS: Integrated in Cocoon 3.0 #261 (See 
[https://builds.apache.org/job/Cocoon%203.0/261/])
COCOON3-128: add missing licenses and exclude control XML test files. (javier: 
http://svn.apache.org/viewvc/?view=revrev=1503868)
* /cocoon/cocoon3/trunk/cocoon-optional/pom.xml
* 
/cocoon/cocoon3/trunk/cocoon-optional/src/test/java/org/apache/cocoon/optional/pipeline/components/sax/tika/TikaGeneratorTestCase.java
* 
/cocoon/cocoon3/trunk/cocoon-optional/src/test/resources/org/apache/cocoon/optional/pipeline/components/sax/tika/remove-date.xsl


 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


[jira] [Commented] (COCOON3-128) Add Apache Tika support

2013-07-14 Thread Hudson (JIRA)

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

Hudson commented on COCOON3-128:


FAILURE: Integrated in Cocoon 3.0 #259 (See 
[https://builds.apache.org/job/Cocoon%203.0/259/])
COCOON3-128: compare similar not identical XML files as elements order does not 
matter. (javier: http://svn.apache.org/viewvc/?view=revrev=1502981)
* 
/cocoon/cocoon3/trunk/cocoon-optional/src/test/java/org/apache/cocoon/optional/pipeline/components/sax/tika/TikaGeneratorTestCase.java


 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


[jira] [Commented] (COCOON3-128) Add Apache Tika support

2013-07-13 Thread Hudson (JIRA)

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

Hudson commented on COCOON3-128:


FAILURE: Integrated in Cocoon 3.0 #258 (See 
[https://builds.apache.org/job/Cocoon%203.0/258/])
COCOON3-128: Add tika samples. (javier: 
http://svn.apache.org/viewvc/?view=revrev=1502625)
* /cocoon/cocoon3/trunk/cocoon-sample/pom.xml
* /cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/COB-INF/overview.html
* /cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/COB-INF/sitemap.xmap
* /cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/COB-INF/tika
* 
/cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/COB-INF/tika/cocoon-logo.jpg
* /cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/COB-INF/tika/hello.odt
* /cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/COB-INF/tika/hello.pdf
* 
/cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/META-INF/cocoon/spring/cocoon-sample-sitemap-components-optional.xml
COCOON3-128: Add Tika generator. (javier: 
http://svn.apache.org/viewvc/?view=revrev=1502623)
* /cocoon/cocoon3/trunk/cocoon-optional/pom.xml
* 
/cocoon/cocoon3/trunk/cocoon-optional/src/main/java/org/apache/cocoon/optional/pipeline/components/sax/tika
* 
/cocoon/cocoon3/trunk/cocoon-optional/src/main/java/org/apache/cocoon/optional/pipeline/components/sax/tika/TikaGenerator.java
* 
/cocoon/cocoon3/trunk/cocoon-optional/src/main/java/org/apache/cocoon/optional/pipeline/components/sax/tika/package-info.java
* 
/cocoon/cocoon3/trunk/cocoon-optional/src/main/resources/META-INF/cocoon/spring-optional/cocoon-optional-tika.xml
* 
/cocoon/cocoon3/trunk/cocoon-optional/src/test/java/org/apache/cocoon/optional/pipeline/components/sax/tika
* 
/cocoon/cocoon3/trunk/cocoon-optional/src/test/java/org/apache/cocoon/optional/pipeline/components/sax/tika/TikaGeneratorTestCase.java
* 
/cocoon/cocoon3/trunk/cocoon-optional/src/test/resources/org/apache/cocoon/optional/pipeline/components/sax/tika
* 
/cocoon/cocoon3/trunk/cocoon-optional/src/test/resources/org/apache/cocoon/optional/pipeline/components/sax/tika/cocoon-logo.jpg
* 
/cocoon/cocoon3/trunk/cocoon-optional/src/test/resources/org/apache/cocoon/optional/pipeline/components/sax/tika/hello.odt
* 
/cocoon/cocoon3/trunk/cocoon-optional/src/test/resources/org/apache/cocoon/optional/pipeline/components/sax/tika/hello.pdf
* 
/cocoon/cocoon3/trunk/cocoon-optional/src/test/resources/org/apache/cocoon/optional/pipeline/components/sax/tika/test-jpg.xml
* 
/cocoon/cocoon3/trunk/cocoon-optional/src/test/resources/org/apache/cocoon/optional/pipeline/components/sax/tika/test-odt.xml
* 
/cocoon/cocoon3/trunk/cocoon-optional/src/test/resources/org/apache/cocoon/optional/pipeline/components/sax/tika/test-pdf.xml
* /cocoon/cocoon3/trunk/parent/pom.xml


 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