]
Damien B commented on MODCLUSTER-366:
-------------------------------------
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"
)