>> As a simple example, when ant is
>> integrated in Groovy using the AntBuilder, we can seamlessly invoke
>> any Ant tasks and datatypes by using simple method call such as:
>>
>> ant.echo("Hello World")
>>
>>
>
>
>I dont know what we can do to make groovy's life easier.
Without knowing Groovy en detail, I would think, that the AntBuilder has
to support xmlns.
So a construct like
import("ac", "...antcontrib...")
ant.ac.propertyregexp(...)
or
ant.propertyregexp(xmlnsAC, ...)
would supported.
Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]