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

Jean-Frederic Clere (Jira) issues at jboss.org
Wed May 8 08:17:01 EDT 2019


     [ https://issues.jboss.org/browse/MODCLUSTER-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Frederic Clere updated MODCLUSTER-366:
-------------------------------------------
              Status: Pull Request Sent  (was: Open)
    Git Pull Request: https://github.com/modcluster/mod_cluster/pull/163


> 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 was sent by Atlassian Jira
(v7.12.1#712002)



More information about the mod_cluster-issues mailing list