Hi, all:

Below is my ANT task to get files from VSS. What I don't understand is that
I keep getting the error specified in Section# 2. Even though I know the I
have a valid label. The job would run if I took out the label attribute.
Please help....Thanks

-Ming

Section#1:

<target name="sourcesafe">
    <echo message="Getting files from VSS" />
      
    <vssget localPath="${Source_Files}"
        recursive="true" 
        label="Release 1.3 - QA 002"
        login="xxxx,yyyy"
        vsspath="/CLE/JAR Source"
        writable="true"
        ssdir="C:/Program Files/Microsoft Visual Studio/Common/VSS/win32"/>
    
  </target>


Section #2:

C:\CLE>ant -buildfile buildLEC.xml sourcesafe
Buildfile: buildLEC.xml

sourcesafe:
     [echo] Getting files from VSS
   [vssget] Set C:\CLE2\JAR Source as the default folder for project
$/CLE/JAR S
ource?(Y/N)N
   [vssget] Version not found

BUILD FAILED

C:\CLE\buildLEC.xml:89: Failed executing: "C:\Program Files\Microsoft Visual
Stu
dio\Common\VSS\win32\ss" Get "$/CLE/JAR Source" "-GLC:\CLE2\JAR Source" -I-
-R "
-VLRelease 1.3 - QA 002" -W -Yxxxx,yyyy

Reply via email to