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.registry.root=/ -Dcarbon.home=""%CARBON_HOME%"" -Dwso2.server.standalone=true -Djava.command=""%JAVA_HOME%\bin\java"" -Djava.opts=""%JAVA_OPTS%"" -Djava.io.tmpdir=""%CARBON_HOME%\tmp"" -Dcatalina.base=""%CARBON_HOME%\lib\tomcat"" -Dwso2.carbon.xml=%CARBON_HOME%\repository\conf\carbon.xml -Dwso2.registry.xml=""%CARBON_HOME%\repository\conf\registry.xml"" -Dwso2.user.mgt.xml=""%CARBON_HOME%\repository\conf\user-mgt.xml"" -Dwso2.transports.xml=""%CARBON_HOME%\repository\conf\mgt-transports.xml"" -Djava.util.logging.config.file=""%CARBON_HOME%\repository\conf\etc\logging-bridge.properties"" -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Dcarbon.config.dir.path=""%CARBON_HOME%\repository\conf"" -Dcarbon.logs.path=""%CARBON_HOME%\repository\logs"" -Dcomponents.repo=""%CARBON_HOME%\repository\components"" -Dconf.location=""%CARBON_HOME%\repository\conf"" -Dcom.atomikos.icatch.file=""%CARBON_HOME%\lib\transactions.properties"" -Dcom.atomikos.icatch.hide_init_file_path=""true"" -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true -Dcom.sun.jndi.ldap.connect.pool.authentication=simple -Dcom.sun.jndi.ldap.connect.pool.timeout=3000 -Dorg.terracotta.quartz.skipUpdateCheck=true -Dcarbon.classpath=%CARBON_CLASSPATH% -Dfile.encoding=UTF8
: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-validator,afeabdb3117ea768445cc301f48acf5f198a1a53,['BSD-2-Clause'],37.0,2017-07-05T19:54:28.000Z,2019-07-18T23:05:21.000Z,scripts/7_7_scripts/mdht-emfruntime.bat,wreiske/reference-ccda-validator,afeabdb3117ea768445cc301f48acf5f198a1a53,['BSD-2-Clause'],17.0,2019-08-08T20:59:22.000Z,2022-01-31T21:23:35.000Z,"mvn install:install-file -DlocalRepositoryPath=mdht-vocab-repo -DcreateChecksum=true -Dpackaging=jar -Dfile=D:\MDHT\7_7\org.openhealthtools.mdht.emf.runtime-2.5.4.201507022155.jar -DgroupId=org.mdht.dependencies -DartifactId=org.openhealthtools.mdht.emf.runtime -Dversion=2.5.4.201507022155
",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,0d0f58ced8afd2841c6c0abb61a44264e74d6d98,['MIT'],,,,"%QueState%\MMc_QueState.pl
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,8056f32d3871f29733ca80342ad0228e92f7cb3f,['MIT'],,,,"xcopy /Y /s ..\..\curly\oxt ..\oxt\