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
#!/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

JAVA_HOME=/usr/lib/jvm/java-gcj

#echo BLUECOVE_TESTER_APP_JAR=${BLUECOVE_TESTER_APP_JAR}

${JAVA_HOME}/bin/java -classpath "${BLUECOVE_TESTER_APP_JAR}" ${BLUECOVE_MAIN} $*

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
r2408 by skarzhevskyy on Oct 9, 2008   Diff
organize product to modules
r2222 by skarzhevskyy on May 27, 2008   Diff
pass arguments
All revisions of this file

File info

Size: 370 bytes, 15 lines

File properties

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