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=24166>. 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=24166 CCUpdate.java should use -force parameter to 'cleartool update' Summary: CCUpdate.java should use -force parameter to 'cleartool update' Product: Ant Version: unspecified Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Currently, the CCUpdate.java doesn't add '-force' as a parameter to the cleartool update command. This may result in the ccupdate-task waiting (forever) for user input. The -force parameter is meant to suppress confirmation prompts, which is appropiate for an automated task. I think it should be added as a default parameter to cleartool update. This would mean adding a variable m_Force = true to the CCUpdate-class and adding the necessary code (setForce-method and adapting checkOptions). Or maybe it should even be standard and non-overridable, since confirmation by the user is impossible anyway... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]