Re: cvs commit: ant/docs/manual/CoreTypes custom-programming.html

2003-10-15 Thread peter reilly
This is due to a coding oversite that I just noticed yesterday. The reason is that for some reason task/type names are case-sensitive and names figured out by introspection are not. These are normally handled by two different areas of code but for the add(typedef) introspection, the name is

RE: cvs commit: ant/docs/manual/CoreTypes custom-programming.html

2003-10-15 Thread Dominique Devienne
From: peter reilly [mailto:[EMAIL PROTECTED] On Wednesday 15 October 2003 15:49, Dominique Devienne wrote: For regular typedefs, I can use any mix of lower/upper case, and even dashes, and Ant works just fine. Why would add(Type) be any different? I am commiting a fix for this now.

RE: cvs commit: ant/docs/manual/CoreTypes custom-programming.html

2003-08-13 Thread Jan . Materne
h3a name=customselectorsCustom Selectors/a/h3 p Custom selectors are datatypes that implement codeorg.apache.tools.ant.types.selectors.FileSelector/code. pThere is only one method required. codepublic boolean isSelected(File basedir, String