You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/11/14 14:18:38 UTC

svn commit: r836166 - in /incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts: cvd.bat runUimaClass.bat

Author: schor
Date: Sat Nov 14 13:18:38 2009
New Revision: 836166

URL: http://svn.apache.org/viewvc?rev=836166&view=rev
Log: (empty)

Modified:
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/cvd.bat
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/runUimaClass.bat

Modified: incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/cvd.bat
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/cvd.bat?rev=836166&r1=836165&r2=836166&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/cvd.bat (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/cvd.bat Sat Nov 14 13:18:38 2009
@@ -26,9 +26,8 @@
 
 :RUN
 setlocal
-@REM the quotes in the next line become part of the value and
-@REM are needed in case UIMA_HOME has blanks
-set UIMA_CVDMAN="-Duima.tools.cvd.manpath=%UIMA_HOME%/docs/html"
+
+set UIMA_CVDMAN=-Duima.tools.cvd.manpath=%UIMA_HOME%/docs/html
 @call "%UIMA_HOME%\bin\runUimaClass.bat" org.apache.uima.tools.cvd.CVD %*
 :EXIT
 

Modified: incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/runUimaClass.bat
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/runUimaClass.bat?rev=836166&r1=836165&r2=836166&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/runUimaClass.bat (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/runUimaClass.bat Sat Nov 14 13:18:38 2009
@@ -49,7 +49,7 @@
 @rem Set default JVM opts
 @set UIMA_JVM_OPTS=%UIMA_JVM_OPTS% -Xms128M -Xmx800M
 
-@if not defined UIMA_CVDMAN set UIMA_CVDMAN=-Duima.tools.cvd.manpath.notset
+@if "%UIMA_CVDMAN%"=="" set UIMA_CVDMAN=-Duima.tools.cvd.manpath.notset
 
 @rem Finally load the jars and run the class
 @"%UIMA_JAVA_CALL%" -DVNS_HOST=%VNS_HOST% -DVNS_PORT=%VNS_PORT% "-Duima.home=%UIMA_HOME%" "-Duima.datapath=%UIMA_DATAPATH%" "-Djava.util.logging.config.file=%UIMA_LOGGER_CONFIG_FILE%" "%UIMA_CVDMAN%" %UIMA_JVM_OPTS% -DUimaBootstrapSuppressClassPathDisplay -Dorg.apache.uima.jarpath="%UIMA_CLASSPATH%" -jar "%UIMA_HOME%\lib\uimaj-bootstrap.jar" %*