Hi,
I tried to build apache-s4-0.5.0, i read the instructions in the README, the first step (./gradlew install) but the second one (./gradlew s4-tools:installApp) failed and produced the following ; //////////////////////////////////////////////////////////// aboubakr@aboubakr:~/Development/apache-s4-0.5.0-incubating-src$ ./gradlew s4-tools:installApp Found app class name: s4app.ConsumerApp Found app class name: s4app.ProducerApp > Loading > Resolving dependencies ':test-apps:simple-deployable-app-1:classpathFound app class name: org.apache.s4.deploy.TestApp :s4-base:compileJava UP-TO-DATE :s4-base:processResources UP-TO-DATE :s4-base:classes UP-TO-DATE :s4-base:jar UP-TO-DATE :s4-comm:compileJava UP-TO-DATE :s4-comm:processResources UP-TO-DATE :s4-comm:classes UP-TO-DATE :s4-comm:jar UP-TO-DATE :s4-core:compileJava UP-TO-DATE :s4-core:processResources UP-TO-DATE :s4-core:classes UP-TO-DATE :s4-core:jar UP-TO-DATE :s4-tools:compileJava UP-TO-DATE :s4-tools:processResources UP-TO-DATE :s4-tools:classes UP-TO-DATE :s4-tools:jar UP-TO-DATE :s4-tools:startScripts FAILURE: Build failed with an exception. * What went wrong: Could not resolve all dependencies for configuration ':s4-tools:runtime'. > Artifact 'commons-logging:commons-logging:1.1.1@jar' not found. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED /////////////////////////////////////////////////////////// Any idea why, help appreciated !!