Details
-
Type: Bug
-
Status: Closed
-
Priority: Default
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.3
-
Component/s: None
-
Labels:None
Description
I downloaded "quickfixj-1.0.1-bin.zip". expanding this created a directory named "bin", amoung others. inside of this were 4 files. "banzai.bat" contains the following code... note the path reference to "output/eclipse/classes". The path "output/eclipse/classes" is not included in the zip file; likewise, "output/ant/jars/quickfixj.jar" is also not in the zip..... thus I cannot execute the scripts. Also, if you execute these script files from the "bin" subdirectory, as would be expected, the paths starting with "lib/" should start with "../lib/"
@echo off
set CP=%CLASSPATH%;output/eclipse/classes
set CP=%CP%;output/ant/jars/quickfixj.jar
set CP=%CP%;lib/mina-core-0.9.3.jar
set CP=%CP%;lib/backport-util-concurrent-2.1.jar
set CP=%CP%;lib/slf4j-jdk14-1.0.1.jar
cd ..
java -classpath "%CP%" quickfix.examples.banzai.Banzai