Uploaded image for project: 'Byteman'
  1. Byteman
  2. BYTEMAN-45

bytemancheck.sh builds wrong class path

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.1.1
    • 1.1.0
    • Parser/Type Checker
    • None
    • Low

      I am afraid that this does not work as expected:

      1. the binary release puts byteman jar in lib while source puts it in
      2. build/lib so add both paths to the classpath just in case
        CP=${BASE}lib/byteman.jar
        CP=${BASE}build/lib/byteman.jar

      The second CP definition should read like
      CP=${BASE}build/lib/byteman.jar:$CP

            rhn-engineering-adinn Andrew Dinn
            mvecera Martin Vecera
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: