Author: jukka
Date: Thu Jun 26 00:45:49 2008
New Revision: 671817
URL: http://svn.apache.org/viewvc?rev=671817&view=rev
Log:
Merged BUILDING to README.txt
Removed:
incubator/sling/trunk/BUILDING
Modified:
incubator/sling/trunk/README.txt
Modified: incubator/sling/trunk/README.txt
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/README.txt?rev=671817&r1=671816&r2=671817&view=diff
==============================================================================
--- incubator/sling/trunk/README.txt (original)
+++ incubator/sling/trunk/README.txt Thu Jun 26 00:45:49 2008
@@ -17,6 +17,25 @@
See http://incubator.apache.org/sling for more information.
+Getting started
+---------------
+
+Requires a Java 5 JDK and Maven (http://maven.apache.org/) 2.0.7 or later.
+
+To build Sling, run
+
+ mvn clean install
+
+in this directory. This will build, test and install the Sling modules
+in your local Maven repository.
+
+Some modules might not be listed in the pom.xml found in this directory,
+those won't be built by the above command. If you need one of these
+modules, run "mvn clean install" in the directory that contains its
+pom.xml file.
+
+To get started with Sling, start the launchpad/launchpad-webapp module,
+see README.txt in that module's directory.
Disclaimer
==========