@echo off rem Setup the Environment Variable for AppServer rem call setAppserverEnv.bat rem Setup the Environment Variables for V2xx_CM_DEMO_DEV_WIN_TC_ORA rem cd /d %DEVDIR%\SPLSDKCommon rem call setupEnv2xx.cmd rem Execute splenviron rem cd /d %BINDIR% rem cmd /k "call splenviron.cmd -e V2xx_CM_DEMO_DEV_WIN_TC_ORA" if not exist %BUILDSERVER_MAP% goto map_error if not exist %SPLAPPDIR% goto app_error cd /d %SPLAPPDIR% call %ANT_HOME%\bin\ant.bat -l %SPLAPPDIR%\log.txt goto end :map_error echo Error: Could not find build server path %BUILDSERVER_MAP% goto end :app_error echo Error: App server path %SPLAPPDIR% not found goto end :end
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.