Author: jhm
Date: Fri Mar 16 04:49:05 2007
New Revision: 518946

URL: http://svn.apache.org/viewvc?view=rev&rev=518946
Log:
Bug 41642: document not-setting of the property on empty strings. 
(LoadResource.java:184)

Modified:
    ant/core/trunk/docs/manual/CoreTasks/loadfile.html
    ant/core/trunk/docs/manual/CoreTasks/loadresource.html

Modified: ant/core/trunk/docs/manual/CoreTasks/loadfile.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/loadfile.html?view=diff&rev=518946&r1=518945&r2=518946
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/loadfile.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/loadfile.html Fri Mar 16 04:49:05 2007
@@ -31,6 +31,9 @@
 convenience.  Unless an encoding is specified, the encoding of the
 current locale is used.
 </p>
+<p>If the resource content is empty (maybe after processing a filterchain) 
+the property is not set.</p>
+
 
 <h3>Parameters</h3>
 <table border="1" cellpadding="2" cellspacing="0">

Modified: ant/core/trunk/docs/manual/CoreTasks/loadresource.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/loadresource.html?view=diff&rev=518946&r1=518945&r2=518946
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/loadresource.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/loadresource.html Fri Mar 16 04:49:05 
2007
@@ -33,7 +33,8 @@
 specified, the encoding of the current locale is used.  Resources to
 load are specified as nested <a
 href="../CoreTypes/resources.html">resource</a> elements or single
-element resource collections.
+element resource collections. If the resource content is empty (maybe after
+processing a filterchain) the property is not set.
 </p>
 
 <h3>Parameters</h3>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to