Re: Creating task/macro wrappers

2019-02-25 Thread Isaac Jurado
attributes, > depending on the structure of your build. :| > > Matt > > On Mon, Feb 25, 2019 at 12:39 PM Isaac Jurado wrote: > > > Thanks for the info, I didn't know about either. > > > > By the looks of it, seems that is the opposite of what I'

Re: Creating task/macro wrappers

2019-02-25 Thread Isaac Jurado
="@{timeOut}"/> > > ... > > > > > > > > The error I get is: > > > > java.lang.IllegalStateException: Unknown reference "my-testng- > > invocation" > > > > Best regards. > > > > On Sat, Feb 23, 2

Re: Creating task/macro wrappers

2019-02-24 Thread Isaac Jurado
ence "my-testng-invocation" Best regards. On Sat, Feb 23, 2019 at 5:41 PM Matt Benson wrote: > > Look into the task with conditionally executed (using if/unless > namespaces, antcontrib , or similar) blocks. > > HTH, > Matt > > On Sat, Feb 23, 2019, 3:37 AM Isaac Jurado

Creating task/macro wrappers

2019-02-23 Thread Isaac Jurado
Hello Ant users, I'm trying to create a wrapper over . The idea is to have my macro expose the same attributes that supports, with as close semantics as possible. Unfortunately, I have no idea how to reproduce the presence/absence behavior. For instance, accepts a "timeout" integer attribute