From 639c00bb56b11785353a645b6fcd73499950a7fb Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Tue, 14 Oct 2003 09:50:30 +0000 Subject: [PATCH] add note that only all lowercase typedefed classes work for custom components with add(type). git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275475 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTypes/custom-programming.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/manual/CoreTypes/custom-programming.html b/docs/manual/CoreTypes/custom-programming.html index e8366f715..d6c1e9830 100644 --- a/docs/manual/CoreTypes/custom-programming.html +++ b/docs/manual/CoreTypes/custom-programming.html @@ -39,6 +39,8 @@

After the class has been written, it is added to the ant system by using <typedef>. + One thing to be aware of is that currently this will only work + if the definition name is all lower case.

Custom Conditions