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
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
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
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