That was a typo it should be "." instead of "*" like so:
<subant target="test">
<fileset dir="." includes="*/build.xml"/>
^ I don't think you can have a glob pattern here!?
</subant>
But the point is: is there a way to set the attribute of a child junit task
from the parent?
Thanks
John
-----Original Message-----
From: Dominique Devienne [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 05, 2005 6:56 AM
To: Ant Users List
Subject: RE: Setting child JUNIT task's timeout attribute when using SUBANT
task
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> <subant target="test">
> <fileset dir="*" includes="*/build.xml"/>
^ I don't think you can have a glob pattern here!?
> </subant>
>
> QUESTION:
> Without changing the child build.xml, is there a way to set the
timeout
> attribute of the JUNIT task from the SUBANT task of the parent?
Can't you define a property in the subbuild for the timeout value, which
default to something, and pass in an override in <subant> with a nested
<property>? --DD
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]