@ -56,6 +55,7 @@ public class ResourceScriptSource implements ScriptSource {
@@ -56,6 +55,7 @@ public class ResourceScriptSource implements ScriptSource {
@ -74,14 +74,15 @@ public class ResourceScriptSource implements ScriptSource {
@@ -74,14 +74,15 @@ public class ResourceScriptSource implements ScriptSource {
@ -98,11 +99,10 @@ public class ResourceScriptSource implements ScriptSource {
@@ -98,11 +99,10 @@ public class ResourceScriptSource implements ScriptSource {
protectedlongretrieveLastModifiedTime(){
try{
returngetResource().lastModified();
}
catch(IOExceptionex){
}catch(IOExceptionex){
if(logger.isDebugEnabled()){
logger.debug(getResource()+" could not be resolved in the file system - "+
"current timestamp not available for script modification check",ex);
logger.debug(getResource()+" could not be resolved in the file system - "
+"current timestamp not available for script modification check",ex);
}
return0;
}
@ -112,6 +112,15 @@ public class ResourceScriptSource implements ScriptSource {
@@ -112,6 +112,15 @@ public class ResourceScriptSource implements ScriptSource {