view gpf/BIN/sape.bat @ 16:dc9d25ac72a9

initial preparations for building both 2091 and 2092 configs
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 06 Sep 2015 02:28:00 +0000
parents 509db1a7b7b8
children
line wrap: on
line source

@setlocal
@echo off

if x%GPF% == x goto noenv
rem Use absolute path.
set TOOLSDIR=%GPF%\tools

goto setparam

:noenv
rem Try relative path.
set TOOLSDIR=..\tools

:setparam
if x%_4ver% == x goto param_no4nt

cdd %TOOLSDIR%
set LIBDIR=%_CWD\lib
goto start

:param_no4nt
cd /d %TOOLSDIR%
set LIBDIR=%cd%\lib

:start

cd bin
call .\eclipse.bat %1 %2 %3 %4 %5 %6 %7 -vmargs "-Xbootclasspath/p:%LIBDIR%\java\xmlParserAPIs.jar;%LIBDIR%\java\xercesImpl.jar"

rem Generate batch file for call of command from 4nt+initvars.
if x%GPF% == x goto end
if x%_4ver% == x goto end
if not isdir %GPF%\tools\bin\eclipse\workspace\.metadata\.plugins\com.ti.sapeditor mkdir %GPF%\tools\bin\eclipse\workspace\.metadata\.plugins\com.ti.sapeditor
call %GPF%\util\sape\bin\4ntenv_gen.bat %GPF%\tools\bin\eclipse\workspace\.metadata\.plugins\com.ti.sapeditor\4ntenv.bat

:end
endlocal