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=13532>. 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=13532 VssCheckOut does not recurse [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Critical |Enhancement Summary|VssCheckOut |VssCheckOut does not recurse ------- Additional Comments From [EMAIL PROTECTED] 2002-11-15 12:56 ------- I must be missing something here (I don't have vss installed, but we can look at the command line. <project default="vss"> <target name="vss"> <vsscheckout vsspath="foo" recursive="${recursive}"/> </target> </project> > ant -f /tmp/vss.xml -Drecursive=true -debug after a lot of stuff: vss: Execute:Java13CommandLauncher: Executing 'ss' with arguments: 'Checkout' '$foo' '-I-' '-R' The ' characters around the executable and arguments are not part of the command. > ant -f /tmp/vss.xml -Drecursive=false -debug vss: Execute:Java13CommandLauncher: Executing 'ss' with arguments: 'Checkout' '$foo' '-I-' The ' characters around the executable and arguments are not part of the command. So there is a -R if recursive is set to true, but none if it is false. Sounds as if the task was correct. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
