Uploaded image for project: 'QuickFIX/J'
  1. QuickFIX/J
  2. QFJ-48

Fix class path in examples scripts

    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

        Attachments

        1. banzai.bat
          0.3 kB
        2. banzai.updated.bat
          0.4 kB
        3. banzai.updated.sh
          0.3 kB
        4. executor.bat
          0.3 kB
        5. executor.bat
          0.3 kB
        6. executor.updated.bat
          0.6 kB
        7. executor.updated.sh
          0.3 kB

          Activity

            People

            • Assignee:
              admin Steve Bate
              Reporter:
              markuskhouri Markus Khouri
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: