// rather than always failing outright if the prototype file for creating\r
// new or updated files can't be located.\r
if (! prototypeNuxeoConfigFile.canRead()) {\r
- String msg = String.format("Could not find and/or read the prototype Nuxeo config file '%s'",\r
+ String msg = String.format("Could not find and/or read the prototype Nuxeo config file '%s'. "\r
+ + "Please redeploy this file by running 'ant deploy' from the Services layer source code's '3rdparty/nuxeo' module.",\r
prototypeNuxeoConfigFile.getCanonicalPath());\r
throw new RuntimeException(msg);\r
}\r