Till Westmann | 276bbc2 | 2013-06-05 18:56:27 -0700 | [diff] [blame] | 1 | @rem /* |
| 2 | @rem Copyright 2009-2013 by The Regents of the University of California |
| 3 | @rem Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | @rem you may not use this file except in compliance with the License. |
| 5 | @rem you may obtain a copy of the License from |
| 6 | @rem |
| 7 | @rem http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | @rem |
| 9 | @rem Unless required by applicable law or agreed to in writing, software |
| 10 | @rem distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | @rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | @rem See the License for the specific language governing permissions and |
| 13 | @rem limitations under the License. |
| 14 | @rem */ |
buyingyi | 1341a16 | 2013-06-05 15:07:52 -0700 | [diff] [blame] | 15 | @REM ----------------------------------------------------------------------------
|
| 16 | @REM Copyright 2001-2006 The Apache Software Foundation.
|
| 17 | @REM
|
| 18 | @REM Licensed under the Apache License, Version 2.0 (the "License");
|
| 19 | @REM you may not use this file except in compliance with the License.
|
| 20 | @REM You may obtain a copy of the License at
|
| 21 | @REM
|
| 22 | @REM http://www.apache.org/licenses/LICENSE-2.0
|
| 23 | @REM
|
| 24 | @REM Unless required by applicable law or agreed to in writing, software
|
| 25 | @REM distributed under the License is distributed on an "AS IS" BASIS,
|
| 26 | @REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 27 | @REM See the License for the specific language governing permissions and
|
| 28 | @REM limitations under the License.
|
| 29 | @REM ----------------------------------------------------------------------------
|
| 30 | @REM
|
| 31 | @REM Copyright (c) 2001-2006 The Apache Software Foundation. All rights
|
| 32 | @REM reserved.
|
| 33 |
|
| 34 | @echo off
|
| 35 |
|
| 36 | set ERROR_CODE=0
|
| 37 |
|
| 38 | :init
|
| 39 | @REM Decide how to startup depending on the version of windows
|
| 40 |
|
| 41 | @REM -- Win98ME
|
| 42 | if NOT "%OS%"=="Windows_NT" goto Win9xArg
|
| 43 |
|
| 44 | @REM set local scope for the variables with windows NT shell
|
| 45 | if "%OS%"=="Windows_NT" @setlocal
|
| 46 |
|
| 47 | @REM -- 4NT shell
|
| 48 | if "%eval[2+2]" == "4" goto 4NTArgs
|
| 49 |
|
| 50 | @REM -- Regular WinNT shell
|
| 51 | set CMD_LINE_ARGS=%*
|
| 52 | goto WinNTGetScriptDir
|
| 53 |
|
| 54 | @REM The 4NT Shell from jp software
|
| 55 | :4NTArgs
|
| 56 | set CMD_LINE_ARGS=%$
|
| 57 | goto WinNTGetScriptDir
|
| 58 |
|
| 59 | :Win9xArg
|
| 60 | @REM Slurp the command line arguments. This loop allows for an unlimited number
|
| 61 | @REM of arguments (up to the command line limit, anyway).
|
| 62 | set CMD_LINE_ARGS=
|
| 63 | :Win9xApp
|
| 64 | if %1a==a goto Win9xGetScriptDir
|
| 65 | set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1
|
| 66 | shift
|
| 67 | goto Win9xApp
|
| 68 |
|
| 69 | :Win9xGetScriptDir
|
| 70 | set SAVEDIR=%CD%
|
| 71 | %0\
|
| 72 | cd %0\..\..
|
| 73 | set BASEDIR=%CD%
|
| 74 | cd %SAVEDIR%
|
| 75 | set SAVE_DIR=
|
| 76 | goto repoSetup
|
| 77 |
|
| 78 | :WinNTGetScriptDir
|
| 79 | set BASEDIR=%~dp0\..
|
| 80 |
|
| 81 | :repoSetup
|
| 82 |
|
| 83 |
|
| 84 | if "%JAVACMD%"=="" set JAVACMD=java
|
| 85 |
|
| 86 | if "%REPO%"=="" set REPO=%BASEDIR%\lib
|
| 87 |
|
| 88 | cp $BASEDIR"\..\a-hadoop-patch.jar "$REPO"\
|
| 89 |
|
| 90 | set CLASSPATH="%BASEDIR%"\etc;"%REPO%"\a-hadoop-patch.jar;"%REPO%"\pregelix-api-0.0.1-SNAPSHOT.jar;"%REPO%"\hyracks-dataflow-common-0.2.2-SNAPSHOT.jar;"%REPO%"\hyracks-api-0.2.2-SNAPSHOT.jar;"%REPO%"\json-20090211.jar;"%REPO%"\httpclient-4.1-alpha2.jar;"%REPO%"\httpcore-4.1-beta1.jar;"%REPO%"\commons-logging-1.1.1.jar;"%REPO%"\commons-codec-1.3.jar;"%REPO%"\args4j-2.0.12.jar;"%REPO%"\hyracks-ipc-0.2.2-SNAPSHOT.jar;"%REPO%"\commons-lang3-3.1.jar;"%REPO%"\hyracks-data-std-0.2.2-SNAPSHOT.jar;"%REPO%"\hadoop-core-0.20.2.jar;"%REPO%"\commons-cli-1.2.jar;"%REPO%"\xmlenc-0.52.jar;"%REPO%"\commons-httpclient-3.0.1.jar;"%REPO%"\commons-net-1.4.1.jar;"%REPO%"\oro-2.0.8.jar;"%REPO%"\jetty-6.1.14.jar;"%REPO%"\jetty-util-6.1.14.jar;"%REPO%"\servlet-api-2.5-6.1.14.jar;"%REPO%"\jasper-runtime-5.5.12.jar;"%REPO%"\jasper-compiler-5.5.12.jar;"%REPO%"\jsp-api-2.1-6.1.14.jar;"%REPO%"\jsp-2.1-6.1.14.jar;"%REPO%"\core-3.1.1.jar;"%REPO%"\ant-1.6.5.jar;"%REPO%"\commons-el-1.0.jar;"%REPO%"\jets3t-0.7.1.jar;"%REPO%"\kfs-0.3.jar;"%REPO%"\hsqldb-1.8.0.10.jar;"%REPO%"\pregelix-dataflow-std-0.0.1-SNAPSHOT.jar;"%REPO%"\pregelix-dataflow-std-base-0.0.1-SNAPSHOT.jar;"%REPO%"\hyracks-dataflow-std-0.2.2-SNAPSHOT.jar;"%REPO%"\hyracks-dataflow-hadoop-0.2.2-SNAPSHOT.jar;"%REPO%"\dcache-client-0.0.1.jar;"%REPO%"\jetty-client-8.0.0.M0.jar;"%REPO%"\jetty-http-8.0.0.RC0.jar;"%REPO%"\jetty-io-8.0.0.RC0.jar;"%REPO%"\jetty-util-8.0.0.RC0.jar;"%REPO%"\hyracks-storage-am-common-0.2.2-SNAPSHOT.jar;"%REPO%"\hyracks-storage-common-0.2.2-SNAPSHOT.jar;"%REPO%"\hyracks-storage-am-btree-0.2.2-SNAPSHOT.jar;"%REPO%"\btreehelper-0.2.2-SNAPSHOT.jar;"%REPO%"\hyracks-control-cc-0.2.2-SNAPSHOT.jar;"%REPO%"\hyracks-control-common-0.2.2-SNAPSHOT.jar;"%REPO%"\commons-io-1.3.1.jar;"%REPO%"\jetty-server-8.0.0.RC0.jar;"%REPO%"\servlet-api-3.0.20100224.jar;"%REPO%"\jetty-continuation-8.0.0.RC0.jar;"%REPO%"\jetty-webapp-8.0.0.RC0.jar;"%REPO%"\jetty-xml-8.0.0.RC0.jar;"%REPO%"\jetty-servlet-8.0.0.RC0.jar;"%REPO%"\jetty-security-8.0.0.RC0.jar;"%REPO%"\wicket-core-1.5.2.jar;"%REPO%"\wicket-util-1.5.2.jar;"%REPO%"\slf4j-api-1.6.1.jar;"%REPO%"\wicket-request-1.5.2.jar;"%REPO%"\slf4j-jcl-1.6.3.jar;"%REPO%"\hyracks-control-nc-0.2.2-SNAPSHOT.jar;"%REPO%"\hyracks-net-0.2.2-SNAPSHOT.jar;"%REPO%"\hyracks-hadoop-compat-0.2.2-SNAPSHOT.jar;"%REPO%"\pregelix-dataflow-0.0.1-SNAPSHOT.jar;"%REPO%"\pregelix-runtime-0.0.1-SNAPSHOT.jar;"%REPO%"\hadoop-test-0.20.2.jar;"%REPO%"\ftplet-api-1.0.0.jar;"%REPO%"\mina-core-2.0.0-M5.jar;"%REPO%"\ftpserver-core-1.0.0.jar;"%REPO%"\ftpserver-deprecated-1.0.0-M2.jar;"%REPO%"\javax.servlet-api-3.0.1.jar;"%REPO%"\pregelix-core-0.0.1-SNAPSHOT.jar
|
| 91 | goto endInit
|
| 92 |
|
| 93 | @REM Reaching here means variables are defined and arguments have been captured
|
| 94 | :endInit
|
| 95 |
|
| 96 | %JAVACMD% %JAVA_OPTS% -classpath %CLASSPATH_PREFIX%;%CLASSPATH% -Dapp.name="pregelix" -Dapp.repo="%REPO%" -Dapp.home="%BASEDIR%" -Dbasedir="%BASEDIR%" org.apache.hadoop.util.RunJar %CMD_LINE_ARGS%
|
| 97 | if ERRORLEVEL 1 goto error
|
| 98 | goto end
|
| 99 |
|
| 100 | :error
|
| 101 | if "%OS%"=="Windows_NT" @endlocal
|
| 102 | set ERROR_CODE=%ERRORLEVEL%
|
| 103 |
|
| 104 | :end
|
| 105 | @REM set local scope for the variables with windows NT shell
|
| 106 | if "%OS%"=="Windows_NT" goto endNT
|
| 107 |
|
| 108 | @REM For old DOS remove the set variables from ENV - we assume they were not set
|
| 109 | @REM before we started - at least we don't leave any baggage around
|
| 110 | set CMD_LINE_ARGS=
|
| 111 | goto postExec
|
| 112 |
|
| 113 | :endNT
|
| 114 | @REM If error code is set to 1 then the endlocal was done already in :error.
|
| 115 | if %ERROR_CODE% EQU 0 @endlocal
|
| 116 |
|
| 117 |
|
| 118 | :postExec
|
| 119 |
|
| 120 | if "%FORCE_EXIT_ON_ERROR%" == "on" (
|
| 121 | if %ERROR_CODE% NEQ 0 exit %ERROR_CODE%
|
| 122 | )
|
| 123 |
|
| 124 | exit /B %ERROR_CODE% |