You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ja...@apache.org on 2017/04/05 20:24:56 UTC

svn commit: r1790324 - /ctakes/trunk/ctakes-distribution/src/main/bin/runctakesCVD.bat

Author: james-masanz
Date: Wed Apr  5 20:24:56 2017
New Revision: 1790324

URL: http://svn.apache.org/viewvc?rev=1790324&view=rev
Log:
related to CTAKES-412 - be clearer with the comments that the two SET commands should be separate lines and that the brackets are not to be included

Modified:
    ctakes/trunk/ctakes-distribution/src/main/bin/runctakesCVD.bat

Modified: ctakes/trunk/ctakes-distribution/src/main/bin/runctakesCVD.bat
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-distribution/src/main/bin/runctakesCVD.bat?rev=1790324&r1=1790323&r2=1790324&view=diff
==============================================================================
--- ctakes/trunk/ctakes-distribution/src/main/bin/runctakesCVD.bat (original)
+++ ctakes/trunk/ctakes-distribution/src/main/bin/runctakesCVD.bat Wed Apr  5 20:24:56 2017
@@ -17,11 +17,16 @@
 @REM under the License.
 @REM
 
-@REM Requires JAVA JDK 1.6+
 @REM If you plan to use the UMLS Resources, set/export env variables
-@REM set ctakes.umlsuser=[username], ctakes.umlspw=[password]
+@REM  set ctakes.umlsuser=[username]
+@REM  set ctakes.umlspw=[password]
+@REM For example:
+@REM   set ctakes.umlsuser=myusername
+@REM   set ctakes.umlspw=mypassword
 @REM or add the properties
-@REM -Dctakes.umlsuser=[username] -Dctakes.umlspw=[password]
+@REM   -Dctakes.umlsuser=[username] -Dctakes.umlspw=[password]
+@REM for example:  
+@REM   -Dctakes.umlsuser=myusername -Dctakes.umlspw="mypassw@rd"
 
 @REM Guess CTAKES_HOME if not defined
 set CURRENT_DIR=%cd%