[seam-commits] Seam SVN: r8592 - in branches/Seam_2_0: build and 2 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Aug 5 15:50:35 EDT 2008
Author: jbalunas at redhat.com
Date: 2008-08-05 15:50:35 -0400 (Tue, 05 Aug 2008)
New Revision: 8592
Modified:
branches/Seam_2_0/build/sample.build.properties
branches/Seam_2_0/examples/readme.txt
branches/Seam_2_0/readme.txt
branches/Seam_2_0/release-process.txt
branches/Seam_2_0/seam-gen/build.xml
Log:
JBSEAM-3177, JBSEAM-3200, JBSEAM-3201
Modified: branches/Seam_2_0/build/sample.build.properties
===================================================================
--- branches/Seam_2_0/build/sample.build.properties 2008-08-05 19:21:04 UTC (rev 8591)
+++ branches/Seam_2_0/build/sample.build.properties 2008-08-05 19:50:35 UTC (rev 8592)
@@ -3,9 +3,9 @@
#
# Location of JBoss AS and Tomcat
# -------------------------------
-#jboss.home /Applications/jboss-4.2.2.GA # Default
+#jboss.home /Applications/jboss-4.2.3.GA # Default
#tomcat.home /Applications/apache-tomcat-6.0 # Default
-#jboss.home C:\\jboss-4.2.2.GA
+#jboss.home C:\\jboss-4.2.3.GA
#tomcat.home C:\\Tomcat-6.0
#
# Misc Settings
Modified: branches/Seam_2_0/examples/readme.txt
===================================================================
--- branches/Seam_2_0/examples/readme.txt 2008-08-05 19:21:04 UTC (rev 8591)
+++ branches/Seam_2_0/examples/readme.txt 2008-08-05 19:50:35 UTC (rev 8592)
@@ -97,7 +97,7 @@
How to Build and Deploy an Example on JBoss AS
----------------------------------------------
-1. Download and unzip JBoss AS 4.2.2.GA from:
+1. Download and unzip JBoss AS 4.2.3.GA from:
http://labs.jboss.com/jbossas/downloads
@@ -114,7 +114,7 @@
"examples/${example.name}" directory
6. Start JBoss AS by typing "./run.sh" (on Linux/Unix) or "run" (on Windows)
- in the jboss-4.2.2.GA/bin directory
+ in the jboss-4.2.3.GA/bin directory
7. Point your web browser to:
Modified: branches/Seam_2_0/readme.txt
===================================================================
--- branches/Seam_2_0/readme.txt 2008-08-05 19:21:04 UTC (rev 8591)
+++ branches/Seam_2_0/readme.txt 2008-08-05 19:50:35 UTC (rev 8592)
@@ -8,7 +8,7 @@
Get Up And Running Quick
------------------------
-1. Install JBoss AS 4.2.2.GA. The JEMS installer is no longer required for EJB3 support.
+1. Install JBoss AS 4.2.3.GA. The JEMS installer is no longer required for EJB3 support.
2. Edit the "build.properties" file and change jboss.home to your
JBoss AS installation directory
Modified: branches/Seam_2_0/release-process.txt
===================================================================
--- branches/Seam_2_0/release-process.txt 2008-08-05 19:21:04 UTC (rev 8591)
+++ branches/Seam_2_0/release-process.txt 2008-08-05 19:50:35 UTC (rev 8592)
@@ -64,6 +64,12 @@
- Any new work is that versions snapshot
- Revert any Maven repository changes if needed
+JDK Version Specific Information
+--------------------------------
+The latest version of Sun's JDK 1.5 is used for building the release, and the
+majority of the testing. The JDK 1.6 section below outlines the JDK 1.6
+building and testing process used during the release process.
+
Building and Checking Dist
--------------------------
* Run "mkdir ../releaselogs" for release artifacts and logs.
@@ -217,8 +223,8 @@
- document should be validated as well
- including tomcat deployments
* Edit the $dist/build.properties and set the jboss.home and tomcat.home
- - JBoss AS 4.2.2.GA and Tomcat 6.X
-* JBoss 4.2.2 examples
+ - JBoss AS 4.2.3.GA and Tomcat 6.X
+* JBoss 4.2.3 examples
- blog (tutorial)
- booking (tutorial)
- contactlist
@@ -390,6 +396,53 @@
- <TODO: DEFER - this is not supported in the bridge yet/>
- <TODO: there may be a new chatroom seam portlet for this testing/>
+JDK 1.6 Specific Testing
+-------------------------
+The latest available version of Sun's JDK 1.6 will be used for tests and steps
+in this section.
+
+<NOTE: 2.03.CR2 will be the first execution of this process - it needs to be
+ reviewed, and modified as needed/>
+
+* Building and comparing the JDK1.6 built distribution
+ - checkout a clean version of the tag in a new/clean directory.
+ - run "ant cleanall dist > ../releaselogs/x.x.x.XX.jdk16distbuild.txt"
+ - use this dist for all testing in this section
+ - diff the JDK 1.5 version of the dist to the JDK 1.6
+ - <TODO create a listing of expected changes/>
+
+* Source build validation
+ - Follow the steps above for Source Verification
+ - except put "jdk16" in the log file redirects
+
+* Testsuite execution
+ - Follow the steps above for Testsuite Execution
+ - except put "jdk16" in the log file and artifact names
+
+* Example execution
+ - There will not be a complete testing of the examples on 1.6
+ - The list below should be modified as needed based on risk
+
+ ** JBoss 4.2.3 examples **
+ - booking
+ - dvdstore
+ - nestedbooking
+ - remoting/chatroom
+ - seamspace
+ - ui
+ ** Tomcat 6 examples **
+ - booking
+ - jpa
+ - jpa without embedded
+ ** GlassFish v2.1 examples **
+ - jee5
+ - jpa
+
+* seam-gen
+ - Follow the steps above for seam-gen testing
+ - EAR app
+ - WAR app
+
Document review
---------------
* Review the API javadocs in both IE and FF.
Modified: branches/Seam_2_0/seam-gen/build.xml
===================================================================
--- branches/Seam_2_0/seam-gen/build.xml 2008-08-05 19:21:04 UTC (rev 8591)
+++ branches/Seam_2_0/seam-gen/build.xml 2008-08-05 19:50:35 UTC (rev 8592)
@@ -170,7 +170,7 @@
defaultvalue="${old.workspace.home}"/>
<pathFixer property="workspace.home.new" />
- <property name="old.jboss.home" value="C:/Program Files/jboss-4.2.2.GA"/>
+ <property name="old.jboss.home" value="C:/Program Files/jboss-4.2.3.GA"/>
<input addproperty="jboss.home.new"
message="Enter your JBoss home directory [${old.jboss.home}]"
defaultvalue="${old.jboss.home}"/>
More information about the seam-commits
mailing list