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/16 02:23:24 UTC

svn commit: r1791556 - /ctakes/trunk/ctakes-distribution/src/main/bin/runPiperCreator.bat

Author: james-masanz
Date: Sun Apr 16 02:23:24 2017
New Revision: 1791556

URL: http://svn.apache.org/viewvc?rev=1791556&view=rev
Log:
the .bat file renamed in r1791446 needs to have filename within the file updated too - CTAKES-424

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

Modified: ctakes/trunk/ctakes-distribution/src/main/bin/runPiperCreator.bat
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-distribution/src/main/bin/runPiperCreator.bat?rev=1791556&r1=1791555&r2=1791556&view=diff
==============================================================================
--- ctakes/trunk/ctakes-distribution/src/main/bin/runPiperCreator.bat (original)
+++ ctakes/trunk/ctakes-distribution/src/main/bin/runPiperCreator.bat Sun Apr 16 02:23:24 2017
@@ -32,12 +32,12 @@
 set CURRENT_DIR=%cd%
 if not "%CTAKES_HOME%" == "" goto gotHome
 set CTAKES_HOME=%CURRENT_DIR%
-if exist "%CTAKES_HOME%\bin\runctakesGUI.bat" goto okHome
+if exist "%CTAKES_HOME%\bin\runPiperCreator.bat" goto okHome
 cd ..
 set CTAKES_HOME=%cd%
 
 :gotHome
-if exist "%CTAKES_HOME%\bin\runctakesGUI.bat" goto okHome
+if exist "%CTAKES_HOME%\bin\runPiperCreator.bat" goto okHome
 echo The CTAKES_HOME environment variable is not defined correctly
 echo This environment variable is needed to run this program
 goto end