Hi Kirk,
I’m curious if you’ve found an alternative so we don’t have to hard code
this list? We actually recently ran into an issue where this test list was
updated due to missing dependencies, but our documentation was not updated
and therefore it was missing the new dependencies. I currently h
PS: it's in TomcatInstall...
private static final String[] tomcatRequiredJars =
{"antlr", "commons-io", "commons-lang", "commons-validator",
"fastutil", "geode-common",
"geode-core", "geode-log4j", "geode-management",
"javax.transaction-api", "jgroups",
"log4j-api", "lo
Can anyone point me at the hardcoded list of jars for the Jetty and Tomcat
tests? I can't seem to find it this time despite grepping for several
things that should be in the list. Maybe it was changed since I last had to
look for it...
I found the one in dunit ProcessManager:
dunitClasspath