jbarrez / Activiti-KickStart

31 stars 20 forks source link

Compilation Error #3

Open hagendasz opened 11 years ago

hagendasz commented 11 years ago

Hi !

After the iPad Sim starts without Problems on my mac, i found out, that i need the activiti Kickstart suite: unfortunately it wasn't willing to compile, giving me this error on my ubuntu system, do you have any idea?

root@BPEngine:/opt/Activiti-Kickstart-Master# ./start-ui.sh Building Activiti [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.activiti:activiti-kickstart-java:jar:1.1 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 22, column 12 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO]
[INFO] ------------------------------------------------------------------------ [INFO] Building Activiti - KickStart - Java 1.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ activiti-kickstart-java --- [INFO] Deleting file set: /opt/Activiti-Kickstart-Master/activiti-kickstart-java/target (included: [**], excluded: []) [INFO] [INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ activiti-kickstart-java --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ activiti-kickstart-java --- [INFO] Compiling 229 source files to /opt/Activiti-Kickstart-Master/activiti-kickstart-java/target/classes [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.364s [INFO] Finished at: Mon Apr 22 12:59:16 CEST 2013 [INFO] Final Memory: 13M/158M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project activiti-kickstart-java: Compilation failure [ERROR] could not parse error message: warning: [options] bootstrap class path not set in conjunction with -source 1.5 [ERROR] /opt/Activiti-Kickstart-Master/activiti-kickstart-java/src/main/java/org/activiti/kickstart/service/alfresco/AlfrescoKickstartServiceImpl.java:807: warning: [deprecation] encode(String) in URLEncoder has been deprecated [ERROR] String url = SHARE_BASE_URL + "page/modules/module/delete?moduleId=" + URLEncoder.encode("kickstartform" + workflowId); [ERROR] ^ [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException Error opening zip file or JAR manifest missing : /Applications/ZeroTurnaround/JRebel/jrebel.jar Error occurred during initialization of VM agent library failed to init: instrument

Used Infrastructure: Ubuntu 12.04 precise 64bit java version "1.7.0_17" Java(TM) SE Runtime Environment (build 1.7.0_17-b02) Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode) Apache Maven 3.0.4 Java version: 1.7.0_17, vendor: Oracle Corporation Default locale: de_DE, platform encoding: UTF-8 OS name: "linux", version: "3.2.0-39-generic", arch: "amd64", family: "unix" Alfresco Community 4.2.c out of the Box install

Best Regards H.

catolicasc commented 8 years ago

hello, how you managed to fix this error?