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