build.bat

来自「Java的面向对象数据库系统的源代码」· Batch 代码 · 共 33 行

BAT
33
字号
REM this script is needed to build in developmentREM the path structure differs from the releaseREM so we need to override some properties@echo offif not defined JAVA_HOME goto errorecho.echo Collection samples buildecho ------------------------echo Win NT/2000/XP build scriptecho.setlocalset CURRENT_DIR=%~dp0%set COLLECTIONS_DIR=%CURRENT_DIR:\samples=%set SERVER_DIR=%CURRENT_DIR:\modules\collections\samples=%\serverset PATH=%SERVER_DIR%\bin;%PATH%set CLASSPATH=%COLLECTIONS_DIR%\build\classes;%CLASSPATH%echo.echo Starting Ant...call ozoneAnt.bat -Dozone.dir=%SERVER_DIR% %*endlocalgoto end:errorecho "ERROR: JAVA_HOME not found in your environment."echo.echo "Please, set the JAVA_HOME variable in your environment to match"echo "the location of the Java Virtual Machine you want to use.":end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?