[seam-commits] Seam SVN: r9484 - trunk/src/test/ftest.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Nov 3 19:02:32 EST 2008


Author: dan.j.allen
Date: 2008-11-03 19:02:32 -0500 (Mon, 03 Nov 2008)
New Revision: 9484

Modified:
   trunk/src/test/ftest/readme.txt
Log:
use SEAM_HOME instead of SEAM in documentation


Modified: trunk/src/test/ftest/readme.txt
===================================================================
--- trunk/src/test/ftest/readme.txt	2008-11-03 23:10:46 UTC (rev 9483)
+++ trunk/src/test/ftest/readme.txt	2008-11-04 00:02:32 UTC (rev 9484)
@@ -27,14 +27,14 @@
 How To:
 ----------
 * Follow specific instructions for your OS
-* Set jboss.home in $SEA</build.properties
-* execute "ant testall" in the $SEAM/src/test/ftest directory
+* Set jboss.home in $SEAM_HOME/build.properties
+* execute "ant testall" in the $SEAM_HOME/src/test/ftest directory
 
 
 Known Limitations:
 ---------------------
 * Only tested on Linux with Firefox
-* jboss.home must be set in $SEAM/build.properties
+* jboss.home must be set in $SEAM_HOME/build.properties
 * JBoss AS must be started (preferably with nothing deployed)
 
 Windows Setup
@@ -63,7 +63,7 @@
 * set up a project file for these tests, or update the existing?
 * Describe how to debug the tests using eclipse
   - start server, sel server, and in eclipse set props in ftest.prop file and testng plugin
-* We currently have 3 required jars in the $SEAM/src/test/ftest/lib directory
+* We currently have 3 required jars in the $SEAM_HOME/src/test/ftest/lib directory
   - When the build system is updated these will be removed and dependencies will
     be handled as the rest of the source is.
   - We are trying to keep the ftest builds as separate from seam builds as possible.




More information about the seam-commits mailing list