Hi everybody, I took the liberty to manually trigger this build after stumbling over a post on Stackoverflow pointing out that the current trunk version doesn't compile.
Maybe somebody forgot to check in some files in the last commit? I also wonder why Jenkins didn't automatically build. Before I triggered the build, the last build was for 1554661 (2014-01-01 19:05:13). With the configured SCM checking every hour, Jenkins should have triggered an automatic build already… I also tried building manually. Same problem with Java 7. With Java 8(ea), I even get a test failure: Failed tests: testPerceptronOnPrepAttachDataWithStepSizeDecrease(opennlp.tools.ml.perceptron.PerceptronPrepAttachTest): expected:<0.7756870512503095> but was:<0.7766773953948998> Anyway. Sorry for invading on your Jenkins job. Cheers, -- Richard [1] http://stackoverflow.com/questions/21589436/opennlp-install-no-suitable-method-found-for-train On 05.02.2014, at 23:21, Apache Jenkins Server <[email protected]> wrote: > See > <https://builds.apache.org/job/OpenNLP/org.apache.opennlp$opennlp-uima/453/changes> > > Changes: > > [joern] OPENNLP-533 Renamed the type feature to parseType to avoid problem > with JCasGen. Thanks to Fergal Monaghan for providing a patch. > > ------------------------------------------ > [INFO] > > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Apache OpenNLP UIMA Annotators 1.6.0-SNAPSHOT > [INFO] > ------------------------------------------------------------------------ > [INFO] > [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ opennlp-uima --- > [INFO] > [INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ > opennlp-uima --- > [INFO] > [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ > opennlp-uima --- > [debug] execute contextualize > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] Copying 1 resource > [INFO] Copying 3 resources > [INFO] > [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ > opennlp-uima --- > [INFO] Compiling 50 source files to > <https://builds.apache.org/job/OpenNLP/org.apache.opennlp$opennlp-uima/ws/target/classes> > [INFO] ------------------------------------------------------------- > [WARNING] COMPILATION WARNING : > [INFO] ------------------------------------------------------------- > [WARNING] > <https://builds.apache.org/job/OpenNLP/org.apache.opennlp$opennlp-uima/ws/src/main/java/opennlp/uima/postag/POSTaggerTrainer.java>:[122,24] > [deprecation] POSDictionary(BufferedReader,boolean) in POSDictionary has > been deprecated > [WARNING] > <https://builds.apache.org/job/OpenNLP/org.apache.opennlp$opennlp-uima/ws/src/main/java/opennlp/uima/postag/POSTaggerTrainer.java>:[209,41] > [deprecation] > train(String,ObjectStream<POSSample>,ModelType,POSDictionary,Dictionary,int,int) > in POSTaggerME has been deprecated > [WARNING] > <https://builds.apache.org/job/OpenNLP/org.apache.opennlp$opennlp-uima/ws/src/main/java/opennlp/uima/util/OpennlpUtil.java>:[112,54] > [deprecation] isSequenceTraining(Map<String,String>) in TrainerFactory has > been deprecated > [WARNING] > <https://builds.apache.org/job/OpenNLP/org.apache.opennlp$opennlp-uima/ws/src/main/java/opennlp/uima/postag/POSTagger.java>:[175,49] > [deprecation] tag(List<String>) in POSTaggerME has been deprecated > [WARNING] class ModelUtil > <https://builds.apache.org/job/OpenNLP/org.apache.opennlp$opennlp-uima/ws/src/main/java/opennlp/uima/tokenize/TokenizerTrainer.java>:[246,12] > [deprecation] PlainTextByLineStream(Reader) in PlainTextByLineStream has > been deprecated > [WARNING] > <https://builds.apache.org/job/OpenNLP/org.apache.opennlp$opennlp-uima/ws/src/main/java/opennlp/uima/tokenize/TokenizerTrainer.java>:[248,54] > [unchecked] unchecked generic array creation for varargs parameter of type > ObjectStream<TokenSample>[] > [WARNING] > <https://builds.apache.org/job/OpenNLP/org.apache.opennlp$opennlp-uima/ws/src/main/java/opennlp/uima/tokenize/TokenizerTrainer.java>:[256,30] > [deprecation] train(String,ObjectStream<TokenSample>,boolean) in TokenizerME > has been deprecated > [WARNING] > <https://builds.apache.org/job/OpenNLP/org.apache.opennlp$opennlp-uima/ws/src/main/java/opennlp/uima/namefind/NameFinderTrainer.java>:[381,12] > [deprecation] PlainTextByLineStream(Reader) in PlainTextByLineStream has > been deprecated > [WARNING] > <https://builds.apache.org/job/OpenNLP/org.apache.opennlp$opennlp-uima/ws/src/main/java/opennlp/uima/namefind/NameFinderTrainer.java>:[383,54] > [unchecked] unchecked generic array creation for varargs parameter of type > ObjectStream<NameSample>[] > [INFO] 9 warnings > [INFO] ------------------------------------------------------------- > [INFO] ------------------------------------------------------------- > [ERROR] COMPILATION ERROR : > [INFO] ------------------------------------------------------------- > [ERROR] > <https://builds.apache.org/job/OpenNLP/org.apache.opennlp$opennlp-uima/ws/src/main/java/opennlp/uima/sentdetect/SentenceDetectorTrainer.java>:[170,43] > error: cannot find symbol > [ERROR] > <https://builds.apache.org/job/OpenNLP/org.apache.opennlp$opennlp-uima/ws/src/main/java/opennlp/uima/chunker/ChunkerTrainer.java>:[206,41] > error: no suitable method found for > train(String,ObjectStream<ChunkSample>,int,int) > [INFO] 2 errors > [INFO] -------------------------------------------------------------
