Author: kwright
Date: Thu Jan 31 21:43:21 2013
New Revision: 1441208

URL: http://svn.apache.org/viewvc?rev=1441208&view=rev
Log:
Update how-to-build documentation, as well as the place we get the japanese 
fonts from.

Modified:
    manifoldcf/trunk/site/build.xml
    
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

Modified: manifoldcf/trunk/site/build.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/site/build.xml?rev=1441208&r1=1441207&r2=1441208&view=diff
==============================================================================
--- manifoldcf/trunk/site/build.xml (original)
+++ manifoldcf/trunk/site/build.xml Thu Jan 31 21:43:21 2013
@@ -268,7 +268,8 @@
       <mkdir dir="fonts"/>
       <!-- 
http://ossipedia.ipa.go.jp/ipafont/download.html?ruleagreement=%E5%90%8C%E6%84%8F%E3%81%99%E3%82%8B%2FAccept
 -->
       <!-- get src="http://ossipedia.ipa.go.jp/ipafont/IPAGTTC00303.php"; 
dest="fonts/IPAGTTC00303.zip"/ -->
-      <get 
src="http://info.openlab.ipa.go.jp/ipafont/fontdata/IPAGTTC00303.zip"; 
dest="fonts"/>
+      <!-- get 
src="http://info.openlab.ipa.go.jp/ipafont/fontdata/IPAGTTC00303.zip"; 
dest="fonts"/ -->
+      <get src="http://ossipedia.ipa.go.jp/ipafont/ipafont/IPAGTTC00303.zip"; 
dest="fonts"/>
     </target>
     
     <target name="download-dependencies" 
depends="download-dejavu-fonts,download-ipa-fonts">

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=1441208&r1=1441207&r2=1441208&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
 Thu Jan 31 21:43:21 2013
@@ -239,12 +239,12 @@
         <section>
           <title>Preparation</title>
           <p>Before you begin, you will need to install Maven (if you haven't 
already) and prepare by downloading the necessary materials to support the LGPL 
connector builds, just as you would for the Ant
-              build described in the previous section.  Then, you need to push 
various ManifoldCF-required jars into your local Maven repository.  The script 
<em>mvn-bootstrap[.sh|.bat]</em> will do this for you.
-              This script takes no arguments, but does require internet access 
in order to download LGPL jars that are required by the Maven build.</p>
-              <p>Notice that if you have downloaded the source code of the 
0.5-incubating release, before building with Maven, you also need to execute 
the following command from the root folder of the project:</p>
-              <source>
-mvn install:install-file -Dfile=lib/commons-httpclient.jar 
-DgroupId=commons-httpclient -DartifactId=commons-httpclient-mcf -Dversion=3.1  
-Dpackaging=jar
-              </source>
+              build described in the previous section.  Then, you need to push 
various ManifoldCF-required jars into your local Maven repository.  To do that, 
please do the following:</p>
+          <ol>
+              <li>Populate your <em>lib</em> directory with the jars 
necessary.  You can do this either by downloading and unpacking an appropriate 
lib distribution, or by executing the appropriate Ant commands.
+                  The command <em>ant download-xerces download-xmlsec 
download-opensaml</em> should be sufficient.</li>
+              <li>Run the script <em>mvn-bootstrap[.sh|.bat]</em>. This script 
takes no arguments.</li>
+          </ol>
         </section>
         <section>
           <title>How to build</title>

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=1441208&r1=1441207&r2=1441208&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
 Thu Jan 31 21:43:21 2013
@@ -239,12 +239,12 @@
         <section>
           <title>Preparation</title>
           <p>Before you begin, you will need to install Maven (if you haven't 
already) and prepare by downloading the necessary materials to support the LGPL 
connector builds, just as you would for the Ant
-              build described in the previous section.  Then, you need to push 
various ManifoldCF-required jars into your local Maven repository.  The script 
<em>mvn-bootstrap[.sh|.bat]</em> will do this for you.
-              This script takes no arguments, but does require internet access 
in order to download LGPL jars that are required by the Maven build.</p>
-              <p>Notice that if you have downloaded the source code of the 
0.5-incubating release, before building with Maven, you also need to execute 
the following command from the root folder of the project:</p>
-              <source>
-mvn install:install-file -Dfile=lib/commons-httpclient.jar 
-DgroupId=commons-httpclient -DartifactId=commons-httpclient-mcf -Dversion=3.1  
-Dpackaging=jar
-              </source>
+              build described in the previous section.  Then, you need to push 
various ManifoldCF-required jars into your local Maven repository.  To do that, 
please do the following:</p>
+          <ol>
+              <li>Populate your <em>lib</em> directory with the jars 
necessary.  You can do this either by downloading and unpacking an appropriate 
lib distribution, or by executing the appropriate Ant commands.
+                  The command <em>ant download-xerces download-xmlsec 
download-opensaml</em> should be sufficient.</li>
+              <li>Run the script <em>mvn-bootstrap[.sh|.bat]</em>. This script 
takes no arguments.</li>
+          </ol>
         </section>
         <section>
           <title>How to build</title>


Reply via email to