[webbeans-commits] Webbeans SVN: r506 - ri/trunk/examples.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Dec 9 11:00:24 EST 2008


Author: pete.muir at jboss.org
Date: 2008-12-09 11:00:24 -0500 (Tue, 09 Dec 2008)
New Revision: 506

Added:
   ri/trunk/examples/readme.txt
Log:
add readme

Added: ri/trunk/examples/readme.txt
===================================================================
--- ri/trunk/examples/readme.txt	                        (rev 0)
+++ ri/trunk/examples/readme.txt	2008-12-09 16:00:24 UTC (rev 506)
@@ -0,0 +1,13 @@
+The Web Beans RI currently comes with a single example, webbeans-numberguess.
+
+To run the example on JBoss AS 5.0.0.GA, you need to add the Web Beans RI 
+deployer to JBoss 5. First, set the path to JBoss 5 in ../build.properties. 
+Then, run ant -f ../build.xml install-jboss5 in the examples directory.
+
+To deploy the example to JBoss AS 5, change into numberguess directory and 
+choose between:
+
+* ant restart / ant explode - deploy the example in exploded format
+* ant deploy - deploy the example in compressed jar format
+* ant undeploy - remove the example from the server
+* ant clean - clean the example




More information about the weld-commits mailing list