Browse Source

Noting a difference between <property file="..."/> and <loadproperties srcfile="..."/>.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278149 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 20 years ago
parent
commit
00ef05647f
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      docs/manual/CoreTasks/loadproperties.html

+ 2
- 0
docs/manual/CoreTasks/loadproperties.html View File

@@ -13,6 +13,8 @@
Load a file's contents as Ant properties. This is equivalent Load a file's contents as Ant properties. This is equivalent
to <code>&lt;property file|resource=&quot;...&quot;/&gt;</code> except that it to <code>&lt;property file|resource=&quot;...&quot;/&gt;</code> except that it
supports nested <code>&lt;filterchain&gt;</code> elements. supports nested <code>&lt;filterchain&gt;</code> elements.
Also if the file is missing, the build is halted with an error, rather
than a warning being printed.
</p> </p>


<p>If you want to simulate <a href="property.html">property</a>'s <p>If you want to simulate <a href="property.html">property</a>'s


Loading…
Cancel
Save