Re: Does scriptdef use ant:current xmlns when defined in antlib?

2007-06-11 Thread Vladimir Volod'ko
Hi, Peter! Thanks for Your answer. It is clear for me now why those strange things happened. This is not (currently) supported. If it did work the format would be type="ant:current:elem", but that does not work as well. The "ant:current" namespace is only available during parsing time - and n

Does scriptdef use ant:current xmlns when defined in antlib?

2007-06-11 Thread Vladimir Volod'ko
Hello! I'm trying to put my script tasks in antlib and wonder why hte following code does not work: # complex/antlib.xml # build.xml