You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Orion Poplawski (JIRA)" <ji...@apache.org> on 2012/07/05 23:34:34 UTC

[jira] [Created] (PDFBOX-1356) Support lucene 3.6.0

Orion Poplawski created PDFBOX-1356:
---------------------------------------

             Summary: 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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira