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
@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=widcomm
title %STACK%-BluetoothTCKAgent
java -Dbluecove.stack=%STACK% -cp "%TCK_JSR82_HOME%\Bluetooth_%TCK_VERSION_ID%_TCK\BluetoothTCKAgent.zip;%BLUECOVE_JAR%" BluetoothTCKAgent.BluetoothTCKAgentApp

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
r718 by skarzhevskyy on Jul 13, 2007   Diff
run agent
All revisions of this file

File info

Size: 565 bytes, 25 lines

File properties

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