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, this is a simplified form of what I want to do. (I realize

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

2007-09-03 Thread Peter Reilly
On 9/3/07, Steve Loughran <[EMAIL PROTECTED]> wrote: > CJ wrote: > > 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

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

2007-09-03 Thread Steve Loughran
CJ wrote: 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 RuntimeConfigurab