From: Krzysztof B. <go...@ic...> - 2015-01-30 09:42:16
|
Hi, W dniu 27.01.2015 o 20:26, Terefang Verigorn pisze: > hi! > > ok my auth enumberation is working and already authenticating :-))) Great to hear this! > i have another suggestion to make: > > for installing plugins/additions via package-management it might be > beneficial to change the way the start-script calculates the classpath. > > instead of > > CP=.$(find "$LIB" -name '*.jar' -exec printf ":{}" \;) > > use > > CP=.$(find "$LIB" -type d -exec printf ":{}/*" \;) > > this will shorten the commandline considerably and still include jar > files from subdirs. This won't influence command line in anyway as classpath is exported as an env var. However, the requirement to have loading of jars from extensions directories sounds reasonable. I'll have to perform some tests and likely it will be included in 1.6.0. Thanks! Krzysztof |