RM build script:

* Error handling corrected



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@34908 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2012-03-30 03:38:50 +00:00
parent 286763563d
commit 1423bc64ce

View File

@@ -115,7 +115,8 @@ subprojects {
}
}
else {
println "Dependant WAR file ${warFile} can not be found. Please place it in ${warFileObj.getPath()} to continue."
logger.error "Dependant WAR file ${warFile} can not be found. Please place it in ${warFileObj.getPath()} to continue."
throw new TaskInstantiationException("Dependant WAR file ${warFile} can not be found. Please place it in ${warFileObj.getPath()} to continue.")
}
}