From: Terefang V. <ter...@gm...> - 2015-01-27 19:26:37
|
hi! ok my auth enumberation is working and already authenticating :-))) 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. cheers, -- terefang |