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
#!/bin/sh
# @version $Revision$ ($Author$) $Date$
#
SCRIPTS_DIR=`dirname "${0}"`/..
. "${SCRIPTS_DIR}/environment.sh"
if [ ! "$?" = "0" ]; then
echo Error calling environment.sh
exit 1
fi

JVM_ARGS="-Dbluecove.deviceID=1"
#JVM_ARGS="${JVM_ARGS} -Dbluecove.debug=1"

java ${JVM_ARGS} -cp "${BLUECOVE_TESTER_APP_JAR}" ${BLUECOVE_MAIN} $*
rc=$?
if [ ! "${rc}" = "0" ]; then
echo Error calling java
echo Prsess enter to exit
read
fi

Change log

r2756 by skarzhevskyy on Feb 15, 2009   Diff
run scripts on Ubuntu
Go to: 
Project members, sign in to write a code review

Older revisions

r2550 by skarzhevskyy on Dec 10, 2008   Diff
fixed scripts on Unix for dirs with
spaces
r2513 by skarzhevskyy on Dec 6, 2008   Diff
testing bluecove-bluez
r2408 by skarzhevskyy on Oct 9, 2008   Diff
organize product to modules
All revisions of this file

File info

Size: 449 bytes, 20 lines

File properties

svn:mergeinfo
svn:eol-style
LF
svn:executable
*
svn:keywords
Date Author Id Revision
Powered by Google Project Hosting