blob: 536e3c80b0002d7ff921ace44c392b2c087af618 [file] [log] [blame]
buyingyi98e9a9b2013-03-10 21:24:35 +00001@REM ----------------------------------------------------------------------------
2@REM Copyright 2001-2006 The Apache Software Foundation.
3@REM
4@REM Licensed under the Apache License, Version 2.0 (the "License");
5@REM you may not use this file except in compliance with the License.
6@REM You may obtain a copy of the License at
7@REM
8@REM http://www.apache.org/licenses/LICENSE-2.0
9@REM
10@REM Unless required by applicable law or agreed to in writing, software
11@REM distributed under the License is distributed on an "AS IS" BASIS,
12@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13@REM See the License for the specific language governing permissions and
14@REM limitations under the License.
15@REM ----------------------------------------------------------------------------
16@REM
17@REM Copyright (c) 2001-2006 The Apache Software Foundation. All rights
18@REM reserved.
19
20@echo off
21
22set ERROR_CODE=0
23
24:init
25@REM Decide how to startup depending on the version of windows
26
27@REM -- Win98ME
28if NOT "%OS%"=="Windows_NT" goto Win9xArg
29
30@REM set local scope for the variables with windows NT shell
31if "%OS%"=="Windows_NT" @setlocal
32
33@REM -- 4NT shell
34if "%eval[2+2]" == "4" goto 4NTArgs
35
36@REM -- Regular WinNT shell
37set CMD_LINE_ARGS=%*
38goto WinNTGetScriptDir
39
40@REM The 4NT Shell from jp software
41:4NTArgs
42set CMD_LINE_ARGS=%$
43goto WinNTGetScriptDir
44
45:Win9xArg
46@REM Slurp the command line arguments. This loop allows for an unlimited number
47@REM of arguments (up to the command line limit, anyway).
48set CMD_LINE_ARGS=
49:Win9xApp
50if %1a==a goto Win9xGetScriptDir
51set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1
52shift
53goto Win9xApp
54
55:Win9xGetScriptDir
56set SAVEDIR=%CD%
57%0\
58cd %0\..\..
59set BASEDIR=%CD%
60cd %SAVEDIR%
61set SAVE_DIR=
62goto repoSetup
63
64:WinNTGetScriptDir
65set BASEDIR=%~dp0\..
66
67:repoSetup
68
69
70if "%JAVACMD%"=="" set JAVACMD=java
71
72if "%REPO%"=="" set REPO=%BASEDIR%\lib
73
74cp $BASEDIR"\..\a-hadoop-patch.jar "$REPO"\
75
76set 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
77goto endInit
78
79@REM Reaching here means variables are defined and arguments have been captured
80:endInit
81
82%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%
83if ERRORLEVEL 1 goto error
84goto end
85
86:error
87if "%OS%"=="Windows_NT" @endlocal
88set ERROR_CODE=%ERRORLEVEL%
89
90:end
91@REM set local scope for the variables with windows NT shell
92if "%OS%"=="Windows_NT" goto endNT
93
94@REM For old DOS remove the set variables from ENV - we assume they were not set
95@REM before we started - at least we don't leave any baggage around
96set CMD_LINE_ARGS=
97goto postExec
98
99:endNT
100@REM If error code is set to 1 then the endlocal was done already in :error.
101if %ERROR_CODE% EQU 0 @endlocal
102
103
104:postExec
105
106if "%FORCE_EXIT_ON_ERROR%" == "on" (
107 if %ERROR_CODE% NEQ 0 exit %ERROR_CODE%
108)
109
110exit /B %ERROR_CODE%