I recieve the following error while trying to do a build using Cruise Control as my scheduler.
BUILD FAILED cvs exited with error code 1 Command line was [Executing 'cvs' with arguments:'update''-d' The ' characters around the executable and arguments are not part of the command.] When I try the 'cvs update -d' command from the command line, it works fine. When I try to run the target that calls this command using ANT from the command line: 'ant cvsupdate-all-components' it does the updates, but fails the build right afterwards. I was able to fix this problem by removing the 'failonerror="true"' statement from the 'cvs update -d' call. This seems to have occurred out of nowhere. Builds were working fine, then all of a sudden, today they started failing and no updates were made to the build file itself. Any ideas folks as to what could be causing this. Thanks Wasif -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
