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
@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
)

SET STACK=emulator
title %STACK%-BluetoothTCK

set CP=%MICROEMULATOR_JAR%
set CP=%CP%;%BLUECOVE_JAR%
set CP=%CP%;%BLUECOVE_EMU_JAR%

rem > run-%STACK%.cmd.log

java -Dbluecove.stack=%STACK% -cp "%CP%" %MICROEMULATOR_MAIN% %MICROEMULATOR_ARGS% -Xautotest:http://%BLUECOVE_TCK_HOST%:%BLUECOVE_TCK_PORT%/getNextApp.jad

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

Change log

r2570 by skarzhevskyy on Dec 11, 2008   Diff
Use ME2 Headless (optional)
Go to: 
Project members, sign in to write a code review

Older revisions

r2568 by skarzhevskyy on Dec 11, 2008   Diff
MicroEmulator in headless mode
r2549 by skarzhevskyy on Dec 10, 2008   Diff
fix for directory may contain spaces
on windows
r2523 by skarzhevskyy on Dec 08, 2008   Diff
Started TCK for JSR 82 1.1.1
All revisions of this file

File info

Size: 676 bytes, 32 lines

File properties

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