?? build.bat
字號:
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -