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:19:13 UTC

svn commit: r1407644 - /incubator/ctakes/site/trunk/content/ctakes/3.0.0/developer-guide-3.0.mdtext

Author: bleeker
Date: Fri Nov  9 21:19:12 2012
New Revision: 1407644

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

Added:
    incubator/ctakes/site/trunk/content/ctakes/3.0.0/developer-guide-3.0.mdtext   (with props)

Added: incubator/ctakes/site/trunk/content/ctakes/3.0.0/developer-guide-3.0.mdtext
URL: http://svn.apache.org/viewvc/incubator/ctakes/site/trunk/content/ctakes/3.0.0/developer-guide-3.0.mdtext?rev=1407644&view=auto
==============================================================================
--- incubator/ctakes/site/trunk/content/ctakes/3.0.0/developer-guide-3.0.mdtext (added)
+++ incubator/ctakes/site/trunk/content/ctakes/3.0.0/developer-guide-3.0.mdtext Fri Nov  9 21:19:12 2012
@@ -0,0 +1,48 @@
+Title:
+Notice:    Licensed to the Apache Software Foundation (ASF) under one
+           or more contributor license agreements.  See the NOTICE file
+           distributed with this work for additional information
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+           .
+             http://www.apache.org/licenses/LICENSE-2.0
+           .
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+
+## Viewing the code on the web via ViewVC
+
+You can browse [our repository][2] in your web browser.
+
+## Building and Running
+
+### 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

Propchange: incubator/ctakes/site/trunk/content/ctakes/3.0.0/developer-guide-3.0.mdtext
------------------------------------------------------------------------------
    svn:eol-style = native