You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2010/06/03 20:46:01 UTC

svn commit: r951108 - in /myfaces/portlet-bridge/tck/trunk: Portlet 1.0 Bridge for JavaServer Faces 1.2 TCK User's Guide.html pom.xml

Author: sobryan
Date: Thu Jun  3 18:46:01 2010
New Revision: 951108

URL: http://svn.apache.org/viewvc?rev=951108&view=rev
Log:
Modifications for release process

Modified:
    myfaces/portlet-bridge/tck/trunk/Portlet 1.0 Bridge for JavaServer Faces 1.2 TCK User's Guide.html
    myfaces/portlet-bridge/tck/trunk/pom.xml

Modified: myfaces/portlet-bridge/tck/trunk/Portlet 1.0 Bridge for JavaServer Faces 1.2 TCK User's Guide.html
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/trunk/Portlet%201.0%20Bridge%20for%20JavaServer%20Faces%201.2%20TCK%20User%27s%20Guide.html?rev=951108&r1=951107&r2=951108&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/trunk/Portlet 1.0 Bridge for JavaServer Faces 1.2 TCK User's Guide.html (original)
+++ myfaces/portlet-bridge/tck/trunk/Portlet 1.0 Bridge for JavaServer Faces 1.2 TCK User's Guide.html Thu Jun  3 18:46:01 2010
@@ -1196,11 +1196,11 @@ The three <span style="font-weight: bold
 subdirectories build distinct web applications each of which
 represent the same (render-policy) test but with a distinct
 configuration. &nbsp;However because the render-policy test is an
-excluded test, the TCK build commands (are commented out and) do
-not build or run these test applications. &nbsp;To manually run
-these tests, if your environment can support them, you will need to
-uncomment out some lines in the root project pom.xml. &nbsp;See the
-exclusions file in src\test\resources\test-exclusions.xml for
+excluded test, the TCK will not build or run these test applications
+by default. &nbsp;To manually run these tests, if your environment 
+can support them, you will need to execute the tck using the 
+"-Pinclude-render-policy-tests" option on the maven command line. 
+&nbsp;See the exclusions file in src\test\resources\test-exclusions.xml for
 further information.<br />
 <br />
 <span style="font-weight: bold;">\</span><span style="font-weight: bold;">portlet-bridge-tck-</span><span style="font-weight: bold;">client</span>&nbsp;contains project

Modified: myfaces/portlet-bridge/tck/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/trunk/pom.xml?rev=951108&r1=951107&r2=951108&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/trunk/pom.xml (original)
+++ myfaces/portlet-bridge/tck/trunk/pom.xml Thu Jun  3 18:46:01 2010
@@ -359,6 +359,19 @@
 -->
       </modules>
     </profile>
+    
+    <!-- Render Policy tests are excluded because its mechanism relies on a Mojarra impl dependency
+        (doesn't work on MyFaces) yet if you are testing with Mojarra uncomment these out to get the 
+        additional test apps built-->
+    <profile>
+         
+      <id>include-render-policy-tests</id>
+      <modules>
+        <module>portlet-bridge-tck-section3-2-render-policy-always-delegate</module>
+        <module>portlet-bridge-tck-section3-2-render-policy-never-delegate</module>
+        <module>portlet-bridge-tck-section3-2-render-policy-default</module>
+      </modules>
+    </profile>
 
     <profile>
       <id>include-external-server-module</id>
@@ -625,8 +638,14 @@
         </property>
       </activation>
       <modules>
-        <module>assembly</module>
+        <module>portlet-bridge-tck-main</module>
+        <module>portlet-bridge-tck-section3-2-lifecycle-set</module>
+        <module>portlet-bridge-tck-section3-2-render-policy-always-delegate</module>
+        <module>portlet-bridge-tck-section3-2-render-policy-never-delegate</module>
+        <module>portlet-bridge-tck-section3-2-render-policy-default</module>
+        <module>portlet-bridge-tck-client</module>
       </modules>
+
       <build>
         <plugins>
           <plugin>
@@ -648,7 +667,12 @@
         </property>
       </activation>
       <modules>
-        <module>assembly</module>
+        <module>portlet-bridge-tck-main</module>
+        <module>portlet-bridge-tck-section3-2-lifecycle-set</module>
+        <module>portlet-bridge-tck-section3-2-render-policy-always-delegate</module>
+        <module>portlet-bridge-tck-section3-2-render-policy-never-delegate</module>
+        <module>portlet-bridge-tck-section3-2-render-policy-default</module>
+        <module>portlet-bridge-tck-client</module>
       </modules>
       <build>
         <plugins>