On Jan 21, 2008 3:41 PM, Peter Svensson <[EMAIL PROTECTED]> wrote: > ...I've tried to look in the docs for a checkout and build process, but > couldn't find one. COuld someone point me out to some info on this?...
Install a Java 5 JVM and Maven (I use 2.0.7). Checkout with an svn client from http://svn.apache.org/repos/asf/incubator/sling/trunk/ Build with "mvn clean install" in trunk (the directory that contains api, cache, commons, etc.). See launchpad/launchpad-webapp/README.txt if you want to run the launchpad (née µsling). The first mvn build will be much slower than the next ones, as lots of dependencies will be downloaded to your local Maven "cache". That should be it! -Bertrand
