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

Damien B (JIRA) issues at jboss.org
Fri Oct 23 10:15:01 EDT 2015


    [ https://issues.jboss.org/browse/MODCLUSTER-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13121528#comment-13121528 ] 

Damien B commented on MODCLUSTER-366:
-------------------------------------

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
(v6.4.11#64026)



More information about the mod_cluster-issues mailing list