Kenneth Lee wrote: >>There're many attributes accept true/false values, while others accept >>yes/no, some even accept on/off. Why not make them all accept the > > superset, > >>or is it already the case? >>
Yes, this is the case. Whenever a task accepts a boolean value, the Ant core will convert the string value from the build file to a boolean. yes, on and true are all acceptable true values while no, false and off are all acceptable false values. Conor -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
