See <https://builds.apache.org/job/joshua_maven/11/changes>
Changes: [lewis.mcgibbney] JOSHUA-252 Make it possible to use Maven to build Joshua ------------------------------------------ Started by user lewismc [EnvInject] - Loading node environment variables. Building remotely on ubuntu-4 (docker Ubuntu ubuntu4 ubuntu yahoo-not-h2) in workspace <https://builds.apache.org/job/joshua_maven/ws/> > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url > https://git-wip-us.apache.org/repos/asf/incubator-joshua.git # timeout=10 Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/incubator-joshua.git > git --version # timeout=10 > git -c core.askpass=true fetch --tags --progress > https://git-wip-us.apache.org/repos/asf/incubator-joshua.git > +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/JOSHUA-252^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/JOSHUA-252^{commit} # timeout=10 Checking out Revision d8a68df396d086c75a26133ea3011e4de6bd54b9 (refs/remotes/origin/JOSHUA-252) > git config core.sparsecheckout # timeout=10 > git checkout -f d8a68df396d086c75a26133ea3011e4de6bd54b9 > git rev-list aead62094032c6ee9f02144713e68e1602e9bed8 # timeout=10 [joshua_maven] $ /home/jenkins/tools/maven/apache-maven-2.2.1/bin/mvn clean deploy javadoc:aggregate [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'javadoc'. [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Joshua Machine Translation Toolkit [INFO] task-segment: [clean, deploy] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting <https://builds.apache.org/job/joshua_maven/ws/target> [INFO] [remote-resources:process {execution: default}] [debug] execute contextualize [INFO] [resources:resources {execution: default-resources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/joshua_maven/ws/src/main/resources> [INFO] Copying 3 resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 251 source files to <https://builds.apache.org/job/joshua_maven/ws/target/classes> [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] <https://builds.apache.org/job/joshua_maven/ws/src/main/java/org/apache/joshua/decoder/Decoder.java>:[786,20] error: no suitable constructor found for PhraseTable(String,String,String,JoshuaConfiguration,int) [ERROR] constructor PhraseTable.PhraseTable(String,String,String,JoshuaConfiguration) is not applicable (actual and formal argument lists differ in length) constructor PhraseTable.PhraseTable(String,JoshuaConfiguration) is not applicable (actual and formal argument lists differ in length) <https://builds.apache.org/job/joshua_maven/ws/src/main/java/org/apache/joshua/decoder/Decoder.java>:[803,29] error: no suitable constructor found for PhraseTable(<null>,String,String,JoshuaConfiguration,int) [INFO] 2 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure <https://builds.apache.org/job/joshua_maven/ws/src/main/java/org/apache/joshua/decoder/Decoder.java>:[786,20] error: no suitable constructor found for PhraseTable(String,String,String,JoshuaConfiguration,int) constructor PhraseTable.PhraseTable(String,String,String,JoshuaConfiguration) is not applicable (actual and formal argument lists differ in length) constructor PhraseTable.PhraseTable(String,JoshuaConfiguration) is not applicable (actual and formal argument lists differ in length) <https://builds.apache.org/job/joshua_maven/ws/src/main/java/org/apache/joshua/decoder/Decoder.java>:[803,29] error: no suitable constructor found for PhraseTable(<null>,String,String,JoshuaConfiguration,int) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16 seconds [INFO] Finished at: Wed May 25 20:18:03 UTC 2016 [INFO] Final Memory: 40M/1291M [INFO] ------------------------------------------------------------------------ Build step 'Invoke top-level Maven targets' marked build as failure Publishing Javadoc Updating JOSHUA-252