Hello, I've followed the link http://docs.codehaus.org/display/ACT/Activiti+Designer+Developer+Guide but it seems I've misunderstood something. I've downloaded eclipse-rcp-kepler-R-win32 with version platform 4.3. Maven is ok. Subversion is ok. I've imported projects to the eclipse I've downloaded as maven projects(Checkout as Maven Project). After that I've closed eclipse and opened cmd. I've run 'mvn clean eclipse:clean' on org.activiti.designer.parent. It runs without problem. But when I've run 'mvn eclipse:eclipse' command, it gives a failure message:
…OMITTED… [WARNING] The POM for jline:jline:jar:0.9.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.codehaus.plexuslexus-interactivity-api:jar:1.0-alpha-5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for biz.aQute:bndlib:jar:0.0.203 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] Not running eclipse plugin goal for pom project [INFO] Using Eclipse Workspace: D:\workspace\proj\ActivitiExt [INFO] ———————————————————————— [INFO] Reactor Summary: [INFO] [INFO] Activiti Designer - Parent project ……………. FAILURE [0.233s] [INFO] Activiti Designer - Libs …………………….. SKIPPED [INFO] Activiti Designer - Integration ………………. SKIPPED [INFO] Activiti Designer - Util …………………….. SKIPPED [INFO] Activiti Designer - Eclipse ………………….. SKIPPED [INFO] Activiti Designer - GUI ……………………… SKIPPED [INFO] Activiti Designer - Help …………………….. SKIPPED [INFO] Activiti Designer - Validate BPMN 2.0 …………. SKIPPED [INFO] Activiti Designer - Feature ………………….. SKIPPED [INFO] Activiti Designer - Update site ………………. SKIPPED [INFO] ———————————————————————— [INFO] BUILD FAILURE [INFO] ———————————————————————— [INFO] Total time: 43.958s [INFO] Finished at: Wed Aug 28 09:50:04 EEST 2013 [INFO] Final Memory: 87M/208M [INFO] ———————————————————————— Au 28, 2013 9:50:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-eclipse-plugin:2.9:eclipse (default-cli) on project org.activiti.designer.parent: Execution default-cli of goal org.ap ache.maven.plugins:maven-eclipse-plugin:2.9:eclipse failed: A required class was missing while executing org.apache.maven.plugins:maven-eclipse-plugin:2.9:eclipse: org/eclipse/core /internal/localstore/SafeChunkyInputStream [ERROR] —————————————————– [ERROR] realm = plugin>org.apache.maven.plugins:maven-eclipse-plugin:2.9 [ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy [ERROR] urls[0] = file:/C:/Users/gguner/.m2/repository/org/apache/maven/plugins/maven-eclipse-plugin/2.9/maven-eclipse-plugin-2.9.jar [ERROR] urls[1] = file:/C:/Users/gguner/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar [ERROR] urls[2] = file:/C:/Users/gguner/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.8/maven-reporting-api-2.0.8.jar [ERROR] urls[3] = file:/C:/Users/gguner/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.jar [ERROR] urls[4] = file:/C:/Users/gguner/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [ERROR] urls[5] = file:/C:/Users/gguner/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [ERROR] urls[6] = file:/C:/Users/gguner/.m2/repository/commons-io/commons-io/1.4/commons-io-1.4.jar [ERROR] urls[7] = file:/C:/Users/gguner/.m2/repository/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar [ERROR] urls[8] = file:/C:/Users/gguner/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar [ERROR] urls[9] = file:/C:/Users/gguner/.m2/repository/org/codehaus/plexus/plexus-interactivity-jline/1.0-alpha-5/plexus-interactivity-jline-1.0-alpha-5.jar [ERROR] urls[10] = file:/C:/Users/gguner/.m2/repository/jline/jline/0.9.1/jline-0.9.1.jar [ERROR] urls[11] = file:/C:/Users/gguner/.m2/repository/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.jar [ERROR] urls[12] = file:/C:/Users/gguner/.m2/repository/org/codehaus/plexus/plexus-resources/1.0-alpha-7/plexus-resources-1.0-alpha-7.jar [ERROR] urls[13] = file:/C:/Users/gguner/.m2/repository/biz/aQute/bndlib/0.0.145/bndlib-0.0.145.jar [ERROR] urls[14] = file:/C:/Users/gguner/.m2/repository/org/apache/maven/shared/maven-osgi/0.2.0/maven-osgi-0.2.0.jar [ERROR] urls[15] = file:/C:/Users/gguner/.m2/repository/org/eclipse/core/resources/3.3.0-v20070604/resources-3.3.0-v20070604.jar [ERROR] Number of foreign imports: 1 [ERROR] import: Entry[import from realm ClassRealm[project>org.activiti.designerrg.activiti.designer.parent:5.12.1-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]] [ERROR] [ERROR] —————————————————–: org.eclipse.core.internal.localstore.SafeChunkyInputStream [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/PluginContainerException