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=19673>. 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=19673 Add timeout attribute to serverdeploy vendor-specific elements Summary: Add timeout attribute to serverdeploy vendor-specific elements Product: Ant Version: 1.6Alpha (nightly) Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Adds a timeout attribute to all of the <serverdeploy> vendor-specific elements. Controls how long the build waits for the deploy to finish (set in milliseconds). If timeout is set to a valid time (greater than 1), the timeout is set on the forked java process; otherwise, java.setTimeout is not called.