----- Original Message ----- From: "Wannheden, Knut" <[EMAIL PROTECTED]> To: "'Ant Developers List'" <[EMAIL PROTECTED]> Sent: Wednesday, August 21, 2002 01:25 Subject: RE: How do I create ant task elements nested two or more deep?
> This new DynamicConfigurator indeed looks interesting. If I understand it > correctly I can now also have attribute names with dashes and colons in it. > So the following example which is impossible with the old reflection style > is now possible with a DynamicConfigurator: > > <taskdef name="foo:bar" classname="foo.Bar"/> > <foo:bar foo:baz-attribute="ok" xmlns:foo="urn:foo-names"/> > > Of course this example would look like it uses XML namespaces but from Ant's > viewpoint it really doesn't matter. It may matter in future. I would not use ': ' unless you like looking for trouble. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>