text
stringlengths
0
834k
if """"%1""""=="""""""" goto doneStart
if """"%1""""==""""-run"""" goto commandLifecycle
if """"%1""""==""""--run"""" goto commandLifecycle
if """"%1""""==""""run"""" goto commandLifecycle
if """"%1""""==""""-restart"""" goto commandLifecycle
if """"%1""""==""""--restart"""" goto commandLifecycle
if """"%1""""==""""restart"""" goto commandLifecycle
if """"%1""""==""""debug"""" goto commandDebug
if """"%1""""==""""-debug"""" goto commandDebug
if """"%1""""==""""--debug"""" goto commandDebug
if """"%1""""==""""version"""" goto commandVersion
if """"%1""""==""""-version"""" goto commandVersion
if """"%1""""==""""--version"""" goto commandVersion
shift
goto setupArgs
rem ----- commandVersion -------------------------------------------------------
:commandVersion
shift
type ""%CARBON_HOME%\bin\version.txt""
type ""%CARBON_HOME%\bin\wso2carbon-version.txt""
goto end
rem ----- commandDebug ---------------------------------------------------------
:commandDebug
shift
set DEBUG_PORT=%1
if ""%DEBUG_PORT%""=="""" goto noDebugPort
if not ""%JAVA_OPTS%""=="""" echo Warning !!!. User specified JAVA_OPTS will be ignored, once you give the --debug option.
set JAVA_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=%DEBUG_PORT%
echo Please start the remote debugging client to continue...
goto findJdk
:noDebugPort
echo Please specify the debug port after the --debug option
goto end
rem ----- commandLifecycle -----------------------------------------------------
:commandLifecycle
goto findJdk
:doneStart
if ""%OS%""==""Windows_NT"" @setlocal
if ""%OS%""==""WINNT"" @setlocal
rem ---------- Handle the SSL Issue with proper JDK version --------------------
rem find the version of the jdk
:findJdk
set CMD=RUN %*
:checkJdk16
""%JAVA_HOME%\bin\java"" -version 2>&1 | findstr /r ""1.[6|7]"" >NUL
IF ERRORLEVEL 1 goto unknownJdk
goto jdk16
:unknownJdk
echo Starting WSO2 Carbon (in unsupported JDK)
echo [ERROR] CARBON is supported only on JDK 1.6 and 1.7
goto jdk16
:jdk16
goto runServer
rem ----------------- Execute The Requested Command ----------------------------
:runServer
cd %CARBON_HOME%
rem ---------- Add jars to classpath ----------------
set CARBON_CLASSPATH=.\lib;%CARBON_CLASSPATH%
set JAVA_ENDORSED="".\lib\endorsed"";""%JAVA_HOME%\jre\lib\endorsed"";""%JAVA_HOME%\lib\endorsed""
set CMD_LINE_ARGS=-Xbootclasspath/a:%CARBON_XBOOTCLASSPATH% -Xms256m -Xmx1024m -XX:MaxPermSize=256m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=""%CARBON_HOME%\repository\logs\heap-dump.hprof"" -Dcom.sun.management.jmxremote -classpath %CARBON_CLASSPATH% %JAVA_OPTS% -Djava.endorsed.dirs=%JAVA_ENDORSED% -Dcarbon.r...
:runJava
echo JAVA_HOME environment variable is set to %JAVA_HOME%
echo CARBON_HOME environment variable is set to %CARBON_HOME%
""%JAVA_HOME%\bin\java"" %CMD_LINE_ARGS% org.wso2.carbon.bootstrap.Bootstrap %CMD%
if ""%ERRORLEVEL%""==""121"" goto runJava
:end
goto endlocal
:endlocal
:END
",42.7925531915,1558,0.6602858919
366,d03685dc883a553bf14c7ffb1134f948f5c09a7b,291,bat,Batchfile,scripts/7_7_scripts/mdht-emfruntime.bat,wreiske/reference-ccda-validator,afeabdb3117ea768445cc301f48acf5f198a1a53,['BSD-2-Clause'],14.0,2017-11-30T16:36:48.000Z,2019-07-09T15:09:24.000Z,scripts/7_7_scripts/mdht-emfruntime.bat,wreiske/reference-ccda-validato...
",145.5,290,0.8316151203
367,d036907fdf464e92465225a921895cb53b90b730,33,bat,Batchfile,demo/MMc/Run_MMc_QueState.bat,JFBrady/QueState,0d0f58ced8afd2841c6c0abb61a44264e74d6d98,['MIT'],,,,demo/MMc/Run_MMc_QueState.bat,JFBrady/QueState,0d0f58ced8afd2841c6c0abb61a44264e74d6d98,['MIT'],,,,demo/MMc/Run_MMc_QueState.bat,JFBrady/QueState,0d0f58ced8afd...
pause
",11.0,26,0.8181818182
368,d036f2465cc903fd3f0cbff066a9b229907aff6d,90,bat,Batchfile,tools/setup.bat,peter88213/OOTyW-en-GB,8056f32d3871f29733ca80342ad0228e92f7cb3f,['MIT'],,,,tools/setup.bat,peter88213/OOTyW-en-GB,8056f32d3871f29733ca80342ad0228e92f7cb3f,['MIT'],,,,tools/setup.bat,peter88213/OOTyW-en-GB,8056f32d3871f29733ca80342ad0228e92f7c...