From 00ef05647fdb745ffd1d81222f256e71bcc635a8 Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Tue, 19 Apr 2005 19:21:10 +0000 Subject: [PATCH] Noting a difference between and . git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278149 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/loadproperties.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/manual/CoreTasks/loadproperties.html b/docs/manual/CoreTasks/loadproperties.html index 770c7cd43..1a92fc8f9 100644 --- a/docs/manual/CoreTasks/loadproperties.html +++ b/docs/manual/CoreTasks/loadproperties.html @@ -13,6 +13,8 @@ Load a file's contents as Ant properties. This is equivalent to <property file|resource="..."/> except that it supports nested <filterchain> elements. +Also if the file is missing, the build is halted with an error, rather +than a warning being printed.

If you want to simulate property's