[seam-commits] Seam SVN: r7810 - branches/Seam_2_0.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Apr 3 11:06:48 EDT 2008
Author: jbalunas at redhat.com
Date: 2008-04-03 11:06:48 -0400 (Thu, 03 Apr 2008)
New Revision: 7810
Modified:
branches/Seam_2_0/release-process.txt
Log:
updated release process
Modified: branches/Seam_2_0/release-process.txt
===================================================================
--- branches/Seam_2_0/release-process.txt 2008-04-03 13:15:04 UTC (rev 7809)
+++ branches/Seam_2_0/release-process.txt 2008-04-03 15:06:48 UTC (rev 7810)
@@ -171,11 +171,18 @@
CONSTRAINT `owner` FOREIGN KEY (`ownerUsername`) REFERENCES `person` (`username`)
) ENGINE=InnoDB
-* run "seam setup create-project generate-entities explode"
- - test the app, at least the list and edit pages for Person
-* run "seam new-action new-form restart"
- - test both generated pages
- - run the unit tests in eclipse using the TestNG plugin
+* seam-gen EAR
+ - run "seam setup create-project generate-entities explode"
+ - test the app, at least the list and edit pages for Person
+ - run "seam new-action new-form restart"
+ - test both generated pages
+ - run the unit tests in eclipse using the TestNG plugin
+* seam-gen WAR
+ - run "seam setup create-project generate-entities explode"
+ - test the app, at least the list and edit pages for Person
+ - run "seam new-action new-form restart"
+ - test both generated pages
+ - run the unit tests in eclipse using the TestNG plugin
* Create a new war project in JBDS
- Reverse engineer entities from MySQL
- Test generated pages (check hot deployment of Seam components, html)
More information about the seam-commits
mailing list