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=17745>.
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=17745

VSSGET task generates incorrect command line for get by label

           Summary: VSSGET task generates incorrect command line for get by
                    label
           Product: Ant
           Version: 1.5.2
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Optional Tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


If I add a label tag to a VSSGET task (optional.jar, Microsoft Visual 
Sourcesafe Tasks), SourceSafe 6.0c reports that it cannot find the version.  
The command line that is generated by MSVSSGET.java includes a parameter that 
looks like this:
-VLlabel
This does not work with MSVSS 6.0 on XP, even though MS documentation says it 
is valid.  I had to hack MSVSSGET.java a little to make it work, but I got it 
working with the following syntax:
-VL label

This very well may be a Microsoft bug, or they just might not be updating their 
documentation.  Either way, I had to adjust Ant to work with it.

Reply via email to