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
@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=winsock
title %STACK%-BluetoothTCK

set CP=%MICROEMULATOR_JAR%;%BLUECOVE_JAR%

java -Dbluecove.stack=%STACK% -cp "%CP%" %MICROEMULATOR_MAIN% %MICROEMULATOR_ARGS% -Xautotest:http://%BLUECOVE_TCK_HOST%:%BLUECOVE_TCK_PORT%/getNextApp.jad > run-%STACK%.cmd.log
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

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
r2408 by skarzhevskyy on Oct 09, 2008   Diff
organize product to modules
All revisions of this file

File info

Size: 624 bytes, 27 lines

File properties

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