You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2010/11/29 21:54:17 UTC

svn commit: r1040286 - in /uima/site/trunk/uima-website: docs/building-uima.html docs/dev-quick.html xdocs/building-uima.xml xdocs/dev-quick.xml

Author: schor
Date: Mon Nov 29 20:54:16 2010
New Revision: 1040286

URL: http://svn.apache.org/viewvc?rev=1040286&view=rev
Log:
[UIMA-1952] update instructions for building UIMA-AS

Modified:
    uima/site/trunk/uima-website/docs/building-uima.html
    uima/site/trunk/uima-website/docs/dev-quick.html
    uima/site/trunk/uima-website/xdocs/building-uima.xml
    uima/site/trunk/uima-website/xdocs/dev-quick.xml

Modified: uima/site/trunk/uima-website/docs/building-uima.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/building-uima.html?rev=1040286&r1=1040285&r2=1040286&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/building-uima.html (original)
+++ uima/site/trunk/uima-website/docs/building-uima.html Mon Nov 29 20:54:16 2010
@@ -235,13 +235,14 @@
     <li><p>
       <code>cd to c:\myWorkingDirectoryForUimaj\uimaj</code> or <br />
       <code>cd to c:\myWorkingDirectoryForUima-as\uima-as</code>.</p>
-      <p class="note">The uima-as build is currently (Nov 2010) being migrated to a new approach, and may not be
-      working, but will be soon.</p>
     </li>
     <li><p><code>mvn install</code></p>
       <p>This will build the project and install it to your local Maven repository. 
       For multi-module projects, it will build all the submodules.</p>
-    </li>  
+    </li>
+    <p class="note">
+      UIMA-AS depends on the UIMA SDK (called uimaj above), so before building UIMA-AS, please checkout and build uimaj first. 
+    </p>  
   </ol>
                                                 <p>
     The build process builds all of the jars, any docbooks, runs the unit tests and other

Modified: uima/site/trunk/uima-website/docs/dev-quick.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/dev-quick.html?rev=1040286&r1=1040285&r2=1040286&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/dev-quick.html (original)
+++ uima/site/trunk/uima-website/docs/dev-quick.html Mon Nov 29 20:54:16 2010
@@ -186,8 +186,7 @@
       </td></tr>
       <tr><td>
         <blockquote class="sectionBody">
-                                    <title>Checkout and Build UIMA SDK</title>
-                                                <p>To build all of the Apache UIMA Java SDK
+                                    <p>To build all of the Apache UIMA Java SDK
 (including the docbooks and the binary assembly) and install these artifacts 
 to your local maven repository, do the following:
 <ul>
@@ -212,7 +211,18 @@ Then, look inside the unpacked result fo
       </td></tr>
       <tr><td>
         <blockquote class="sectionBody">
-                                    <p>Coming soon...</p>
+                                    <p>The build for UIMA-AS depends on the UIMA SDK, so build that first,
+following the directions above.
+</p>
+                                                <p>Then, to build UIMA-AS
+(including the docbooks and the binary assembly) and install these artifacts 
+to your local maven repository, do the following:
+<ul>
+<li><code>svn checkout https://svn.apache.org/repos/uima/uima-as/trunk /myWorkingCopyAS</code></li>
+<li><code>cd /myWorkingCopyAS/uima-as</code></li>
+<li><code>mvn install</code></li>
+</ul>
+</p>
                             </blockquote>
         </p>
       </td></tr>

Modified: uima/site/trunk/uima-website/xdocs/building-uima.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/building-uima.xml?rev=1040286&r1=1040285&r2=1040286&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/building-uima.xml (original)
+++ uima/site/trunk/uima-website/xdocs/building-uima.xml Mon Nov 29 20:54:16 2010
@@ -75,13 +75,14 @@ under the License.
     <li><p>
       <code>cd to c:\myWorkingDirectoryForUimaj\uimaj</code> or <br/>
       <code>cd to c:\myWorkingDirectoryForUima-as\uima-as</code>.</p>
-      <p class="note">The uima-as build is currently (Nov 2010) being migrated to a new approach, and may not be
-      working, but will be soon.</p>
     </li>
     <li><p><code>mvn install</code></p>
       <p>This will build the project and install it to your local Maven repository. 
       For multi-module projects, it will build all the submodules.</p>
-    </li>  
+    </li>
+    <p class="note">
+      Note: UIMA-AS depends on the UIMA SDK (called uimaj above), so before building UIMA-AS, please checkout and build uimaj first. 
+    </p>  
   </ol>
   
   <p>

Modified: uima/site/trunk/uima-website/xdocs/dev-quick.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/dev-quick.xml?rev=1040286&r1=1040285&r2=1040286&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/dev-quick.xml (original)
+++ uima/site/trunk/uima-website/xdocs/dev-quick.xml Mon Nov 29 20:54:16 2010
@@ -33,7 +33,6 @@ under the License.
 </section>
 
 <section name="Checkout and Build UIMA SDK">
-<title>Checkout and Build UIMA SDK</title>
 <p>To build all of the Apache UIMA Java SDK
 (including the docbooks and the binary assembly) and install these artifacts 
 to your local maven repository, do the following:
@@ -52,7 +51,18 @@ Then, look inside the unpacked result fo
 </section>
 
 <section name="Checkout and Build UIMA-AS">
-<p>Coming soon...</p>
+<p>The build for UIMA-AS depends on the UIMA SDK, so build that first,
+following the directions above.
+</p>
+<p>Then, to build UIMA-AS
+(including the docbooks and the binary assembly) and install these artifacts 
+to your local maven repository, do the following:
+<ul>
+<li><code>svn checkout https://svn.apache.org/repos/uima/uima-as/trunk /myWorkingCopyAS</code></li>
+<li><code>cd /myWorkingCopyAS/uima-as</code></li>
+<li><code>mvn install</code></li>
+</ul>
+</p>
 </section>
 
 <section name="Checkout and Build a Sandbox project">