You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2014/11/24 09:24:18 UTC

svn commit: r1641328 - in /manifoldcf/trunk: ./ site/src/documentation/content/xdocs/en_US/ site/src/documentation/content/xdocs/ja_JP/ site/src/documentation/content/xdocs/zh_CN/

Author: kwright
Date: Mon Nov 24 08:24:18 2014
New Revision: 1641328

URL: http://svn.apache.org/r1641328
Log:
Fix for CONNECTORS-1063.

Modified:
    manifoldcf/trunk/CHANGES.txt
    manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml
    manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml
    manifoldcf/trunk/site/src/documentation/content/xdocs/zh_CN/how-to-build-and-deploy.xml

Modified: manifoldcf/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1641328&r1=1641327&r2=1641328&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Mon Nov 24 08:24:18 2014
@@ -3,6 +3,10 @@ $Id$
 
 ======================= 2.0-dev =====================
 
+CONNECTORS-1063: Add section to how-to-build-and-deploy on
+the Alfresco Webscript connector.
+(Karl Wright, Maurizio Pillitu)
+
 CONNECTORS-1112: Reduce contention for zookeeper resources by
 caching local configuration data, and by reorganizing stuffer thread.
 (Aeham Abushwashi, Karl Wright)

Modified: manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml?rev=1641328&r1=1641327&r2=1641328&view=diff
==============================================================================
--- manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml (original)
+++ manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml Mon Nov 24 08:24:18 2014
@@ -78,6 +78,7 @@
             The framework itself and the following repository connectors will be built:</p>
         <p></p>
         <ul>
+          <li>Alfresco Webscript connector</li>
           <li>CMIS connector</li>
           <li>EMC Documentum connector, built against a Documentum API stub</li>
           <li>DropBox connector</li>
@@ -102,6 +103,7 @@
         <p></p>
         <ul>
           <li>Active Directory authority</li>
+          <li>Alfresco Webscript authority</li>
           <li>CMIS authority</li>
           <li>EMC Documentum authority</li>
           <li>Atlassian Jira authority</li>
@@ -145,16 +147,26 @@
         <p></p>
             
         <section>
-          <title>Building and testing the Alfresco connector</title>
+          <title>Building and testing the legacy Alfresco connector</title>
           <p></p>
-          <p>The Alfresco connector requires the Alfresco Web Services Client provided by Alfresco in order to be built. Place this jar into the directory <em>connectors/alfresco/lib-proprietary</em> before you build.
+          <p>The legacy Alfresco connector requires the Alfresco Web Services Client provided by Alfresco in order to be built. Place this jar into the directory <em>connectors/alfresco/lib-proprietary</em> before you build.
               This will occur automatically if you execute the ant target "make-deps" from the ManifoldCF root directory.</p>
           <p></p>
           <p>To run integration tests for the connector you have to copy the alfresco.war including H2 support created by the Maven module test-materials/alfresco-4-war (using "mvn package" inside the folder)
               into the <em>connectors/alfresco/test-materials-proprietary</em> folder.  Then use the "ant test" or "mvn integration-test" for the standard build to execute integration tests.</p>
           <p></p>
         </section>
-        
+
+        <section>
+          <title>Building and testing the Alfresco Webscript connector</title>
+          <p></p>
+          <p>The Alfresco Webscript connector is built against an open-source Alfresco Indexer client, which requires a corresponding Alfresco Indexer plugin
+                to be installed on your Alfresco instance.  This Alfresco Indexer plugin is currently available for download.  Installation of the plugin should follow the
+                standard Alfresco installation steps, as described <a href="http://docs.alfresco.com/4.1/tasks/amp-install.html">here</a>.
+                See <a href="https://github.com/maoo/alfresco-indexer">this page</a> for configuration details, and for the plugin itself.</p>
+          <p></p>
+        </section>
+
         <section>
           <title>Building and running the Documentum connector</title>
           <p></p>

Modified: manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml?rev=1641328&r1=1641327&r2=1641328&view=diff
==============================================================================
--- manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml (original)
+++ manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml Mon Nov 24 08:24:18 2014
@@ -78,6 +78,7 @@
             The framework itself and the following repository connectors will be built:</p>
         <p></p>
         <ul>
+          <li>Alfresco Webscript connector</li>
           <li>CMIS connector</li>
           <li>EMC Documentum connector, built against a Documentum API stub</li>
           <li>DropBox connector</li>
@@ -102,6 +103,7 @@
         <p></p>
         <ul>
           <li>Active Directory authority</li>
+          <li>Alfresco Webscript authority</li>
           <li>CMIS authority</li>
           <li>EMC Documentum authority</li>
           <li>Atlassian Jira authority</li>
@@ -145,16 +147,26 @@
         <p></p>
             
         <section>
-          <title>Building and testing the Alfresco connector</title>
+          <title>Building and testing the legacy Alfresco connector</title>
           <p></p>
-          <p>The Alfresco connector requires the Alfresco Web Services Client provided by Alfresco in order to be built. Place this jar into the directory <em>connectors/alfresco/lib-proprietary</em> before you build.
+          <p>The legacy Alfresco connector requires the Alfresco Web Services Client provided by Alfresco in order to be built. Place this jar into the directory <em>connectors/alfresco/lib-proprietary</em> before you build.
               This will occur automatically if you execute the ant target "make-deps" from the ManifoldCF root directory.</p>
           <p></p>
           <p>To run integration tests for the connector you have to copy the alfresco.war including H2 support created by the Maven module test-materials/alfresco-4-war (using "mvn package" inside the folder)
               into the <em>connectors/alfresco/test-materials-proprietary</em> folder.  Then use the "ant test" or "mvn integration-test" for the standard build to execute integration tests.</p>
           <p></p>
         </section>
-        
+
+        <section>
+          <title>Building and testing the Alfresco Webscript connector</title>
+          <p></p>
+          <p>The Alfresco Webscript connector is built against an open-source Alfresco Indexer client, which requires a corresponding Alfresco Indexer plugin
+                to be installed on your Alfresco instance.  This Alfresco Indexer plugin is currently available for download.  Installation of the plugin should follow the
+                standard Alfresco installation steps, as described <a href="http://docs.alfresco.com/4.1/tasks/amp-install.html">here</a>.
+                See <a href="https://github.com/maoo/alfresco-indexer">this page</a> for configuration details, and for the plugin itself.</p>
+          <p></p>
+        </section>
+
         <section>
           <title>Building and running the Documentum connector</title>
           <p></p>

Modified: manifoldcf/trunk/site/src/documentation/content/xdocs/zh_CN/how-to-build-and-deploy.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/site/src/documentation/content/xdocs/zh_CN/how-to-build-and-deploy.xml?rev=1641328&r1=1641327&r2=1641328&view=diff
==============================================================================
--- manifoldcf/trunk/site/src/documentation/content/xdocs/zh_CN/how-to-build-and-deploy.xml (original)
+++ manifoldcf/trunk/site/src/documentation/content/xdocs/zh_CN/how-to-build-and-deploy.xml Mon Nov 24 08:24:18 2014
@@ -78,6 +78,7 @@
             The framework itself and the following repository connectors will be built:</p>
         <p></p>
         <ul>
+          <li>Alfresco Webscript connector</li>
           <li>CMIS connector</li>
           <li>EMC Documentum connector, built against a Documentum API stub</li>
           <li>DropBox connector</li>
@@ -102,6 +103,7 @@
         <p></p>
         <ul>
           <li>Active Directory authority</li>
+          <li>Alfresco Webscript authority</li>
           <li>CMIS authority</li>
           <li>EMC Documentum authority</li>
           <li>Atlassian Jira authority</li>
@@ -145,16 +147,26 @@
         <p></p>
             
         <section>
-          <title>Building and testing the Alfresco connector</title>
+          <title>Building and testing the legacy Alfresco connector</title>
           <p></p>
-          <p>The Alfresco connector requires the Alfresco Web Services Client provided by Alfresco in order to be built. Place this jar into the directory <em>connectors/alfresco/lib-proprietary</em> before you build.
+          <p>The legacy Alfresco connector requires the Alfresco Web Services Client provided by Alfresco in order to be built. Place this jar into the directory <em>connectors/alfresco/lib-proprietary</em> before you build.
               This will occur automatically if you execute the ant target "make-deps" from the ManifoldCF root directory.</p>
           <p></p>
           <p>To run integration tests for the connector you have to copy the alfresco.war including H2 support created by the Maven module test-materials/alfresco-4-war (using "mvn package" inside the folder)
               into the <em>connectors/alfresco/test-materials-proprietary</em> folder.  Then use the "ant test" or "mvn integration-test" for the standard build to execute integration tests.</p>
           <p></p>
         </section>
-        
+
+        <section>
+          <title>Building and testing the Alfresco Webscript connector</title>
+          <p></p>
+          <p>The Alfresco Webscript connector is built against an open-source Alfresco Indexer client, which requires a corresponding Alfresco Indexer plugin
+                to be installed on your Alfresco instance.  This Alfresco Indexer plugin is currently available for download.  Installation of the plugin should follow the
+                standard Alfresco installation steps, as described <a href="http://docs.alfresco.com/4.1/tasks/amp-install.html">here</a>.
+                See <a href="https://github.com/maoo/alfresco-indexer">this page</a> for configuration details, and for the plugin itself.</p>
+          <p></p>
+        </section>
+
         <section>
           <title>Building and running the Documentum connector</title>
           <p></p>