You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/12/31 19:50:02 UTC

DO NOT REPLY [Bug 5643] New: - VSS Get fails on Get with files checked out and writable false

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: ant-dev@jakarta.apache.org
        ReportedBy: sdgoldst@mailandnews.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>