Hi, I now checked out the code from trunk and I followed the steps in: https://cwiki.apache.org/confluence/display/ROLLER/Build+and+Run+Roller+5+in+Eclipse
When building I get the following errors: Build errors for roller-planet-business; org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.2:run (gen-db-scripts) on project roller-planet-business: Execution gen-db-scripts of goal org.apache.maven.plugins:maven-antrun-plugin:1.2:run failed: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.2 or one of its dependencies could not be resolved: Could not find artifact org.apache.roller:test-utils:jar:5.0.0-RC4 in central (http://repo1.maven.org/maven2) Build errors for roller-weblogger-business; org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:buildnumber-maven-plugin:1.0-beta-3:create (default) on project roller-weblogger-business: Cannot get the revision information from the scm repository : Error! Build errors for roller-weblogger-web; org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.2:run (startdb) on project roller-weblogger-web: Execution startdb of goal org.apache.maven.plugins:maven-antrun-plugin:1.2:run failed: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.2 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.apache.roller:test-utils:jar:5.0.0-RC4, org.apache.roller:roller-core:jar:5.0.0-RC4: Failure to find org.apache.roller:test-utils:jar:5.0.0-RC4 in http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced Build errors for roller-weblogger-webapp; org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.2:run (startdb) on project roller-weblogger-webapp: Execution startdb of goal org.apache.maven.plugins:maven-antrun-plugin:1.2:run failed: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.2 or one of its dependencies could not be resolved: Failure to find org.apache.roller:test-utils:jar:5.0.0-RC4 in http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced I am using: eclipse-jee-helios-SR1-win32, jdk-6u23-windows-i586.exe and installed Subeclipse and "Maven Integration for Eclipse"(m2eclipse) from Eclipse Marketspace. /Susanne
