You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Francesco Mari <ma...@gmail.com> on 2017/07/04 08:04:45 UTC

Trunk doesn't compile

When compiling trunk (r1800739) I get the following error in the oak-lucene
module.

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile
(default-compile) on project oak-lucene: Compilation failure
[ERROR]
/Users/mari/src/svn/oak/trunk/oak-lucene/src/main/java/org/apache/jackrabbit/oak/plugins/index/lucene/binary/TikaParserConfig.java:[94,34]
cannot find symbol
[ERROR]   symbol:   method getDocumentBuilder()
[ERROR]   location: class org.apache.tika.parser.ParseContext

Can someone have a look at it?

Re: Trunk doesn't compile

Posted by Chetan Mehrotra <ch...@gmail.com>.
Reverted the commit with 1800742. The build should now pass
Chetan Mehrotra


On Tue, Jul 4, 2017 at 1:51 PM, Francesco Mari <ma...@gmail.com> wrote:
> Thanks for taking care of this.
>
> 2017-07-04 10:17 GMT+02:00 Chetan Mehrotra <ch...@gmail.com>:
>
>> My fault. Looks like code used API from Tika 1.15 which I am yet
>> testing. Would fix it now
>> Chetan Mehrotra
>>
>>
>> On Tue, Jul 4, 2017 at 1:34 PM, Francesco Mari <ma...@gmail.com>
>> wrote:
>> > When compiling trunk (r1800739) I get the following error in the
>> oak-lucene
>> > module.
>> >
>> > [ERROR] Failed to execute goal
>> > org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile
>> > (default-compile) on project oak-lucene: Compilation failure
>> > [ERROR]
>> > /Users/mari/src/svn/oak/trunk/oak-lucene/src/main/java/org/
>> apache/jackrabbit/oak/plugins/index/lucene/binary/
>> TikaParserConfig.java:[94,34]
>> > cannot find symbol
>> > [ERROR]   symbol:   method getDocumentBuilder()
>> > [ERROR]   location: class org.apache.tika.parser.ParseContext
>> >
>> > Can someone have a look at it?
>>

Re: Trunk doesn't compile

Posted by Francesco Mari <ma...@gmail.com>.
Thanks for taking care of this.

2017-07-04 10:17 GMT+02:00 Chetan Mehrotra <ch...@gmail.com>:

> My fault. Looks like code used API from Tika 1.15 which I am yet
> testing. Would fix it now
> Chetan Mehrotra
>
>
> On Tue, Jul 4, 2017 at 1:34 PM, Francesco Mari <ma...@gmail.com>
> wrote:
> > When compiling trunk (r1800739) I get the following error in the
> oak-lucene
> > module.
> >
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile
> > (default-compile) on project oak-lucene: Compilation failure
> > [ERROR]
> > /Users/mari/src/svn/oak/trunk/oak-lucene/src/main/java/org/
> apache/jackrabbit/oak/plugins/index/lucene/binary/
> TikaParserConfig.java:[94,34]
> > cannot find symbol
> > [ERROR]   symbol:   method getDocumentBuilder()
> > [ERROR]   location: class org.apache.tika.parser.ParseContext
> >
> > Can someone have a look at it?
>

Re: Trunk doesn't compile

Posted by Chetan Mehrotra <ch...@gmail.com>.
My fault. Looks like code used API from Tika 1.15 which I am yet
testing. Would fix it now
Chetan Mehrotra


On Tue, Jul 4, 2017 at 1:34 PM, Francesco Mari <ma...@gmail.com> wrote:
> When compiling trunk (r1800739) I get the following error in the oak-lucene
> module.
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile
> (default-compile) on project oak-lucene: Compilation failure
> [ERROR]
> /Users/mari/src/svn/oak/trunk/oak-lucene/src/main/java/org/apache/jackrabbit/oak/plugins/index/lucene/binary/TikaParserConfig.java:[94,34]
> cannot find symbol
> [ERROR]   symbol:   method getDocumentBuilder()
> [ERROR]   location: class org.apache.tika.parser.ParseContext
>
> Can someone have a look at it?