This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 84cdc78 Improve wording and trigger a CI build 84cdc78 is described below commit 84cdc7801558b9ffa6cab85aa75cbbc9c13a2b4d Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Aug 24 09:43:49 2020 +0100 Improve wording and trigger a CI build --- java/org/apache/jasper/resources/LocalStrings.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/org/apache/jasper/resources/LocalStrings.properties b/java/org/apache/jasper/resources/LocalStrings.properties index 445b19b..365191d 100644 --- a/java/org/apache/jasper/resources/LocalStrings.properties +++ b/java/org/apache/jasper/resources/LocalStrings.properties @@ -313,8 +313,8 @@ jsp.warning.xpoweredBy=Warning: Invalid value for the initParam xpoweredBy. Will jspc.delete.fail=Failed to delete file [{0}] jspc.error.fileDoesNotExist=The file argument [{0}] does not exist jspc.error.generalException=ERROR-the file [{0}] generated the following general exception: -jspc.error.invalidFragment=Aborting pre-compilation due to errors in web fragments -jspc.error.invalidWebXml=Aborting pre-compilation due to errors in web.xml +jspc.error.invalidFragment=Failing pre-compilation due to errors in web fragments +jspc.error.invalidWebXml=Failing pre-compilation due to errors in web.xml jspc.generation.result=Generation completed with [{0}] errors in [{1}] milliseconds jspc.implicit.uriRoot=uriRoot implicitly set to [{0}] jspc.usage=Usage: jspc <options> [--] <jsp files>\n\ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org