jglick      2005/04/19 12:21:10

  Modified:    docs/manual/CoreTasks loadproperties.html
  Log:
  Noting a difference between <property file="..."/> and <loadproperties 
srcfile="..."/>.
  
  Revision  Changes    Path
  1.11      +2 -0      ant/docs/manual/CoreTasks/loadproperties.html
  
  Index: loadproperties.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/loadproperties.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- loadproperties.html       7 Mar 2005 18:09:09 -0000       1.10
  +++ loadproperties.html       19 Apr 2005 19:21:10 -0000      1.11
  @@ -13,6 +13,8 @@
   Load a file's contents as Ant properties.  This is equivalent
   to <code>&lt;property file|resource=&quot;...&quot;/&gt;</code> except that 
it
   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>If you want to simulate <a href="property.html">property</a>'s
  
  
  

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

Reply via email to