Author: gangolli
Date: Sat Jan 30 23:57:39 2010
New Revision: 904920
URL: http://svn.apache.org/viewvc?rev=904920&view=rev
Log:
Corrected to refer to trunk rather than roller_mavenized branch. Attempted to
clarify some things a bit.
Modified:
roller/trunk/README.txt
Modified: roller/trunk/README.txt
URL:
http://svn.apache.org/viewvc/roller/trunk/README.txt?rev=904920&r1=904919&r2=904920&view=diff
==============================================================================
--- roller/trunk/README.txt (original)
+++ roller/trunk/README.txt Sat Jan 30 23:57:39 2010
@@ -13,17 +13,30 @@
weblogger-assembly: Assembly that builds Roller distro
test-utils: Test utils (e.g. start/stop Derby task)
-To build and run all unit tests, you do this:
+To pull the latest trunk sources you do this.
+
+ svn co https://svn.apache.org/repos/asf/roller/trunk
+ cd trunk
+
+Building this version of Roller requires Apache Maven 2 to build. Version
2.0.10 or
+higher is suggested.
+
+After pulling the source tree and changing directory to its top level, as
indicated above,
+the following command will build and run all unit tests:
- svn co https://svn.apache.org/repos/asf/roller/branches/roller_mavenized
- cd roller_mavenized
mvn install
-You'll find the Roller webapp in weblogger-web/target/roller. To build
-a Roller distribution, you do this:
+After doing this, you should find the newly built Roller webapp in
weblogger-web/target/roller.
+
+To build a Roller distribution, you do this:
cd weblogger-assembly
mvn assembly:single
-And you will find Roller distribution files in weblogger-assembly/target
+and you will find Roller distribution files in weblogger-assembly/target
+
+NOTE: If you wish to pull a branch other than the trunk, replace the word
"trunk"
+in both lines above with the appropriate branch name. Note that versions of
Roller
+before 5.0 have an ant-based build. In general, you should be able to follow
+instructions accompanying the sources that you pull in order to build that
version.