GitHub user jaikiran opened a pull request: https://github.com/apache/ant-ivy/pull/24
Fix IVY-1555 The commit here includes a fix and test case for the issue reported in https://issues.apache.org/jira/browse/IVY-1555 where the absence of a `optional` settings file included in another file, errors out the build. The commit in this PR, takes into account the `optional` attribute value before deciding whether or not to cause the `IOException` to error out or be ignored (with a verbose log message). You can merge this pull request into a Git repository by running: $ git pull https://github.com/jaikiran/ant-ivy ivy-1555 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ant-ivy/pull/24.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 #24 ---- commit ce551f6e92679fca04ef4c3f66950e0959426228 Author: Jaikiran Pai <jaikiran....@gmail.com> Date: 2017-05-21T12:01:47Z IVY-1555 Don't error out if an "optional" file included in ivy settings xml isn't available ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org