Uploaded image for project: 'mod_cluster'
  1. mod_cluster
  2. MODCLUSTER-366

code for the dynamic classpath variable in run-demo.bat

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Trivial
    • None
    • 1.2.6.Final
    • None
    • None

    Description

      Here is the code for the dynamic classpath variable in run-demo.bat:

      @ECHO OFF & SETLOCAL EnableDelayedExpansion

      set "CP=.\classes"

      for %%i in (lib*.jar) do (
      set "CP=!CP!;.%%i"
      )

      Attachments

        Activity

          People

            rhn-engineering-jclere Jean-Frederic Clere
            panjandoom Jan Häring (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: