You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/05/05 18:00:03 UTC

DO NOT REPLY [Bug 19673] New: - Add timeout attribute to serverdeploy vendor-specific elements

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: dev@ant.apache.org
        ReportedBy: kadams@gfs.com


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.