Return-Path: X-Original-To: apmail-manifoldcf-commits-archive@www.apache.org Delivered-To: apmail-manifoldcf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 35C21D4F7 for ; Tue, 17 Jul 2012 09:24:42 +0000 (UTC) Received: (qmail 73712 invoked by uid 500); 17 Jul 2012 09:24:41 -0000 Delivered-To: apmail-manifoldcf-commits-archive@manifoldcf.apache.org Received: (qmail 73603 invoked by uid 500); 17 Jul 2012 09:24:39 -0000 Mailing-List: contact commits-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list commits@manifoldcf.apache.org Received: (qmail 73576 invoked by uid 99); 17 Jul 2012 09:24:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2012 09:24:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2012 09:24:37 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E2A87238889B; Tue, 17 Jul 2012 09:24:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1362424 - /manifoldcf/integration/sharepoint-2010/trunk/README.txt Date: Tue, 17 Jul 2012 09:24:17 -0000 To: commits@manifoldcf.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120717092417.E2A87238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kwright Date: Tue Jul 17 09:24:17 2012 New Revision: 1362424 URL: http://svn.apache.org/viewvc?rev=1362424&view=rev Log: Update README file Modified: manifoldcf/integration/sharepoint-2010/trunk/README.txt Modified: manifoldcf/integration/sharepoint-2010/trunk/README.txt URL: http://svn.apache.org/viewvc/manifoldcf/integration/sharepoint-2010/trunk/README.txt?rev=1362424&r1=1362423&r2=1362424&view=diff ============================================================================== --- manifoldcf/integration/sharepoint-2010/trunk/README.txt (original) +++ manifoldcf/integration/sharepoint-2010/trunk/README.txt Tue Jul 17 09:24:17 2012 @@ -17,17 +17,26 @@ Instructions for Building Apache ManifoldCF SharePoint 2010 Plugin from Source -------------------------------------------------------------------------- -1. Download the Java SE 5 JDK (Java Development Kit), or greater, from http://java.sun.com. +This source MUST be built on a Windows system. + +1. Make sure you have .NET Framework 1.0 and .NET Framework 3.0 installed. + +2. Place the Microsoft SharePoint 2010 dll in the right place. There are several places + that will work. The preferred place is: + + C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\Microsoft.SharePoint.dll + +3. Download the Java SE 5 JDK (Java Development Kit), or greater, from http://java.sun.com. You will need the JDK installed, and the %JAVA_HOME%\bin directory included on your command path. To test this, issue a "java -version" command from your shell and verify that the Java version is 1.5 or greater. -2. Download the Apache Ant binary distribution (1.7.0 or greater) from http://ant.apache.org. +4. Download the Apache Ant binary distribution (1.7.0 or greater) from http://ant.apache.org. You will need Ant installed and the %ANT_HOME%\bin directory included on your command path. To test this, issue a "ant -version" command from your shell and verify that Ant is available. -3. In a shell, change to the root directory of the source (where you find the outermost +5. In a shell, change to the root directory of the source (where you find the outermost build.xml file), and type "ant" for directions.