removed inidividual quotes around paths in CLASSPATH

dropped support for semicolons in paths
This commit is contained in:
Tobias Kiertscher 2016-03-08 15:04:52 +01:00
parent 45870f4c80
commit a87e5d83d9

View file

@ -95,9 +95,9 @@ rem the paths inside the bootstrap file do not already contain double quotes but
if "x!LEIN_LIBS!" == "x" goto NO_DEPENDENCIES
rem CLASSPATH must contain each path element double quoted and separated by semicolons ie. "c:\some folder";"c:\some other folder";"c:\semicolons;;;;in;name;work okay"
rem semicolons in pathes are not supported, spaces are supported by quoting CLASSPATH as a whole
rem (no end semicolon required)
set CLASSPATH=!LEIN_LIBS!;"!LEIN_ROOT!\src";"!LEIN_ROOT!\resources"
set CLASSPATH=!LEIN_LIBS!;!LEIN_ROOT!\src;!LEIN_ROOT!\resources
:: Apply context specific CLASSPATH entries
if exist "%~dp0..\.lein-classpath" (