Added message that helps debugging
Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/c0f1cc52 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/c0f1cc52 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/c0f1cc52 Branch: refs/heads/feature/RollingFileAppender-NG Commit: c0f1cc528ecbeea2ebcf6e0a77721c99fd67b099 Parents: 4d686dd Author: Dominik Psenner <[email protected]> Authored: Tue Jul 4 10:38:49 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Tue Jul 4 10:38:49 2017 +0200 ---------------------------------------------------------------------- log4net.include | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/c0f1cc52/log4net.include ---------------------------------------------------------------------- diff --git a/log4net.include b/log4net.include index 7c9bf4a..0686322 100644 --- a/log4net.include +++ b/log4net.include @@ -132,6 +132,7 @@ limitations under the License. </if> </target> <target name="check-log4net-assembly" depends="check-current-build-config, check-log4net-output-dir"> + <echo message="Testing if file exists: ${path::combine(log4net.output.dir, 'log4net.dll')} "/> <if test="${not file::exists(path::combine(log4net.output.dir, 'log4net.dll'))}"> <fail message="The log4net '${current.build.config}' assembly for ${framework::get-description(framework::get-target-framework())} is not available." /> </if>
