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
@echo off
rem @version $Revision$ ($Author$) $Date$
SETLOCAL
call "%~dp0..\environment.cmd"
if errorlevel 1 goto endmark

set JVM_ARGS=%JVM_ARGS% -Davetanabt.stack=microsoft

set CP=%BLUECOVE_3RDPARTY_HOME%\avetanaBluetooth\avetanaBluetooth.jar;%BLUECOVE_TESTER_JAR%;%MAVEN2_REPO%\junit\junit\3.8.1\junit-3.8.1.jar

java %JVM_ARGS% -cp "%CP%" %BLUECOVE_MAIN%
if errorlevel 1 (
echo Error calling java
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
r2147 by skarzhevskyy on May 1, 2008   Diff
clean up XP scripts
r2145 by skarzhevskyy on May 1, 2008   Diff
moved scripts
All revisions of this file

File info

Size: 451 bytes, 17 lines

File properties

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