text
stringlengths
0
834k
set DDKBUILD=1
color 71
title DDK build %1 %2
goto finish
:ddkfilenotfound
echo.
echo File %1\bin\setenv.bat not found - make sure %1 is the correct DDK path
echo.
goto finish
:usage
echo.
echo Usage: ddkbuild ^<DDKPATH^> [checked]
echo.
:finish
",13.8620689655,77,0.6567164179
219511,d2f2f451c841166e9f28389284fbfd8aacc4766b,3654,bat,Batchfile,build/scripts/gradle-getting-started.bat,chdryra/HerokuJava,7be3ec9f6942069922d374193facaa3d26492b22,['MIT'],,,,build/scripts/gradle-getting-started.bat,chdryra/HerokuJava,7be3ec9f6942069922d374193facaa3d26492b22,['MIT'],,,,build/scripts/gradle-getting-started.bat,chdryra/HerokuJava,7be3ec9f6942069922d374193facaa3d26492b22,['MIT'],,,,"@if ""%DEBUG%"" == """" @echo off
@rem ##########################################################################
@rem
@rem gradle-getting-started startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if ""%OS%""==""Windows_NT"" setlocal
set DIRNAME=%~dp0
if ""%DIRNAME%"" == """" set DIRNAME=.
set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%..
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_GETTING_STARTED_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS=
@rem Find java.exe
if defined JAVA_HOME goto findJavaFromJavaHome
set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if ""%ERRORLEVEL%"" == ""0"" goto init
echo.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
goto fail
:findJavaFromJavaHome
set JAVA_HOME=%JAVA_HOME:""=%
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
if exist ""%JAVA_EXE%"" goto init
echo.
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
goto fail
:init
@rem Get command-line arguments, handling Windows variants
if not ""%OS%"" == ""Windows_NT"" goto win9xME_args
:win9xME_args
@rem Slurp the command line arguments.
set CMD_LINE_ARGS=
set _SKIP=2
:win9xME_args_slurp
if ""x%~1"" == ""x"" goto execute
set CMD_LINE_ARGS=%*
:execute
@rem Setup the command line
set CLASSPATH=%APP_HOME%/app;%APP_HOME%\lib\slf4j-simple-1.7.12.jar;%APP_HOME%\lib\netty-handler-4.1.6.Final.jar;%APP_HOME%\lib\snakeyaml-1.15.jar;%APP_HOME%\lib\netty-common-4.1.6.Final.jar;%APP_HOME%\lib\ratpack-groovy-1.4.5.jar;%APP_HOME%\lib\ratpack-guice-1.4.5.jar;%APP_HOME%\lib\jscience-4.3.1.jar;%APP_HOME%\lib\javassist-3.19.0-GA.jar;%APP_HOME%\lib\javolution-5.2.3.jar;%APP_HOME%\lib\javax.inject-1.jar;%APP_HOME%\lib\ratpack-core-1.4.5.jar;%APP_HOME%\lib\guice-4.1.0.jar;%APP_HOME%\lib\netty-transport-4.1.6.Final.jar;%APP_HOME%\lib\postgresql-9.4-1201-jdbc4.jar;%APP_HOME%\lib\guava-19.0.jar;%APP_HOME%\lib\jackson-annotations-2.7.0.jar;%APP_HOME%\lib\netty-resolver-4.1.6.Final.jar;%APP_HOME%\lib\jackson-databind-2.7.5.jar;%APP_HOME%\lib\netty-transport-native-epoll-4.1.6.Final-linux-x86_64.jar;%APP_HOME%\lib\groovy-all-2.4.3.jar;%APP_HOME%\lib\jackson-dataformat-yaml-2.7.5.jar;%APP_HOME%\lib\gradle-getting-started.jar;%APP_HOME%\lib\netty-codec-4.1.6.Final.jar;%APP_HOME%\lib\jackson-datatype-jdk8-2.7.5.jar;%APP_HOME%\lib\jackson-core-2.7.5.jar;%APP_HOME%\lib\aopalliance-1.0.jar;%APP_HOME%\lib\jackson-datatype-guava-2.7.5.jar;%APP_HOME%\lib\netty-codec-http-4.1.6.Final.jar;%APP_HOME%\lib\netty-buffer-4.1.6.Final.jar;%APP_HOME%\lib\slf4j-api-1.7.21.jar;%APP_HOME%\lib\reactive-streams-1.0.0.final.jar;%APP_HOME%\lib\caffeine-2.3.1.jar;%APP_HOME%\lib\heroku-jdbc-0.1.1.jar;%APP_HOME%\lib\jackson-datatype-jsr310-2.7.5.jar;%APP_HOME%\lib\guice-multibindings-4.1.0.jar
cd ""%APP_HOME%/app""
@rem Execute gradle-getting-started
""%JAVA_EXE%"" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_GETTING_STARTED_OPTS% -classpath ""%CLASSPATH%"" Main %CMD_LINE_ARGS%
:end
@rem End local scope for the variables with windows NT shell
if ""%ERRORLEVEL%""==""0"" goto mainEnd
:fail
rem Set variable GRADLE_GETTING_STARTED_EXIT_CONSOLE if you need the _script_ return code instead of
rem the _cmd.exe /c_ return code!