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

title BlueCove-tester-console

set JVM_ARGS=
set JVM_ARGS=%JVM_ARGS% -Dbluecove.connect.timeout=10000

set START_ARGS=-cp "%BLUECOVE_TESTER_CP%" -Dbluecove.native.path="%BLUECOVE_PROJECT_HOME%/src/main/resources" %BLUECOVE_MAIN%
rem set START_ARGS=-jar target\bluecove-tester-%VERSION%-app.jar

echo %START_ARGS%

java %JVM_ARGS% %START_ARGS% --console
if errorlevel 2 (
echo Error calling java
)
pause java ends.
:endmark
ENDLOCAL

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

r2549 by skarzhevskyy on Dec 10, 2008   Diff
fix for directory may contain spaces
on windows
r2408 by skarzhevskyy on Oct 9, 2008   Diff
organize product to modules
r2219 by skarzhevskyy on May 25, 2008   Diff
run app in Console
All revisions of this file

File info

Size: 580 bytes, 23 lines

File properties

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