Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step

Example

1. Install SVN

 

2. Install Maven

 

3. Checkout the Create a directory for your cTAKES project.
Windows/Linux:

Code Block
mkdir cTAKES-3.0
cdsvn co https://svn.apache.org/repos/asf/incubator/ctakes/trunk cTAKES-3.0

We'll call this CTAKES_HOME

3. Checkout the cTAKES projectThe parameter on the end will be created as a new directory in your current location.


Code Block
svnC:\>svn co https://svn.apache.org/repos/asf/incubator/ctakes/trunk cta
kes-3.0

 ...

A    ctakes-3.0\ctakes-type-system\src\main\resources\org\apache\ctakes\typesyst
em\types
A    ctakes-3.0\ctakes-type-system\src\main\resources\org\apache\ctakes\typesyst
em\types\TypeSystem.xml
A    ctakes-3.0\ctakes-type-system\pom.xml
A    ctakes-3.0\ctakes-type-system\.settings
A    ctakes-3.0\ctakes-type-system\.settings\org.eclipse.jdt.core.prefs
A    ctakes-3.0\ctakes-type-system\.settings\org.eclipse.core.resources.prefs
A    ctakes-3.0\ctakes-type-system\desc
A    ctakes-3.0\DISCLAIMER
Checked out revision 1433729.

C:\>cd cTAKES-3.0
C:\cTAKES-3.0>



4. Compile the complete set.

Code Block
mvn clean compile package



 

...