Author: mbenson
Date: Thu Dec 22 13:26:06 2005
New Revision: 358635
URL: http://svn.apache.org/viewcvs?rev=358635&view=rev
Log:
document GreedyInputHandler
Modified:
ant/core/trunk/WHATSNEW
ant/core/trunk/docs/manual/inputhandler.html
Modified: ant/core/trunk/WHATSNEW
URL:
http://svn.apache.org/viewcvs/ant/core/trunk/WHATSNEW?rev=358635&r1=358634&r2=358635&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Thu Dec 22 13:26:06 2005
@@ -278,7 +278,7 @@
System.exit() call or a JVM crash.
* project name is now used for *all* targets so one can write consistent import
- build file. bugzilla report 28444.
+ build files. Bugzilla report 28444.
* New condition <typefound> that can be used to probe for the declaration
and implementation of a task, type, preset, macro, scriptdef, whatever.
@@ -289,7 +289,7 @@
* New condition <isfailure> that tests the return-code of an executable. This
contains platform-specific logic and is better than comparing the result with
- "0".
+ "0".
* Added initial support for Resource Collections, including the
resourcecount task.
@@ -329,7 +329,9 @@
* New task loadresource that accompanies loadfile for non file resources.
-* <echo> now supports an encoding when saving to a file
+* <echo> now supports an encoding when saving to a file.
+
+* new GreedyInputHandler added.
Changes from Ant 1.6.4 to Ant 1.6.5
===================================
Modified: ant/core/trunk/docs/manual/inputhandler.html
URL:
http://svn.apache.org/viewcvs/ant/core/trunk/docs/manual/inputhandler.html?rev=358635&r1=358634&r2=358635&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/inputhandler.html (original)
+++ ant/core/trunk/docs/manual/inputhandler.html Thu Dec 22 13:26:06 2005
@@ -72,6 +72,12 @@
define it as a simple parameter to <code>ant</code>, but you can
define it inside the <code>ANT_OPTS</code> environment variable.</p>
+<h3>GreedyInputHandler</h3>
+
+<p>Like the default implementation, this InputHandler reads from standard
+input. However, it consumes <i>all</i> available input. This behavior is
+useful for sending Ant input via an OS pipe. <b>Since Ant 1.7</b>.</p>
+
<h2>InputRequest</h2>
<p>Instances of <code>org.apache.tools.ant.input.InputRequest</code>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]