Log.error("Unable to load a dev plugin as its path (as supplied in the 'pluginDirs' system property) does not exist, or is not a directory. Offending path: [{}] (parsed from raw value [{}])",devPluginPath,devPluginDir);
}
}
catch(InvalidPathExceptionex)
{
Log.error("Unable to load a dev plugin as an invalid path was added to the 'pluginDirs' system property.",ex);
}
}
}
// Sort the list of directories so that the "admin" plugin is always first in the list, and 'parent'