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 >>>> >>> >
