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 17:56:35 UTC

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

Author: schor
Date: Fri Aug  6 15:56:34 2010
New Revision: 983034

URL: http://svn.apache.org/viewvc?rev=983034&view=rev
Log:
no Jira - more readability improvements- to building from sources, based on a user's feedback.

Modified:
    uima/site/trunk/uima-website/docs/building-uima.html
    uima/site/trunk/uima-website/xdocs/building-uima.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=983034&r1=983033&r2=983034&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/building-uima.html (original)
+++ uima/site/trunk/uima-website/docs/building-uima.html Fri Aug  6 15:56:34 2010
@@ -299,9 +299,11 @@ also are put into your local Maven repos
     <li>To run maven commands on a project, select the project, right click, and pick <code>Run as</code>
       and then select mvn install (or other choice as you wish).</li>
   </ol>
-                                                <p>If your Maven build generates sources (e.g., you have some XMLBeans defined), 
+                                                <p class="note"><big><b>Help! I'm getting compile errors (class not found) in Eclipse!</b></big>  
+    If your Maven build generates sources (e.g., you have some XMLBeans defined), 
     then after the initial import and project build, you'll need to use the m2eclipse command 
-    <code>Update Project Configuration</code> found on the <code>Maven</code> context menu obtained by right-clicking the project folder.</p>
+    <code>Update Project Configuration</code> found on the <code>Maven</code> context menu 
+    obtained by right-clicking the project folder.  This will add the generated classes to Eclipse's classpath.</p>
                             </blockquote>
         </td></tr>
     </table>

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=983034&r1=983033&r2=983034&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/building-uima.xml (original)
+++ uima/site/trunk/uima-website/xdocs/building-uima.xml Fri Aug  6 15:56:34 2010
@@ -119,9 +119,11 @@ also are put into your local Maven repos
       and then select mvn install (or other choice as you wish).</li>
   </ol>
   
-  <p>If your Maven build generates sources (e.g., you have some XMLBeans defined), 
+  <p class="note"><big><b>Help! I'm getting compile errors (class not found) in Eclipse!</b></big>  
+    If your Maven build generates sources (e.g., you have some XMLBeans defined), 
     then after the initial import and project build, you'll need to use the m2eclipse command 
-    <code>Update Project Configuration</code> found on the <code>Maven</code> context menu obtained by right-clicking the project folder.</p>
+    <code>Update Project Configuration</code> found on the <code>Maven</code> context menu 
+    obtained by right-clicking the project folder.  This will add the generated classes to Eclipse's classpath.</p>
  </subsection>
     
 <subsection name="Checking Out Code using Eclipse" id="checkout.using.eclipse">