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=5170>. 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=5170 ssget problem when path contains spaces Summary: ssget problem when path contains spaces Product: Ant Version: 1.4.1 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Problem with the vssget task in VSS. Here is task in the build.xml file: <target name="getVersion"> <vssget localPath="C:/Portal/development/cp/src" recursive="true" login="lasinovs" label="current" ssdir="E:/Program Files/Microsoft Visual Studio/VSS/win32" vsspath="/CustomerPortal/cp/src" writable="true"/> </target> Following error after execution: C:\Portal\development\cp\build.xml:24: java.io.IOException: CreateProcess: "E:\Program Files\Microso ft Visual Studio\VSS\win32\ss" Get $/CustomerPortal/cp/src - GLC:\Portal\development\cp\src -I- -R -V Lcurrent -W -Ylasinovs error=3 Executing ss with command-line arguments above works fine. Placing VSS in a directory that does not contain spaces(E:\VSS) also works fine. Java used: JDK 1.3.1 on WindowsNT -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
