You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by ms...@apache.org on 2016/12/02 14:27:59 UTC

[1/2] portals-pluto git commit: updated TCK readme to correct typos. Updated site.xml to add additionl menu items

Repository: portals-pluto
Updated Branches:
  refs/heads/master 924dc28f9 -> 194245593


updated TCK readme to correct typos. Updated site.xml to add additionl menu items


Project: http://git-wip-us.apache.org/repos/asf/portals-pluto/repo
Commit: http://git-wip-us.apache.org/repos/asf/portals-pluto/commit/0f495b87
Tree: http://git-wip-us.apache.org/repos/asf/portals-pluto/tree/0f495b87
Diff: http://git-wip-us.apache.org/repos/asf/portals-pluto/diff/0f495b87

Branch: refs/heads/master
Commit: 0f495b87cbe0291c69d186210edf22720e5a8006
Parents: 9a681a8
Author: Scott Nicklous <ms...@apache.org>
Authored: Fri Dec 2 15:26:26 2016 +0100
Committer: Scott Nicklous <ms...@apache.org>
Committed: Fri Dec 2 15:26:26 2016 +0100

----------------------------------------------------------------------
 portlet-tck_3.0/README.txt | 12 +++++++++++-
 src/site/site.xml          |  3 ++-
 2 files changed, 13 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/0f495b87/portlet-tck_3.0/README.txt
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/README.txt b/portlet-tck_3.0/README.txt
index 4092e88..dfe6302 100644
--- a/portlet-tck_3.0/README.txt
+++ b/portlet-tck_3.0/README.txt
@@ -106,10 +106,20 @@ location:
 
 ./pluto-portal-driver/src/main/resources/pluto-portal-driver-config.xsd
 
+After the TCK has been built, complete page file for the TCK pages is contained
+in the following file:
+
+./pluto/portlet-tck_3.0/deploy/target/deploy-files/pluto-portal-driver-config.xml
+
 It is expected that vendors will extract the portlet to page mapping information
 from the page file in order to create the necessary configuration files for
 the portal under test.
 
+When creating pages for your system, note that the test driver expects links to
+all test case pages to be available. The test driver searches for the page links
+by link text, so it is important that the links have the names defined in the
+page file.
+
 Building the TCK:
 =================
 
@@ -154,7 +164,7 @@ need to add additional configuration properties (See the test.browser.webDriver
 property in the parent POM).
 
 At the time of this writing, the HTMLUnit driver does not support JavaScript 
-adequately for JSR 361 TCK purposes. You may need to try different drivers to
+adequately for JSR 362 TCK purposes. You may need to try different drivers to
 find the appropriate WebDriver driver for your environment.
 
 All TCK tests were successfully executed through the test driver against Pluto

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/0f495b87/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 89af89e..5b50329 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -70,7 +70,8 @@ limitations under the License.
 	<menu name="Pluto 3.0">
       <item name="Getting Started" href="/v30/getting-started.html"/>
       <item name="Deploying Portlets" href="/v30/deploying.html"/>
-      <item name="Portlet API 3.0" href="/v30/portlet-api.html"/>
+      <item name="Portlet Concepts" href="/v30/portlet-api.html"/>
+      <item name="Version 3 Features" href="/v30/v3Features.html"/>
       <item name="Using the TCK" href="/v30/tck.html"/>
       <item name="Release Notes" href="/v30/release-notes.html"/>
 	</menu>    


[2/2] portals-pluto git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/portals-pluto

Posted by ms...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/portals-pluto


Project: http://git-wip-us.apache.org/repos/asf/portals-pluto/repo
Commit: http://git-wip-us.apache.org/repos/asf/portals-pluto/commit/19424559
Tree: http://git-wip-us.apache.org/repos/asf/portals-pluto/tree/19424559
Diff: http://git-wip-us.apache.org/repos/asf/portals-pluto/diff/19424559

Branch: refs/heads/master
Commit: 194245593db96cef9d67df4b62a4bed1403686eb
Parents: 0f495b8 924dc28
Author: Scott Nicklous <ms...@apache.org>
Authored: Fri Dec 2 15:26:46 2016 +0100
Committer: Scott Nicklous <ms...@apache.org>
Committed: Fri Dec 2 15:26:46 2016 +0100

----------------------------------------------------------------------
 portlet-api/pom.xml | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)
----------------------------------------------------------------------