[
https://issues.apache.org/jira/browse/MTOMCAT-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554328#comment-14554328
]
ASF GitHub Bot commented on MTOMCAT-299:
----------------------------------------
GitHub user ccronemberger opened a pull request:
https://github.com/apache/tomcat-maven-plugin/pull/18
fix for https://issues.apache.org/jira/browse/MTOMCAT-299
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ccronemberger/tomcat-maven-plugin trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tomcat-maven-plugin/pull/18.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #18
----
commit ee4eba0787f68f51dff80c02dd66465229ec021f
Author: ccronemberger <[email protected]>
Date: 2015-05-21T14:14:28Z
fix for https://issues.apache.org/jira/browse/MTOMCAT-299
----
> 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
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> 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: [email protected]
For additional commands, e-mail: [email protected]