EnhancedJarFile also logs the stack trace.
e.g.
if (log.isTraceEnabled()) {
log.trace("Openning Jar [" + name + "] " +
ExceptionUtility.captureStackTrace(new Exception()));
}
The reason for doing this is not obvious.
Logging stack traces under normal circumstances doesnt
seem to be the standard.
Scratchy #513