My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
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 BLUECOVE_JAR=%BLUECOVE_3RDPARTY_HOME%\avetanaBluetooth\avetanaBluetooth.jar
SET STACK=avetana-widcomm
title %STACK%-BluetoothTCK

set JVM_ARGS=
set JVM_ARGS=%JVM_ARGS% -Dde.avetana.bluetooth.debug=true

set CP=%MICROEMULATOR_HOME%\microemulator.jar;%BLUECOVE_JAR%

java %JVM_ARGS% -cp "%CP%" org.microemu.app.Main -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

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

r2408 by skarzhevskyy on Oct 9, 2008   Diff
organize product to modules
r2312 by skarzhevskyy on Jun 27, 2008   Diff
correction to tck environment
r726 by skarzhevskyy on Jul 14, 2007   Diff
JSR-82 TCK: compatible tests
All revisions of this file

File info

Size: 776 bytes, 32 lines

File properties

svn:mime-type
text/plain
svn:eol-style
CRLF
svn:keywords
Date Author Id Revision
Powered by Google Project Hosting