Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)

84978: Merged PLATFORM1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud)
      83886: ACE-2269 - unit test fix.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@85293 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2014-09-20 10:01:01 +00:00
parent a3fec01669
commit 2e795d71c5
2 changed files with 21 additions and 18 deletions

View File

@@ -75,7 +75,9 @@ public class ModuleDetailsHelper
}
catch (FileNotFoundException error)
{
throw new ModuleManagementToolException("Unable to load module details from property file. " + error.getMessage(), error);
error.printStackTrace(System.out);
throw new ModuleManagementToolException("Unable to load module details from property file. File Not Found, " + error.getMessage(), error);
}
try