Constantino Cronemberger created MTOMCAT-299: ------------------------------------------------
Summary: when a context file is configured if it is not found it should log a warning message Key: MTOMCAT-299 URL: https://issues.apache.org/jira/browse/MTOMCAT-299 Project: Apache Tomcat Maven Plugin Issue Type: Improvement Components: tomcat7 Affects Versions: 2.2, 2.3 Reporter: Constantino Cronemberger Assignee: Olivier Lamy (*$^¨%`£) Priority: Minor In the RunMojo.java class in the method getContextFile it does this: if ( contextFile != null && contextFile.exists() ) { // filter file } else { // no context file is used } If I have configured a wrong path for my file I would like to have this logged instead of just falling back to the default when no file is specified. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org