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

Andreas Lehmkühler commented on PDFBOX-1356:
--------------------------------------------

I'd like to remove the whole lucene module as it isn't much more than an 
example. I will add some of the code as new example as part of the examples 
modul.
                
> Support lucene 3.6.0
> --------------------
>
>                 Key: PDFBOX-1356
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1356
>             Project: PDFBox
>          Issue Type: Improvement
>          Components: Lucene
>    Affects Versions: 1.7.0
>         Environment: Fedora
>            Reporter: Orion Poplawski
>
> 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 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