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=5643>. 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=5643 VSS Get fails on Get with files checked out and writable false Summary: VSS Get fails on Get with files checked out and writable false Product: Ant Version: 1.4 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [email protected] Perfoming a VSS Get with no files checked out works okay. I then check out a file and try again. The build fails due to the checked out file being writable. Here is the code that I used: <target name="getsource" depends="init"> <vssget localpath="${srcDir}" recursive="true" vsspath="${vssSrcDir]" writable="false"/> </target> During the execution of the task, the following message is printed out when it reaches the checked out file: "A writable copy of [filename] already exists" The task continues, but the results is "Build Failed". I expect the task to skip over this file as it does, but to not end in a failed build. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
