From 4403acbb66b62bda66b6ecfdc774aeee8721a8bb Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 22 Jan 2001 09:50:45 +0000 Subject: [PATCH] Added one of Jim's "Task Axioms" to the list - I think the first one is already covered while the third one seems to be revoked by Jim himself. Submitted by: James Cook git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268499 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant2/requested-features.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/ant2/requested-features.txt b/docs/ant2/requested-features.txt index e6518e423..39e68a249 100644 --- a/docs/ant2/requested-features.txt +++ b/docs/ant2/requested-features.txt @@ -113,4 +113,10 @@ reception i.e. don't break something just because we can. * keep the interface for Tasks as similar to the one of Ant1 as - possible - i.e. don't break something just because we can. \ No newline at end of file + possible - i.e. don't break something just because we can. + +* tasks provide some way to identify their attributes from the + outside. Possible solutions include a special method like + getProperties(), an external describing file shipping with the task + class or special javadoc comments parsed by a custom doclet. +