From 81b872996053121eceaf4f376f500caa21c39892 Mon Sep 17 00:00:00 2001
From: Jan Materne
Date: Fri, 13 Aug 2004 08:32:24 +0000
Subject: [PATCH] article about extending
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276776 13f79535-47bb-0310-9956-ffa450edef68
---
docs/resources.html | 34 ++++++++++++++++++++++++++++++++++
xdocs/resources.xml | 24 ++++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/docs/resources.html b/docs/resources.html
index 049571f34..d3d63d217 100644
--- a/docs/resources.html
+++ b/docs/resources.html
@@ -510,6 +510,40 @@
Articles
+
+ Extending Ant Input Abilities
+
+ The contents of this document is the following:
+ - Section 2 provides a simple example how InputHandlers are created,
+ - Section 3 develops an inputhandler that masks the passwords typed on the command line,
+ - Section 4 gives two handlers, whose input is typed in graphical components,
+ - Section 5 extends Input task so that we can use dierent input handlers on different uses of <input>,
+ - Section 6 describes a problem found while writing this document,
+ - Section 7 summarizes some dark corners the author do not understand.
+
+
+
Keep the Ant, Hold the XML
diff --git a/xdocs/resources.xml b/xdocs/resources.xml
index d0ee00b0c..489c45e43 100644
--- a/xdocs/resources.xml
+++ b/xdocs/resources.xml
@@ -254,6 +254,30 @@
+
+ The contents of this document is the following:
+ - Section 2 provides a simple example how InputHandlers are created,
+ - Section 3 develops an inputhandler that masks the passwords typed on the command line,
+ - Section 4 gives two handlers, whose input is typed in graphical components,
+ - Section 5 extends Input task so that we can use dierent input handlers on different uses of <input>,
+ - Section 6 describes a problem found while writing this document,
+ - Section 7 summarizes some dark corners the author do not understand.
+
+
+
+
+
+
+
Key G. Gauthier talks about writing "buildfiles" in Java.