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

svn commit: r1407646 - /incubator/ctakes/site/trunk/content/ctakes/developerguide.mdtext

Author: bleeker
Date: Fri Nov  9 21:20:39 2012
New Revision: 1407646

URL: http://svn.apache.org/viewvc?rev=1407646&view=rev
Log:
CMS commit to ctakes by bleeker

Modified:
    incubator/ctakes/site/trunk/content/ctakes/developerguide.mdtext

Modified: incubator/ctakes/site/trunk/content/ctakes/developerguide.mdtext
URL: http://svn.apache.org/viewvc/incubator/ctakes/site/trunk/content/ctakes/developerguide.mdtext?rev=1407646&r1=1407645&r2=1407646&view=diff
==============================================================================
--- incubator/ctakes/site/trunk/content/ctakes/developerguide.mdtext (original)
+++ incubator/ctakes/site/trunk/content/ctakes/developerguide.mdtext Fri Nov  9 21:20:39 2012
@@ -16,33 +16,12 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
-## Viewing the code on the web via ViewVC
+##Current Stable Release
 
-You can browse [our repository][2] in your web browser.
+[cTAKES 2.5](https://wiki.nci.nih.gov/display/VKC/cTAKES+2.5) is the latest stable release. This release was developed prior to moving to Apache Software Foundation.
 
-## Building and Running
+##Future Release
 
-### Using Eclipse IDE
-*Requirements*: Eclipse IDE 4.2+, Java JDK 1.6+, subversive plugin (or svn equivalent with appropriate svn team provider connectors), m2e plugin (or mvn equivalent)
-
- 1. Import Project > Maven > Checkout Maven Project from SCM
- 2. Use: svn: [https://svn.apache.org/repos/asf/incubator/ctakes/trunk][2]
- 3. Select all projects.  
- 4. 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.)
- 5. [Optional] If you would like to launch the UIMA CVD/CPE GUI, run ctakes-clinical-pipeline/resources/launch/UIMA_{CVD/CPE}_GUI--clinical_documents_
-pipeline.launch.
-
-### Using Command Line
-*Requirements*: SVN, Java JDK 1.6+, Maven 3.0+
-
- 1. svn co [https://svn.apache.org/repos/asf/incubator/ctakes/trunk][2] ctakes
- 2. mvn clean compile package
- 3. [Optional] If you would like to launch the UIMA CVD/CPE GUI, run $ MAVEN_OPTS="-Xmx1g" mvn -PrunCVD compile
-
-Notes:  If you run the mvn package, it will generate a binary distribution in /ctakes-distribution/target/ctakes-{release}-bin.tar.gz/zip.
-
-For further information see the [Apache Source Code Repository][3] page.
-
-[2]: http://svn.apache.org/viewvc/incubator/ctakes/trunk
-[3]: http://www.apache.org/dev/version-control.html
\ No newline at end of file
+Please use these guides if you are working with the cTAKES committers on releases currently under development:  
+[cTAKES 2.6 Developer Guide](2.6.0/developer-guide-2.6)  
+[cTAKES 3.0 Developer Guide](3.0.0/developer-guide-3.0)  
\ No newline at end of file