You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by bu...@apache.org on 2012/11/09 22:20:44 UTC

svn commit: r837804 - in /websites/staging/ctakes/trunk/content: ./ ctakes/developerguide.html

Author: buildbot
Date: Fri Nov  9 21:20:44 2012
New Revision: 837804

Log:
Staging update by buildbot for ctakes

Modified:
    websites/staging/ctakes/trunk/content/   (props changed)
    websites/staging/ctakes/trunk/content/ctakes/developerguide.html

Propchange: websites/staging/ctakes/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Nov  9 21:20:44 2012
@@ -1 +1 @@
-1407645
+1407646

Modified: websites/staging/ctakes/trunk/content/ctakes/developerguide.html
==============================================================================
--- websites/staging/ctakes/trunk/content/ctakes/developerguide.html (original)
+++ websites/staging/ctakes/trunk/content/ctakes/developerguide.html Fri Nov  9 21:20:44 2012
@@ -83,30 +83,13 @@
 </ul>
   </div>
   <div id="contenta">
-    <h2 id="viewing-the-code-on-the-web-via-viewvc">Viewing the code on the web via ViewVC</h2>
-<p>You can browse <a href="http://svn.apache.org/viewvc/incubator/ctakes/trunk">our repository</a> in your web browser.</p>
-<h2 id="building-and-running">Building and Running</h2>
-<h3 id="using-eclipse-ide">Using Eclipse IDE</h3>
-<p><em>Requirements</em>: Eclipse IDE 4.2+, Java JDK 1.6+, subversive plugin (or svn equivalent with appropriate svn team provider connectors), m2e plugin (or mvn equivalent)</p>
-<ol>
-<li>Import Project &gt; Maven &gt; Checkout Maven Project from SCM</li>
-<li>Use: svn: <a href="http://svn.apache.org/viewvc/incubator/ctakes/trunk">https://svn.apache.org/repos/asf/incubator/ctakes/trunk</a></li>
-<li>Select all projects.<br />
-</li>
-<li>Wait until Eclipse downloads and builds all of your projects (it may take up to 30 mins depending on the machine).  The 
-various build helpers should run jcasgen and builds the projects for you (there shouldn't be a need to run mvn install, etc.)</li>
-<li>[Optional] If you would like to launch the UIMA CVD/CPE GUI, run ctakes-clinical-pipeline/resources/launch/UIMA_{CVD/CPE}<em>GUI--clinical_documents</em>
-pipeline.launch.</li>
-</ol>
-<h3 id="using-command-line">Using Command Line</h3>
-<p><em>Requirements</em>: SVN, Java JDK 1.6+, Maven 3.0+</p>
-<ol>
-<li>svn co <a href="http://svn.apache.org/viewvc/incubator/ctakes/trunk">https://svn.apache.org/repos/asf/incubator/ctakes/trunk</a> ctakes</li>
-<li>mvn clean compile package</li>
-<li>[Optional] If you would like to launch the UIMA CVD/CPE GUI, run $ MAVEN_OPTS="-Xmx1g" mvn -PrunCVD compile</li>
-</ol>
-<p>Notes:  If you run the mvn package, it will generate a binary distribution in /ctakes-distribution/target/ctakes-{release}-bin.tar.gz/zip.</p>
-<p>For further information see the <a href="http://www.apache.org/dev/version-control.html">Apache Source Code Repository</a> page.</p>
+    <h2 id="current-stable-release">Current Stable Release</h2>
+<p><a href="https://wiki.nci.nih.gov/display/VKC/cTAKES+2.5">cTAKES 2.5</a> is the latest stable release. This release was developed prior to moving to Apache Software Foundation.</p>
+<h2 id="future-release">Future Release</h2>
+<p>Please use these guides if you are working with the cTAKES committers on releases currently under development:<br />
+<a href="2.6.0/developer-guide-2.6">cTAKES 2.6 Developer Guide</a><br />
+<a href="3.0.0/developer-guide-3.0">cTAKES 3.0 Developer Guide</a><br />
+</p>
   </div>
  
  <div id="footera">