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
@echo off
rem @version $Revision$ ($Author$) $Date$
SETLOCAL
call "%~dp0..\bluecove-tester\scripts\version.cmd"
SET STACK=winsock
title %STACK%-obex
rem set JVM_ARGS=%JVM_ARGS% -Dbluecove.debug=1
java -Dbluecove.stack=%STACK% %JVM_ARGS% -jar target\obex-install-%BLUECOVE_VERSION%-mini.jar http://wintermute.de/wap/extended/5ud0ku.jar
if errorlevel 1 (
echo Error calling java
pause
)

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
r2286 by skarzhevskyy on Jun 15, 2008   Diff
use proper version
r1007 by skarzhevskyy on Aug 27, 2007   Diff
names
All revisions of this file

File info

Size: 416 bytes, 14 lines

File properties

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