[seam-commits] Seam SVN: r9698 - trunk.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Dec 2 10:35:28 EST 2008


Author: jbalunas at redhat.com
Date: 2008-12-02 10:35:28 -0500 (Tue, 02 Dec 2008)
New Revision: 9698

Modified:
   trunk/release-process.txt
Log:
updated to include seam-gen validation

Modified: trunk/release-process.txt
===================================================================
--- trunk/release-process.txt	2008-12-02 15:26:59 UTC (rev 9697)
+++ trunk/release-process.txt	2008-12-02 15:35:28 UTC (rev 9698)
@@ -1,8 +1,6 @@
 Seam Release Process
 ====================
 
-<TODO: update for 2.1.X releases during 2.1.0.B1 release/>
-
 Notify branch is closed
 ------------------------
 * Send an email to seam-dev at lists.jboss.org.
@@ -300,6 +298,7 @@
   - run "seam new-action new-form restart"
       - test both generated pages 
   - run seam test 
+  - run "ant validate" in seam-gen project directory
 * seam-gen IceFaces EAR test 
   - run seam  with setup create-project and explode
       - during setup choose to use icefaces
@@ -308,6 +307,7 @@
    - run seam generate-entities restart    
       - test the basic functionality of the app (CRUD on each table)
    - run seam test
+   - run "ant validate" in seam-gen project directory
 * seam-gen WAR 
   - run seam with setup create-project and explode
       - during setup choose a WAR project
@@ -317,6 +317,7 @@
   - run "seam new-action new-form restart"
       - test both generated pages
   - run seam test
+  - run "ant validate" in seam-gen project directory
 * JBDS - import the EAR seam-gen generated project into JBDS.
   - Enable Seam support in project properties
   - Check that EL code completion works for Seam components 




More information about the seam-commits mailing list