DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=27680>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27680

Visual Source Safe History Does Not Allow Auto Response

           Summary: Visual Source Safe History Does Not Allow Auto Response
           Product: Ant
           Version: 1.5.2
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Optional Tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When i run the task "vsshitory" on my project:
<vsshistory vsspath="/MyProject" recursive="true"
                        fromLabel="MyLabel1.1"
                        toLabel="MyLabel1.0"/>

I got this output:
build:
[vsshistory] ***: ss History $/MyProject -I- -V~LMyLabel1.1 -VLMyLabel1.0 -R
[vsshistory] File MyFile.java has been destroyed, and cannot be rebuilt.
[vsshistory] Continue anyway?(Y/N)N

BUILD FAILED

The point is that "MyFile.java" has really been destroyed, and i want "History" 
to continue, but i can't tell to the task [autoresponse="-I-Y"] like the vssget 
task.

I look to "MSVSSHISTORY.java" to see that the argument "-I-" is hardcoded to 
the constant "FLAG_AUTORESPONSE_DEF" ("-I-").

This cause vsshistory to exit, and the vsshistory can't be used under this 
circumstance, forcing me back to a batch file.

Please, look at this and let us set the parameter "autoresponse".

Regard,
Jerome Simard.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to