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 2009/10/14 23:01:34 UTC

svn commit: r825277 - in /incubator/uima/site/trunk/uima-website: docs/svn.html xdocs/svn.xml

Author: schor
Date: Wed Oct 14 21:01:34 2009
New Revision: 825277

URL: http://svn.apache.org/viewvc?rev=825277&view=rev
Log:
no Jira - a few clarifications on building from svn checkout in Eclipse

Modified:
    incubator/uima/site/trunk/uima-website/docs/svn.html
    incubator/uima/site/trunk/uima-website/xdocs/svn.xml

Modified: incubator/uima/site/trunk/uima-website/docs/svn.html
URL: http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/docs/svn.html?rev=825277&r1=825276&r2=825277&view=diff
==============================================================================
--- incubator/uima/site/trunk/uima-website/docs/svn.html (original)
+++ incubator/uima/site/trunk/uima-website/docs/svn.html Wed Oct 14 21:01:34 2009
@@ -394,7 +394,11 @@
 	<li>Select "Check out into the workspace as projects" and click "Finish"</li>	
 </ol>	
 			
-This will check out all of the code, but it will not build.  See below for instructions on how to build from Eclipse.
+This will check out all of the code, but as "plain" (that is, not Java) projects.
+To convert the projects to Java projects, you need to do <code>mvn install eclipse:eclipse</code>
+in the uimaj project directory, the uimaj-as project directory, and the SandboxDistr project directory,
+for the base UIMA, UIMA-AS, and the Sandbox Distribution, depending on which ones you checked out. 
+See below for more details on these steps.
 </p>
                             </blockquote>
         </td></tr>

Modified: incubator/uima/site/trunk/uima-website/xdocs/svn.xml
URL: http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/xdocs/svn.xml?rev=825277&r1=825276&r2=825277&view=diff
==============================================================================
--- incubator/uima/site/trunk/uima-website/xdocs/svn.xml (original)
+++ incubator/uima/site/trunk/uima-website/xdocs/svn.xml Wed Oct 14 21:01:34 2009
@@ -183,7 +183,11 @@
 	<li>Select "Check out into the workspace as projects" and click "Finish"</li>	
 </ol>	
 			
-This will check out all of the code, but it will not build.  See below for instructions on how to build from Eclipse.
+This will check out all of the code, but as "plain" (that is, not Java) projects.
+To convert the projects to Java projects, you need to do <code>mvn install eclipse:eclipse</code>
+in the uimaj project directory, the uimaj-as project directory, and the SandboxDistr project directory,
+for the base UIMA, UIMA-AS, and the Sandbox Distribution, depending on which ones you checked out. 
+See below for more details on these steps.
 </p>
 </subsection>