[mod_cluster-issues] [JBoss JIRA] (MODCLUSTER-366) code for the dynamic classpath variable in run-demo.bat

Jan Häring (JIRA) jira-events at lists.jboss.org
Fri Oct 18 05:53:01 EDT 2013


Jan Häring created MODCLUSTER-366:
-------------------------------------

             Summary: code for the dynamic classpath variable in run-demo.bat
                 Key: MODCLUSTER-366
                 URL: https://issues.jboss.org/browse/MODCLUSTER-366
             Project: mod_cluster
          Issue Type: Enhancement
    Affects Versions: 1.2.6.Final
            Reporter: Jan Häring
            Assignee: Jean-Frederic Clere
            Priority: Trivial


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"
)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the mod_cluster-issues mailing list