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
#!/bin/sh
# @version $Revision$ ($Author$) $Date$
#
SCRIPTS_DIR=`dirname ${0}`/..
. ${SCRIPTS_DIR}/environment.sh

java -cp ${BLUECOVE_3RDPARTY_HOME}/avetanaBluetooth/avetanaBluetooth.jar:${BLUECOVE_TESTER_JAR} ${BLUECOVE_MAIN} $*
rc=$?
if [ ! "${rc}" = "0" ]; then
echo Error calling java
echo Prsess enter to exit
read
fi

Change log

r2616 by skarzhevskyy on Dec 18, 2008   Diff
create one jar with all the classes
Go to: 
Project members, sign in to write a code review

Older revisions

r2513 by skarzhevskyy on Dec 6, 2008   Diff
testing bluecove-bluez
r2408 by skarzhevskyy on Oct 9, 2008   Diff
organize product to modules
r2152 by skarzhevskyy on May 1, 2008   Diff
Scripts 4 Linux
All revisions of this file

File info

Size: 337 bytes, 14 lines

File properties

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