As a companion to an earlier set to patches (which added a failonerror attribute), the attached set add a timeout attribute to the serverdeploy task. Setting this attribute to a valid time in milliseconds calls the java.setTimeout() function; if an invalid time or no time is specified, no call is made.
If accepted, I'd recommend adding both patches at the same time, as they are closely related (if you have the process time out, do you want that time out to be a fatal error, or do you want the build to continue?). Both patches have been submitted in Bugzilla: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14525 - failonerror http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19673 - timeout Thanks, Kyle