My favorites | Sign in
Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
@echo off
rem @version $Revision$ ($Author$) $Date$
SETLOCAL

call "%~dp0tck-environment.cmd" %*
if errorlevel 1 (
echo Error calling tck-environment.cmd
endlocal
pause
exit /b 1
)

@if exist "%GATLING_CORE_ROOT%" goto gatling_found
@echo Error: GATLING CORE [%GATLING_CORE_ROOT%] Not found
goto :errormark
:gatling_found

@if exist "%WTK_HOME%" goto wtk_found
@echo Error: WTK_HOME [%WTK_HOME%] Not found
goto :errormark
:wtk_found

@if exist "%WTK_HOME%\lib\cldcapi10.jar" goto wtk_lib_found
@echo Error: WTK [%WTK_HOME%\lib\cldcapi10.jar] Not found
goto :errormark
:wtk_lib_found

call "%GATLING_CORE_ROOT%\bin\SignatureTest.bat" "%GATLING_CORE_ROOT%\lib" "%TCK_JSR82_HOME%\Bluetooth_%TCK_VERSION_ID%_TCK\SignatureTests\CLDC" "%BLUECOVE_JAR%" -report Bluetooth_%TCK_VERSION_ID%_TCK_CLDC_Signature-Report.txt -jars "%WTK_HOME%\lib\cldcapi10.jar"

call "%GATLING_CORE_ROOT%\bin\SignatureTest.bat" "%GATLING_CORE_ROOT%\lib" "%TCK_JSR82_HOME%\OBEX_%TCK_VERSION_ID%_TCK\SignatureTests\CLDC" "%BLUECOVE_JAR%" -report OBEX_%TCK_VERSION_ID%_TCK_CLDC_Signature-Report.txt -jars "%WTK_HOME%\lib\cldcapi10.jar"

if errorlevel 1 goto errormark
echo [Launched OK]
goto endmark
:errormark
ENDLOCAL
echo Error in start
pause
:endmark
ENDLOCAL
Show details Hide details

Change log

r2549 by skarzhevskyy on Dec 10, 2008   Diff
fix for directory may contain spaces on
windows
Go to: 
Project members, sign in to write a code review

Older revisions

r2523 by skarzhevskyy on Dec 08, 2008   Diff
Started TCK for JSR 82 1.1.1
r2408 by skarzhevskyy on Oct 09, 2008   Diff
organize product to modules
r2312 by skarzhevskyy on Jun 27, 2008   Diff
correction to tck environment
All revisions of this file

File info

Size: 1291 bytes, 40 lines

File properties

svn:mime-type
text/plain
svn:eol-style
CRLF
svn:keywords
Date Author Id Revision
Hosted by Google Code