Hi,

You are using jdk 1.8 to compile opennlp. It is known that the
incomplete javadoc with 1.8 will fail.

[ERROR] Command line was: "C:\Program
Files\Java\jdk1.8.0_11\jre\..\bin\javadoc.exe" @options @packages

In order to compile now with java 1.8 you need to tell maven to ignore
all those errors.

You can do that by following this thread

http://stackoverflow.com/questions/15886209/maven-is-not-working-in-java-8-when-javadoc-tags-are-incomplete/22296107#22296107

Or, my recommendation, use jdk 1.7 to build opennlp now.

Cheers,

R


On Mon, Oct 13, 2014 at 4:23 PM, Mohammad Ghufran <[email protected]> wrote:
> Hello,
>
> No, I have JAVA_HOME set to jdk1.8.0_11 since I was having problems with
> that before. I got a message that I should be using JDK, not JRE. Do you
> know which release/tag/commit is stable and can be used?
>
> Mohammad Ghufran
>
> On Mon, Oct 13, 2014 at 4:20 PM, Jörn Kottmann <[email protected]> wrote:
>
>> Hello,
>>
>> looks like you are using Java 8 to compile it?
>>
>> There seems to be quite some problems with the javadocs ...
>> that should be fixed for the next release.
>>
>> Jörn
>>
>>
>> On 10/13/2014 04:03 PM, Mohammad Ghufran wrote:
>>
>>> Hello,
>>>
>>> Thank you for your response and sorry about the deleted post. Yes, I am
>>> trying to do that but I am failing at the first step (mvn clean install in
>>> opennlp/opennlp folder).
>>> Here is another one: http://pastebin.com/sH5EiL3m .
>>>
>>> Cheers,
>>> Ghufran
>>>
>>>
>>> Mohammad Ghufran
>>>
>>> On Mon, Oct 13, 2014 at 3:58 PM, Rodrigo Agerri <[email protected]>
>>> wrote:
>>>
>>>  Hello,
>>>>
>>>> The paste has been removed. Anyway, are you doing this?
>>>>
>>>> svn co https://svn.apache.org/repos/asf/opennlp/trunk/ opennlp
>>>> cd opennlp/opennlp
>>>> mvn clean install
>>>> cd ../opennlp-distr
>>>> mvn clean install
>>>> cd ../opennlp-docs
>>>> mvn clean install
>>>> cd ../opennlp-tools
>>>> mvn clean install
>>>>
>>>> If you are doing this, send the error you get.
>>>>
>>>> Cheers,
>>>>
>>>> Rodrigo
>>>>
>>>> On Mon, Oct 13, 2014 at 3:44 PM, Mohammad Ghufran <[email protected]>
>>>> wrote:
>>>>
>>>>> Hello,
>>>>>
>>>>> I have been trying to install opennlp but have been unsuccessful so far.
>>>>>
>>>> I
>>>>
>>>>> checked out trunk branch from svn and tried to build the Maven project
>>>>>
>>>> but
>>>>
>>>>> I keep getting errors which I am unable to resolve.
>>>>>
>>>>> I also tried with skipping tests but I still get errors. Here is a log
>>>>> of
>>>>> mvn install : http://pastebin.com/XUh6me7R
>>>>>
>>>>> Could someone let me know how I can resolve this?
>>>>>
>>>>> Best Regards,
>>>>> Ghufran
>>>>>
>>>>
>>

Reply via email to