DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19964>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19964

system property for a default timeout for tests





------- Additional Comments From [EMAIL PROTECTED]  2003-10-28 18:44 -------
With ant 1.6 (beta currently) you can use <presetdef>
Example:
<presetdef name="my.junit">
  <junit timeout="${junit.timeout}"/>
</presetdef>

Then where you have <junit> in your ant file, change to <my.junit>

http://ant.apache.org/manual-1.6beta/CoreTasks/presetdef.html

Recommend for closing.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to