Re: Re: Accessing build script's prefix-to-namespace uri mappings from a task.

2007-09-03 Thread CJ
Hi, >On 9/3/07, Steve Loughran <[EMAIL PROTECTED]> wrote: >> CJ wrote: [snip] >> > I want to be able to translate the prefix to a namespace uri that I can >> > make the correct UnkownElement.setNamespace( uri ) call. >> > >> > For clarity,

Accessing build script's prefix-to-namespace uri mappings from a task.

2007-08-30 Thread CJ
Hi, Hopefully someone can help me or point me in the right direction here. I have a custom Ant task which I want to use to invoke another command which isn't known at compilation time. It uses an approach very similar to Ant itself, in that it builds the command from RuntimeConfigurables/ Unknown