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/08/06 19:57:14 UTC

svn commit: r983072 - in /uima/site/trunk/uima-website: docs/one-time-setup.html xdocs/one-time-setup.xml

Author: schor
Date: Fri Aug  6 17:57:14 2010
New Revision: 983072

URL: http://svn.apache.org/viewvc?rev=983072&view=rev
Log:
no Jira - clarify writeup

Modified:
    uima/site/trunk/uima-website/docs/one-time-setup.html
    uima/site/trunk/uima-website/xdocs/one-time-setup.xml

Modified: uima/site/trunk/uima-website/docs/one-time-setup.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/one-time-setup.html?rev=983072&r1=983071&r2=983072&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/one-time-setup.html (original)
+++ uima/site/trunk/uima-website/docs/one-time-setup.html Fri Aug  6 17:57:14 2010
@@ -246,15 +246,25 @@
           Until this is fixed, install this "update" after installing the base:
            <ol><li>Download <a class="external" rel="nofollow" target="_blank" href="           https://cit-server.cit.tu-berlin.de/~battre/org.maven.ide.eclipse.site-0.10.1-SNAPSHOT-site.zip">
           https://cit-server.cit.tu-berlin.de/~battre/org.maven.ide.eclipse.site-0.10.1-SNAPSHOT-site.zip</a>
-          </li><li> 
-          unzip it locally
           </li>
-          <li>add the directory as a local "Software Site" in "Help -&gt; Install New Software".</li>
-          </ol>
-        </p>
-        <p>For more details about this bug, see 
+          <li>Add the zip file as a local "Software Site" in "Help -&gt; Install New Software".
+            Eclipse should give a message to the effect that the install will be changed to an update
+            operation, and then it will update the 0.10.0 base to the 0.10.1 level.
+            <p>For more details about this bug, see 
           <a class="external" rel="nofollow" target="_blank" href="https://issues.sonatype.org/browse/MNGECLIPSE-1694">https://issues.sonatype.org/browse/MNGECLIPSE-1694</a>.
+        </p></li>
+          <li>You probably also want the m2eclipse SCM integration - this adds menus to SCM such as
+            <code>Checkout as Maven project</code>.  To get this, add the Eclipse update site:  
+            <a class="external" rel="nofollow" target="_blank" href="http://m2eclipse.sonatype.org/sites/m2e-extras">
+                    http://m2eclipse.sonatype.org/sites/m2e-extras</a>
+              and then select 
+              <ul><li>Maven SCM handler for Subclispe</li>
+                <li>Maven SCM Integration</li>
+                </ul>
+           </li>
+          </ol>
         </p>
+        
       </li>
       <li>Use Eclipse<code> Preferences -&gt; Maven -&gt; Installations </code> to add the Maven 3.0-beta-1 (or later) installation as the
         default to use.</li>
@@ -273,8 +283,17 @@
         <blockquote class="sectionBody">
                                     <p>
     A patch is needed to get get the Maven Docbkx plugin to work with Maven 3:
-    <ol><li>use m2Eclipse to checkout 
-        http://docbkx-tools.googlecode.com/svn/tags/docbkx-2.0.10/docbkx-maven-base project</li>
+    <ol><li>use m2Eclipse to checkout the <code>docbkx-maven-base</code> project from
+        <code>http://docbkx-tools.googlecode.com/svn/tags/docbkx-2.0.10</code></li>
+        <p>To do this, 
+        add an svn repository pointing to <code>http://docbkx-tools.googlecode.com/svn/tags/docbkx-2.0.10</code>, and 
+        then open this link and navigate to the <code>docbkx-maven-base</code> project.  Right click it and
+        do Check-out-as-Maven-project.
+        <p class="note">If you don't have the m2eclipse/SCM integration "extras" installed (see above) you won't have 
+          the menu pick to Check-out-as-Maven-project.  In this case, just check it out normally, 
+          then delete it from the workspace
+          (but not from the disk), and then import the disk copy as a Maven project using the Import - as-Maven-project menu.</p>
+        </p>
         <li>Edit line 472 of <code>AbstractTransformerMojo.java</code>, where it says <code>...getResources("/catalog.xml")</code> and 
           remove the <code>/</code> in front of <code>catalog.xml</code>.</li>
         <li>do a<code> mvn install </code> in the docbkx-maven-base directory, to install the fix to your local repo.</li>

Modified: uima/site/trunk/uima-website/xdocs/one-time-setup.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/one-time-setup.xml?rev=983072&r1=983071&r2=983072&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/one-time-setup.xml (original)
+++ uima/site/trunk/uima-website/xdocs/one-time-setup.xml Fri Aug  6 17:57:14 2010
@@ -88,16 +88,27 @@ under the License.
             href="
           https://cit-server.cit.tu-berlin.de/~battre/org.maven.ide.eclipse.site-0.10.1-SNAPSHOT-site.zip">
           https://cit-server.cit.tu-berlin.de/~battre/org.maven.ide.eclipse.site-0.10.1-SNAPSHOT-site.zip</a>
-          </li><li> 
-          unzip it locally
           </li>
-          <li>add the directory as a local "Software Site" in "Help -> Install New Software".</li>
-          </ol>
-        </p>
-        <p>For more details about this bug, see 
+          <li>Add the zip file as a local "Software Site" in "Help -> Install New Software".
+            Eclipse should give a message to the effect that the install will be changed to an update
+            operation, and then it will update the 0.10.0 base to the 0.10.1 level.
+            <p>For more details about this bug, see 
           <a class="external" rel="nofollow" target="_blank"
           href="https://issues.sonatype.org/browse/MNGECLIPSE-1694">https://issues.sonatype.org/browse/MNGECLIPSE-1694</a>.
+        </p></li>
+          <li>You probably also want the m2eclipse SCM integration - this adds menus to SCM such as
+            <code>Checkout as Maven project</code>.  To get this, add the Eclipse update site:  
+            <a class="external" rel="nofollow" target="_blank"
+              href="http://m2eclipse.sonatype.org/sites/m2e-extras">
+                    http://m2eclipse.sonatype.org/sites/m2e-extras</a>
+              and then select 
+              <ul><li>Maven SCM handler for Subclispe</li>
+                <li>Maven SCM Integration</li>
+                </ul>
+           </li>
+          </ol>
         </p>
+        
       </li>
       <li>Use Eclipse<code> Preferences -> Maven -> Installations </code> to add the Maven 3.0-beta-1 (or later) installation as the
         default to use.</li>
@@ -108,8 +119,17 @@ under the License.
 <section name="One time setup for using the Docbkx Maven plugin" id="docbkx-setup">
   <p>
     A patch is needed to get get the Maven Docbkx plugin to work with Maven 3:
-    <ol><li>use m2Eclipse to checkout 
-        http://docbkx-tools.googlecode.com/svn/tags/docbkx-2.0.10/docbkx-maven-base project</li>
+    <ol><li>use m2Eclipse to checkout the <code>docbkx-maven-base</code> project from
+        <code>http://docbkx-tools.googlecode.com/svn/tags/docbkx-2.0.10</code></li>
+        <p>To do this, 
+        add an svn repository pointing to <code>http://docbkx-tools.googlecode.com/svn/tags/docbkx-2.0.10</code>, and 
+        then open this link and navigate to the <code>docbkx-maven-base</code> project.  Right click it and
+        do Check-out-as-Maven-project.
+        <p class="note">If you don't have the m2eclipse/SCM integration "extras" installed (see above) you won't have 
+          the menu pick to Check-out-as-Maven-project.  In this case, just check it out normally, 
+          then delete it from the workspace
+          (but not from the disk), and then import the disk copy as a Maven project using the Import - as-Maven-project menu.</p>
+        </p>
         <li>Edit line 472 of <code>AbstractTransformerMojo.java</code>, where it says <code>...getResources("/catalog.xml")</code> and 
           remove the <code>/</code> in front of <code>catalog.xml</code>.</li>
         <li>do a<code> mvn install </code> in the docbkx-maven-base directory, to install the fix to your local repo.</li>