Author: kurtstam
Date: 2010-03-22 17:46:54 -0400 (Mon, 22 Mar 2010)
New Revision: 587
Added:
trunk/README.txt
Log:
Adding Developer README
Added: trunk/README.txt
===================================================================
--- trunk/README.txt (rev 0)
+++ trunk/README.txt 2010-03-22 21:46:54 UTC (rev 587)
@@ -0,0 +1,21 @@
+Welcome to the RiftSaw project.
+
+1. To build the projects run
+
+mvn clean install.
+
+2. To also run the integration test, update the deployment.properties file to reflect
your environment
+and execute
+
+mvn -Driftsaw.test.deployment.properties=<full-path-to>/deployment.properties clean
install -Pintegration
+
+For more details on see:
http://community.jboss.org/wiki/RunningRiftsawIntegrationTests
+
+3. To deploy RiftSaw unzip the RiftSaw in the distribution/target directory, and after
expansion
+of this archive go into the install directory, update the and execute
+
+ant deploy
+
+Enjoy!
+
+The RiftSaw Team
\ No newline at end of file