Description
Bug in XmlConfigService doing a ! exists check
[STDOUT] [Click] [error] Could not deploy the jar '/C:/fc2/jboss/server/all/tmp/deploy/tmp45730avoka-fc2-admin-exp.war/WEB-INF/lib/click-extras-1.5.jar'. Please ensure this file exists in the specified location.
if (!jar.exists())
{ deployFilesInJar(jar); }else
{ logService.error("Could not deploy the jar '" + jarPath + "'. Please ensure this file exists in the specified" + " location."); }