I'm in the process of patching the <serverdeploy> task to support a failonerror attribute. Before I submit, I just wanted to run a design question by the list:
Would it be preferable to have the attribute in the <serverdeploy> tag, or in the vendor-specific nested elements? Right now, I have it in AbstractHotDeploymentTool.class so vendor-specific tools can leverage it, but it would be fairly easy to add to the <serverdeploy> tag as well. I was thinking about allowing failonerror to be set in the <serverdeploy> tag, and then allow the nested elements to override, if so desired. Thanks, Kyle Adams Java Developer Gordon Food Service -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
