[
https://issues.apache.org/jira/browse/PDFBOX-1356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13830922#comment-13830922
]
Andreas Lehmkühler commented on PDFBOX-1356:
--------------------------------------------
I forgot to remove the lucene subdirectory, but made up for it in revision
1544950
> Support lucene 3.6.0
> --------------------
>
> Key: PDFBOX-1356
> URL: https://issues.apache.org/jira/browse/PDFBOX-1356
> Project: PDFBox
> Issue Type: Improvement
> Components: Text extraction
> Affects Versions: 1.7.0
> Environment: Fedora
> Reporter: Orion Poplawski
> Assignee: Andreas Lehmkühler
> Fix For: 2.0.0
>
>
> Fedora rawhide has updated to lucene 3.6.0. When trying to compile pdfbox
> against it I get:
> [ERROR]
> /builddir/build/BUILD/pdfbox-1.7.0/lucene/src/main/java/org/apache/pdfbox/lucene/IndexFiles.java:[27,29]
> error: cannot find symbol
> [ERROR] symbol: class HTMLDocument
> location: package org.apache.lucene.demo
> Looks like the demo package in lucene has change quite a lot, including
> changing the artifaceId to lucene-demo:
> diff -up pdfbox-1.7.0/lucene/pom.xml.lucene pdfbox-1.7.0/lucene/pom.xml
> --- pdfbox-1.7.0/lucene/pom.xml.lucene 2012-07-05 09:16:35.056582368 -0600
> +++ pdfbox-1.7.0/lucene/pom.xml 2012-07-05 09:45:08.069655661 -0600
> @@ -47,7 +47,7 @@
> </dependency>
> <dependency>
> <groupId>org.apache.lucene</groupId>
> - <artifactId>lucene-demos</artifactId>
> + <artifactId>lucene-demo</artifactId>
> <version>${lucene.version}</version>
> </dependency>
> </dependencies>
--
This message was sent by Atlassian JIRA
(v6.1#6144)